You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a map and generated the html to use the MapStore2 API.
After the deploy the Google background shows an error because it misses the Google Maps API key.
How can I give MapStore2 my Google Maps API key to make it work?
The text was updated successfully, but these errors were encountered:
You should pass it when you include the script in the script tag, isn't it? <script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
I created a map and generated the html to use the MapStore2 API.
After the deploy the Google background shows an error because it misses the Google Maps API key.
How can I give MapStore2 my Google Maps API key to make it work?
The text was updated successfully, but these errors were encountered: