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
Ok after masterfully and flukily getting the map style to work from the JSON settings on the google map creator, I'm running into a JS error cause the map to be unzoomable/dragable.
I'm getting a "grid is undefined" error caused by markermanager.js. It doesn't seem to be playing nicely with map_config in the JS call. I currently have:
The style is created, it looks lovely, but the map doesn't scroll. I've read somewhere that I have to initiate the grid/marker manager somewhere after the page has loaded but I'm a bit lost. Anyone come across this before?
Many thanks.
The text was updated successfully, but these errors were encountered:
Ok after masterfully and flukily getting the map style to work from the JSON settings on the google map creator, I'm running into a JS error cause the map to be unzoomable/dragable.
I'm getting a "grid is undefined" error caused by markermanager.js. It doesn't seem to be playing nicely with map_config in the JS call. I currently have:
The style is created, it looks lovely, but the map doesn't scroll. I've read somewhere that I have to initiate the grid/marker manager somewhere after the page has loaded but I'm a bit lost. Anyone come across this before?
Many thanks.
The text was updated successfully, but these errors were encountered: