elfalem / Leaflet.curve

A Leaflet plugin for drawing Bézier curves and other complex shapes.
Other
218 stars 52 forks source link

Convert SVG path to coordinates Curve #45

Closed ahthyun closed 2 years ago

ahthyun commented 2 years ago

Hi Team I am having a SVG file with available path, how I can convert it to coordinates to use in Curve image

elfalem commented 2 years ago

Unfortunately that's beyond the scope of this project. I don't have GIS experience but I think you would need to georeference the SVG path. Perhaps this tool or this one could be useful. A GIS specific forum such as GIS Stack Exchange might be more relevant.