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
The extension works great, displaying the map and its defined markers.
However, when we click a marker on the map, we get the next error on the console:
Uncaught TypeError: marker.getPosition is not a function
@wolfgang007@mhirdes I guess file Resources/Public/Scripts/markerclusterer_compiled.js must also be adapted and change all occurrences for f.getPosition() with f.position.
We're using:
The extension works great, displaying the map and its defined markers.
However, when we click a marker on the map, we get the next error on the console:
It is related to the next line:
https://github.com/mhirdes/go_maps_ext/blob/main/Resources/Public/Scripts/gomapsext.js#L279
We removed any adaptations we could have made to the Css/Js/Templates/TypoScript settings and the error keeps appearing.
Could you take a look and see if you can reproduce it, @mhirdes?
The text was updated successfully, but these errors were encountered: