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
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
I'm having issues getting this Mapbox to work at all. I've cloned the repo and even that example doesn't work. Whenever I click on the map I get these two errors in the development console:
Uncaught TypeError: Cannot read property 'style' of undefined jquery.mapbox.js:318
Uncaught TypeError: Cannot read property 'style' of undefined jquery.mapbox.js:331
When looking at that area it seems to have to do with the fact that .current_map_layer cannot be found at all. I'll dig deeper myself but would like some help resolving this issue.
I'm having issues getting this Mapbox to work at all. I've cloned the repo and even that example doesn't work. Whenever I click on the map I get these two errors in the development console:
Uncaught TypeError: Cannot read property 'style' of undefined jquery.mapbox.js:318
Uncaught TypeError: Cannot read property 'style' of undefined jquery.mapbox.js:331
When looking at that area it seems to have to do with the fact that .current_map_layer cannot be found at all. I'll dig deeper myself but would like some help resolving this issue.