mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
046437acf0
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.
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
title: $:/plugins/tiddlywiki/geospatial/readme
|
|
|
|
! Examples
|
|
|
|
!! Simple Map
|
|
|
|
<$geomap/>
|
|
|
|
!! Map with Markers
|
|
|
|
<$geomap markers="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]"/>
|