1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial
jeremy@jermolene.com d3aca065ab 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.
2023-01-18 09:06:34 +00:00
..
demo First commit 2023-01-18 09:06:34 +00:00
files First commit 2023-01-18 09:06:34 +00:00
images/markers First commit 2023-01-18 09:06:34 +00:00
operators First commit 2023-01-18 09:06:34 +00:00
tests/operators First commit 2023-01-18 09:06:34 +00:00
widgets First commit 2023-01-18 09:06:34 +00:00
geotools.js First commit 2023-01-18 09:06:34 +00:00
plugin.info First commit 2023-01-18 09:06:34 +00:00
readme.tid First commit 2023-01-18 09:06:34 +00:00
startup.js First commit 2023-01-18 09:06:34 +00:00
styles.tid First commit 2023-01-18 09:06:34 +00:00

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

! Examples

!! Simple Map

<$geomap/>

!! Map with Markers

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