We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Versions: "ember-leaflet": "^3.0.18", "ember-leaflet-google-mutant-layer": "0.0.14", "leaflet": "^1.5.1", "ember-cli": "2.14",
The map works but there was a pop up that always shows This page can't load Google Maps correctly
This page can't load Google Maps correctly
config/environment.js
googleMutantLeaflet: { apiKey: process.env.GOOGLE_MAP_KEY, include: false },
and my .env has my api google key, it is paid and there is no issue with the billing.
.env
/tempate.hbs
<div class="map-leaflet-container"> {{#leaflet-map id="map-leaflet" lat=cityLatitude lng=cityLongitude zoom=zoomValue}} {{google-mutant-layer type="roadmap"}} {{marker-layer location=myIcon.url icon=customIcon lat=selectedLatitude lng=selectedLongitude}} {{/leaflet-map}} </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions:
"ember-leaflet": "^3.0.18",
"ember-leaflet-google-mutant-layer": "0.0.14",
"leaflet": "^1.5.1",
"ember-cli": "2.14",
The map works but there was a pop up that always shows
This page can't load Google Maps correctly
config/environment.js
and my
.env
has my api google key, it is paid and there is no issue with the billing./tempate.hbs
The text was updated successfully, but these errors were encountered: