Closed puremana closed 5 years ago
Hi @puremana , thanks a lot for pointing this out. 🙌
Unfortunately the /help
pages are in an internal repo, so we can't accept external contributions, sorry :(
But we've captured this request in the issue tracker for that repo, and it should be fixed soon.
Closing this to prevent duplication.
Since I have seen Mapbox GL JS is trying to cater towards IE too, I noticed the directions example located at https://docs.mapbox.com/help/tutorials/getting-started-directions-api/ doesn't work on Internet Explorer due to
req.responseType = 'json';
inThis could be changed to
to work on IE.
Was going to change this myself but I couldn't see any repo that included the code for those docs. Thanks