ui-leaflet-draw icon indicating copy to clipboard operation
ui-leaflet-draw copied to clipboard

angular directive for ui-leaflet to utilize Leaflet.Draw

Results 6 ui-leaflet-draw issues
Sort by recently updated
recently updated
newest added

Is there still a reason this package needs to be dependent on github: `"leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master",` instead of Leaflet.Draw since it's in [NPM](https://www.npmjs.com/package/leaflet-draw) ?

I'm experimenting with separation of concerns using nested components within the leaflet directive. And I was thinking there is no real limitation on why we shouldn't allow ui-leaflet-draw to still...

lfDraw currently supports adding of featureGroup but there is an issue. Given a configuration ``` edit: { edit: true, remove: false } ``` Expected: (adding featureGroup) ``` edit: { edit:...

Steps: - open the index.html demo page - draw a feature - delete the feature - check the JS console Expected: The feature is deleted and no errors are shown...

Please update documentation or code examples about using angular events with map **#id**. So that, if you have provided **YOUR_MAP_ID** with leaflet `` you need to add **YOUR_MAP_ID** to events...