-
Notifications
You must be signed in to change notification settings - Fork 14
Map won't load in IE11 #15
Copy link
Copy link
Open
Description
Hi,
The map isn't loading in IE11, I think since the latest release, because IE can't handle the function() shorthand in JavaScript.
JS error message:
SCRIPT1003: ':' expected
terratype.renderer.js (391,25)
This is in turn this line:
getPosition(tag) {
It's solved by rewriting it to:
getPosition: function (tag) {
I can maybe find time to make a pull request out of this but it feels a bit overkill? :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels