-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing and rotating of Javascript API based layers is currently not supported! #33
Comments
Same issue here, also with Bing maps: I'm running Openlayers plugin v 1.4.3 |
I do have same problem on QGIS 2.18.13 and Open Layer plugin. |
I am having the same issue also with Apple Maps. Any suggestions? |
??? |
Same issue for me |
same problem here. Any suggestion please. |
Any updates on this issue? |
I suggest you drop the OpenLayers plugin for background maps and try the Quick Map Services plugin instead. It has more layers than OpenLayers, seems more robust, directly accesses map tiles rather than using OpenLayers' JavaScript to get them, lines up properly on Composer maps, etc. I don't see Apple Maps in the layer list. It's quite easy to write config files for new map tile services, I did that for Stamen maps which are in the GitHub version of the plugin's addon layers. But if all you want is one of the Google Maps layers (satellite, map, etc) then Quick Map Services does the job. https://gis.stackexchange.com/questions/175043/google-maps-not-showing-in-qgis-2-12 let me know if it served |
Is there a plugin to solve the above problem? |
The OL plugin doesn't support this because it is forbidden to do it for the most important base maps. If you don't care about legal issues, then you can use the plugin mentionend before or native XYZ tiles. |
Same bug.
|
UPDATE For My Previous Comment There is a better way now to use a bundle of maps as base maps. Goto QGIS and install plugin named : QuickMapServices For first time few map servers only willl be displayed. To get more map servers follow these steps. Web tab in QGIS > QuickMapServices > Settings > More Services (In newly opened window) > Get contributed pack.(Wait for the files are downloaded) Now you can avail more maps servers as follows. Enjoy! Hope I have helped. |
Good Alternative |
As said earlier in this thread, there are alternative ways for printing and rotating, if you don't care about legality. |
There's an easy way, you don't have to install the OpenLayer Plugin. or open python console in QGIS: Plugins → python console, and copy this code and paste it in the console: """ It adds online sources to the QGIS Browser. You can add or remove sources from the sources section of the code. Script by Klas Karlsson Licence GPL-3 Regarding the terms of use for these background maps YOU will need to verify that you Sourcessources = [] Add sources to browserfor source in sources: Update GUIiface.reloadConnections() |
In QGIS 2.18 for windows (i'm using windows 10, but also tried in windows 7) when adding the google maps layer there´s a banner on the top of the map window that says:
And no map is shown. Instead of the maps, there's an error message:
Last message appears in spanish, so the translation may not be accurate,
The text was updated successfully, but these errors were encountered: