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
If anyone is experiencing this issue, my work around was just to set my geosjon simplestyle to have a white large marker which generates a url with that broken api that I replace with a pin from google map.
kml=kml.toString().replace('https://api.tiles.mapbox.com/v3/marker/pin-l+fff.png','http://maps.google.com/mapfiles/kml/paddle/wht-circle.png',);// then use xml-formatter
See the line of code here for icon marker:
tokml/index.js
Line 203 in 91c3fa5
https://api.tiles.mapbox.com/v3/marker/ no longer exists i think. Not sure if mapbox has another API for markers.
The text was updated successfully, but these errors were encountered: