iamanvesh / mapbox-gl-draw-circle

Supports drawing/editing a circle on a Mapbox map.
https://iamanvesh.github.io/mapbox-gl-draw-circle-test/
MIT License
74 stars 59 forks source link

Angular 6+ compatibility #13

Open verbeeckjan opened 5 years ago

verbeeckjan commented 5 years ago

Fixes the issue described here: https://github.com/mapbox/mapbox-gl-draw/issues/850

Allows for compatibility with angular 6+ by changing the way mapbox-gl-draw is imported. I'm not sure if this is the best way to fix this but it seems to be the only way to get it working.