Add Leaflet.Draw.Svg to plugins (#7888)

This commit is contained in:
Robin Massink 2022-01-21 13:43:02 +01:00 committed by GitHub
parent fe034acf48
commit 4f80c6bece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
---
name: Leaflet.draw.svg
category: edit-geometries
repo: https://github.com/robidev/Leaflet.Draw.Svg
author: Robin Massink
author-url: https://github.com/robidev
demo: https://robidev.github.io/Leaflet.Draw.Svg/local_svg/index.html
compatible-v0: true
compatible-v1: true
---
Plugin to Leaflet.Draw to allow adding/moving/removing custom SVG files on a leaflet map. It allows to define a SVG as XML text, and converts it into an SVG object that can be displayed by leaflet as an editable feature.