sourcepole / qgis-openlayers-plugin

Openlayers plugin for QGIS
GNU General Public License v2.0
175 stars 108 forks source link

Issues displaying Google Satellite #61

Closed DEdeder closed 4 years ago

DEdeder commented 6 years ago

QGIS 2.18.12 OpenLayers 1.4.8 Adding a Google Satellite Layer gives me the error

This page can't load Google Maps correctly. grafik

Presumably there's something wrong with the Google API. Could be a pricing problem: https://cloud.google.com/maps-platform/pricing/ https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors

arcieror commented 6 years ago

Did you have solved the problem? I have the same since few days!

DEdeder commented 6 years ago

@arcieror It seems like you need to get your own Google API key grafik Never noticed the menu option before. I'd speculate that Google changed their billing policies to increase their income – and I wonder if the plugin used to share one common key for all users? If you want to order your own API key, have a look at https://developers.google.com/maps, but as always: have your credit card info ready ...

DEdeder commented 6 years ago

@arcieror It seems like you need to get your own Google API key grafik Never noticed the menu option before. I'd speculate that Google changed their billing policies to increase their income – and I wonder if the plugin used to share one common key for all users? If you want to order your own API key, have a look at https://developers.google.com/maps, but as always: have your credit card info ready ...

Also @gustavobarberan0

HusseinKabbout commented 4 years ago

As @DEdeder pointed out, you need an Google Maps API key for the maps to work. It has nothing to do with the plugin itself.

HusseinKabbout commented 4 years ago

I will be closing this issue, because it's not a plugin issue but a Google Maps API Key issue. For more information about how to get the API Key, visit https://developers.google.com/maps/documentation/javascript/get-api-key.