From 594069836f5ce183d7f499097687359a255c1765 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 24 Mar 2023 14:00:34 +0000 Subject: [PATCH] Cleanup docs --- editions/geospatialdemo/tiddlers/SiteSubtitle.tid | 3 +++ editions/geospatialdemo/tiddlers/SiteTitle.tid | 3 +++ plugins/tiddlywiki/geospatial/docs.tid | 13 ------------- plugins/tiddlywiki/geospatial/readme.tid | 6 +++--- 4 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 editions/geospatialdemo/tiddlers/SiteSubtitle.tid create mode 100644 editions/geospatialdemo/tiddlers/SiteTitle.tid diff --git a/editions/geospatialdemo/tiddlers/SiteSubtitle.tid b/editions/geospatialdemo/tiddlers/SiteSubtitle.tid new file mode 100644 index 000000000..ccf4a47c6 --- /dev/null +++ b/editions/geospatialdemo/tiddlers/SiteSubtitle.tid @@ -0,0 +1,3 @@ +title: $:/SiteSubtitle + +Geographic Data Features for ~TiddlyWiki \ No newline at end of file diff --git a/editions/geospatialdemo/tiddlers/SiteTitle.tid b/editions/geospatialdemo/tiddlers/SiteTitle.tid new file mode 100644 index 000000000..842aa4c18 --- /dev/null +++ b/editions/geospatialdemo/tiddlers/SiteTitle.tid @@ -0,0 +1,3 @@ +title: $:/SiteTitle + +Geospatial Plugin \ No newline at end of file diff --git a/plugins/tiddlywiki/geospatial/docs.tid b/plugins/tiddlywiki/geospatial/docs.tid index 5e0274d9a..e3f1d2408 100644 --- a/plugins/tiddlywiki/geospatial/docs.tid +++ b/plugins/tiddlywiki/geospatial/docs.tid @@ -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 diff --git a/plugins/tiddlywiki/geospatial/readme.tid b/plugins/tiddlywiki/geospatial/readme.tid index 0a456a4f0..0d16d4516 100644 --- a/plugins/tiddlywiki/geospatial/readme.tid +++ b/plugins/tiddlywiki/geospatial/readme.tid @@ -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