google satellite map
Moderators: helmut, XnTriq, xnview, Dreamer
google satellite map
It seems that the google satellite map stop working in XnviewMP these days.
I can see the street map but when turn to satellite map I can only see "sorry, we have no imagery here".
I can see the street map but when turn to satellite map I can only see "sorry, we have no imagery here".
Re: google satellite map
Yes, and only on Linux.
I just opened the Windows version in Virtual Machine and I could see the satellite map. I dont know why.
My OS is Linuxmint 17 64bit.
I just opened the Windows version in Virtual Machine and I could see the satellite map. I dont know why.
My OS is Linuxmint 17 64bit.
Re: google satellite map
Of course, I don't know how it is implemented, but very probably the program has just a stub and a drawing surface which communicates with the Google Map's backend/API.rmtk wrote:Yes, and only on Linux.
I just opened the Windows version in Virtual Machine and I could see the satellite map. I dont know why.
My OS is Linuxmint 17 64bit.
Are you sure that the communication isn't blocked by any firewall, security rules etc.?
Other program(s) access the service successfully? (eg. try Mint's Firefox - it opens the Maps?)
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
Re: google satellite map
Yes. I can see the satellite maps on maps.google.com using firefox flawlessly, the same as the street map on XnView. I don't enable any firewall.m.Th. wrote:Of course, I don't know how it is implemented, but very probably the program has just a stub and a drawing surface which communicates with the Google Map's backend/API.
Are you sure that the communication isn't blocked by any firewall, security rules etc.?
Other program(s) access the service successfully? (eg. try Mint's Firefox - it opens the Maps?)
I tried to delete all settings but it didn't help. It's really strange...

Re: google satellite map
I'm not a Linux user, but perhaps the following information is useful for troubleshooting:
XnTriq ([url=http://newsgroup.xnview.com/viewtopic.php?p=116819#p116819]How can I block all internet requests from XnView?[/url]) wrote:
- index.html seems to be the Google Maps “template” for the GPS tab in MP's Info pane.
- Tools » Open GPS location in GeoHack... points your default browser to geohack.php.
Re: google satellite map
Hello, FI:... I can confirm, same problem here under Ubuntu 10.4 LTS 64bits (satellite map - tab GPS).rmtk wrote:It seems that the google satellite map stop working in XnviewMP these days.
I can see the street map but when turn to satellite map I can only see "sorry, we have no imagery here".
error message under the map (in french): "Désolé. aucune image n'est disponible pour cette ZONE" quelque soit la zone concernée (for all zones : "Sorry. we have no imagery here".)
XnViewMP Linux X64 - Debian - X64
Re: google satellite map
I can open http://www.xnview.com/MP/index.html in firefox and see both steet map and satellite...XnTriq wrote:I'm not a Linux user, but perhaps the following information is useful for troubleshooting:
XnTriq ([url=http://newsgroup.xnview.com/viewtopic.php?p=116819#p116819]How can I block all internet requests from XnView?[/url]) wrote:
- index.html seems to be the Google Maps “template” for the GPS tab in MP's Info pane.
- Tools » Open GPS location in GeoHack... points your default browser to geohack.php.
Re: google satellite map
Please try to capture an HTML page (Create » Web capture...) that includes images in GIF, JPEG as well as PNG format.
Re: google satellite map
XnviewMP can capture GIF and PNG images, but neither JPG nor google maps layer.XnTriq wrote:Please try to capture an HTML page (Create » Web capture...) that includes images in GIF, JPEG as well as PNG format.
This is a screenshot of a Panoramio page: and this is what captured by XnviewMP:
Re: google satellite map
Thank you, rmtk. I think we've found the cause for the problem. Let's wait for Pierre's response.rmtk wrote:XnviewMP can capture GIF and PNG images, but neither JPG nor google maps layer.
Re: google satellite map
... A black listed problem from google map if the area is too large (too many requests of data in some cases) ???XnTriq wrote:Thank you, rmtk. I think we've found the cause for the problem. Let's wait for Pierre's response.rmtk wrote:XnviewMP can capture GIF and PNG images, but neither JPG nor google maps layer.
XnViewMP Linux X64 - Debian - X64
Re: google satellite map
Hi oops66 (-:
XnViewMP relies on the WebKit module of the Qt framework for rendering HTML pages, and WebKit seems to depend on the IJG library for displaying JPEG images.
No, I believe it's a problem with dependencies.oops66 wrote:... A black listed problem from google map if the area is too large (too many requests of data in some cases) ???
XnViewMP relies on the WebKit module of the Qt framework for rendering HTML pages, and WebKit seems to depend on the IJG library for displaying JPEG images.
xnview ([url=http://newsgroup.xnview.com/viewtopic.php?p=111151#p111151]Ubuntu 12.04 XnView Retro Desktop Will Not Save Image[/url]) wrote:Please installsudo apt-get install libjpeg62:i386
- Qt Project: Configuration Options for Qt » Third Party Libraries
Re: google satellite map
Hi Xntriq ...
Thank you Xntriq for the explanation ... I prefer
It's ok now here with:
Thank you Xntriq for the explanation ... I prefer

It's ok now here with:
Code: Select all
sudo apt-get install libjpeg62
Last edited by oops66 on Sun Jul 06, 2014 6:11 pm, edited 1 time in total.
XnViewMP Linux X64 - Debian - X64