bluehalo / ngx-leaflet-draw

MIT License
88 stars 29 forks source link

Add option to disable adding new layers to feature group. #80

Closed ihrigb closed 4 years ago

hlovdal commented 5 years ago

You probably should update the readme file to document the new input parameter.

ihrigb commented 5 years ago

done.

reblace commented 4 years ago

Addressed this by changing the behavior in v6 to match Leaflet Draw's default behavior. You have to add layers to the feature group yourself and add the feature group to the map. See the README for details.