Open
Description
Description
I'm making a map with a line that changes after click. All works fine in Chrome, Safari, Firefox and Edge, but not in IE11.
The LGeoJson is stored as ref="line"
<l-geo-json ref="line" :geojson="line" :options-style="options"></l-geo-json>
In my method I want to access the line like this.$refs.line.getBounds()
, the ref exists but has no .mapObject
or getBounds()
in IE11.