I've written a script that uses GL-js and cannot get it to work on Internet Explorer but does on Chrome.
As an experiment, I then tried to get just the Mapbox basic example to work on IE and that fails as well :
https://www.mapbox.com/mapbox-gl-js/example/check-for-support/
It works from their own webpage but not when I copy the example code into an html file and load it. It does work on Chrome though as does my script.
Any ideas why it won;t run on IE?
or what needs changing in the example script to get it working?
many thanks