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
Hello,
If I use dynamic ID and Route, I get this error:
ReferenceError: map is not defined marker = new GoogleMaps.Marker(map, {(...)
Map with Route only accept ID 'map'
{% set mapID = 'map' ~ entry.id %} {% set options = { id: mapID, width: '940px', height: '520px', options: { disableDoubleClickZoom: true, zoom: 20, zoomControlOptions: { position: 'google.maps.ControlPosition.LEFT_CENTER', style: 'google.maps.ZoomControlStyle.LARGE' } } } %} {{ craft.googleMaps.map(options) }} {{ craft.googleMaps.data(mapID, blocoMapa) }}
I think the problem is on: "initializeApi: function() {" it should be "initializeApi: function(map) {"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
If I use dynamic ID and Route, I get this error:
Map with Route only accept ID 'map'
I think the problem is on: "initializeApi: function() {" it should be "initializeApi: function(map) {"
The text was updated successfully, but these errors were encountered: