javalent / obsidian-leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
481 stars 29 forks source link

Implement saving the current drawings as a GeoJSON file for Issue #337 #360

Closed preslavnpetrov closed 1 year ago

preslavnpetrov commented 1 year ago

This simple change adds a button at the bottom of the drawings panel, that will grab all of the currently active drawings and export them into a .json file in GeoJSON format, as requested in issue #337

valentine195 commented 1 year ago

LGTM thanks