@asymmetrik/ngx-leaflet
Advanced tools
Changelog
3.1.0
Added map events, layer events.
Added several input bound map options including [leafletMaxBounds]
, [leafletMaxZoom]
, and [leafletMinZoom]
.
Added output binding for map center - (leafletMapCenter)
and map zoom - (leafletMapZoom)
.
Support for Angular 4.
Changelog
13.0.1
Minor cleanup in the project and removed an accidental dependency
Added call to Map.remove in OnDestroy handler. This should ensure that any outstanding event handlers are cleaned up. Added demo example for adding/removing maps dynamically.
Support for Angular.io 10.
Support for Angular.io 9. 🎉
ngx-leaflet.umd.js
. This shouldn't affect anyone unless you're manually including the bundle.Changelog
2.6.0
Wrapping several map operations in NgZone.runOutsideAngular
in order to prevent excessive dirty checking.
If you encounter an unexpected issue due to this change, please file an issue.