delahaye / dlh_googlemaps

Google Maps Extension für Contao
20 stars 26 forks source link

static map is missing key parameter #67

Closed fritzmg closed 6 years ago

fritzmg commented 7 years ago

The static map URL for the Frontend and Backend is missing the key parameter with the API key (https://developers.google.com/maps/documentation/static-maps/intro).

This is required since June 22nd (for new domains). See also #61

prosellen commented 7 years ago

I ran into the same problem and fixed it for me - the result is in the open pull request #64. It might not be the final (or finest) solution, but it works for me and until there's an official solution, you can try that as a fix.

delahaye commented 6 years ago

Thanks, this will be fixedin the next release.

Aybee commented 5 years ago

Nur als Hinweis: Zusätzlich zur Maps JavaScript API muss auch noch die Maps Static API aktiviert werden. Hier die Seite https://console.developers.google.com/apis/library?filter=category:maps zum Aktivieren der Bibliotheken.