1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-13 19:00:27 +00:00

Cleanup docs

This commit is contained in:
jeremy@jermolene.com 2023-03-24 14:00:34 +00:00
parent b74646a565
commit 594069836f
4 changed files with 9 additions and 16 deletions

View File

@ -0,0 +1,3 @@
title: $:/SiteSubtitle
Geographic Data Features for ~TiddlyWiki

View File

@ -0,0 +1,3 @@
title: $:/SiteTitle
Geospatial Plugin

View File

@ -1,18 +1,5 @@
title: $:/plugins/tiddlywiki/geospatial/docs
! Macros
!! `show-geojson` macro
The `show-geojson` operator displays a GeoJSON object in a human-readable form.
|!Parameter |!Description |
|geojson |Text of GeoJSON object to display |
```
<$macrocall $name="show-geojson" geojson={{$:/geospatialdemo/features/us-states}}/>
```
! Filter Operators
!! `geopoint` operator

View File

@ -1,10 +1,10 @@
title: $:/plugins/tiddlywiki/geospatial/readme
This is an early alpha build of the new Geospatial Plugin for TiddlyWiki.
This is an early version of the new Geospatial Plugin for TiddlyWiki.
The goal is to develop new primitives for the TiddlyWiki platform that enable non-developers to build sophisticated interactive geospatial applications.
The goal is to add new primitives to the TiddlyWiki platform that enable non-developers to build sophisticated interactive geospatial applications.
At this point, the Geospatial Plugin is largely a proof of concept of foundational capabilities:
The Geospatial Plugin incorporates a number of third party libraries and online services:
* Integrating the open source [[Leaflet.js|https://leafletjs.com/]] library to display interactive maps
* Integrating the open source [[Turf.js|https://turfjs.org/]] library to perform geospatial calculations with [[GeoJSON|https://en.wikipedia.org/wiki/GeoJSON]] objects