1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-12 21:09:57 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial
jeremy@jermolene.com 046437acf0 First commit
This is the beginnings of a new core plugin to add geospatial capabilities, building on the JSON operators that we now have in the core. It uses the libraries leaflet.js for mapping and turf.js for geospatial calculations.
2022-12-02 10:13:03 +00:00
..
demo First commit 2022-12-02 10:13:03 +00:00
files First commit 2022-12-02 10:13:03 +00:00
images/markers First commit 2022-12-02 10:13:03 +00:00
operators First commit 2022-12-02 10:13:03 +00:00
tests/operators First commit 2022-12-02 10:13:03 +00:00
widgets First commit 2022-12-02 10:13:03 +00:00
geotools.js First commit 2022-12-02 10:13:03 +00:00
plugin.info First commit 2022-12-02 10:13:03 +00:00
readme.tid First commit 2022-12-02 10:13:03 +00:00
startup.js First commit 2022-12-02 10:13:03 +00:00
styles.tid First commit 2022-12-02 10:13:03 +00:00

title: $:/plugins/tiddlywiki/geospatial/readme

! Examples

!! Simple Map

<$geomap/>

!! Map with Markers

<$geomap markers="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]"/>