Tastaturberuf / anyStores

Contao-Module: Organize any locations with geolocation search.
GNU Lesser General Public License v3.0
11 stars 7 forks source link

Use API key for JavaScript API integration as well. #60

Closed fritzmg closed 8 years ago

fritzmg commented 8 years ago

Since 22nd of June the API key is also required when embedding the JavaScript API key on the site. Currently the extension embeds the JS API without an API key. See also https://github.com/delahaye/dlh_googlemaps/issues/61

DanMan commented 8 years ago

Since the maps are always based on Google Maps, I think this will probably require independent settings for both API keys - Server and Browser. The former for the query from PHP code, the latter to include the JS library.

DanMan commented 8 years ago

You also need to activate the Google Maps JavaScript API, I think. At least it shows usage in the statistics at Google.

Tastaturberuf commented 8 years ago

Added in 1.9 thanks @DanMan