Closed MiracleXYZ closed 1 year ago
Any plans to integrate this plugin with DataviewJS? E.g. a dataviewjs code block like
dataviewjs
renderLeaflet(this.container, leafletOptions);
where leafletOptions is the JSON form of the YAML config in the original leaflet code block.
leafletOptions
leaflet
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Any plans to integrate this plugin with DataviewJS? E.g. a
dataviewjs
code block likewhere
leafletOptions
is the JSON form of the YAML config in the originalleaflet
code block.