mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-13 19:00:27 +00:00
Cleanup docs
This commit is contained in:
parent
b74646a565
commit
594069836f
3
editions/geospatialdemo/tiddlers/SiteSubtitle.tid
Normal file
3
editions/geospatialdemo/tiddlers/SiteSubtitle.tid
Normal file
@ -0,0 +1,3 @@
|
||||
title: $:/SiteSubtitle
|
||||
|
||||
Geographic Data Features for ~TiddlyWiki
|
3
editions/geospatialdemo/tiddlers/SiteTitle.tid
Normal file
3
editions/geospatialdemo/tiddlers/SiteTitle.tid
Normal file
@ -0,0 +1,3 @@
|
||||
title: $:/SiteTitle
|
||||
|
||||
Geospatial Plugin
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user