skray / maps

Maps and map editor with Leaflet.js and AngularJS
http://skray.github.io/maps
2 stars 0 forks source link

Allow adding and editing of map markers #9

Open skray opened 8 years ago

skray commented 8 years ago

Allow for customized marker icons, either custom uploaded, or select from a list of provided.

skray commented 8 years ago

Look at leaflet.editable instead of leaflet.draw. Looks like there is an open issue on angular-leaflet-directive about having to hack in leaflet.edit, but it looks like it should be doable by setting the defaults on the leafletMapDefaultsProvider?

angular leaflet directive issue 986

https://github.com/tombatossals/angular-leaflet-directive/blob/e346b1487c667374bb5a20b8108701a048423955/src/directives/leaflet.js#L94