1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 16:06:58 +00:00

Rearranging geospatial plugin vs. edition

This commit is contained in:
jeremy@jermolene.com 2023-03-17 09:48:35 +00:00
parent 57627b2b80
commit a96e3f46d1
4 changed files with 13 additions and 23 deletions

View File

@ -1,6 +1,14 @@
title: HelloThere
! Demos
!! Introduction
{{$:/plugins/tiddlywiki/geospatial/readme}}
!! Prerequisites
This demo requires that the API keys needed to access external services be obtained by the end user and manually configured. These keys are stored in the browser and so only need to be set up once. See the ''Settings'' tab for details.
!! Demos
* Visit the ~GeoLayers and ~GeoMarkers tabs to see the data loaded into this wiki
* Click on a link to a layer or marker to open the corresponding tiddler that includes a map

View File

@ -1,10 +1,7 @@
title: $:/plugins/tiddlywiki/geospatial/settings
tags: $:/tags/ControlPanel
caption: Geospatial Plugin
title: Settings
tags: $:/tags/GeospatialDemo
<div class="tc-control-panel">
! Geospatial Plugin Settings
! Geospatial Demo Settings
This demo runs entirely in the browser, with no backend server component. A consequence of this design is that the API keys required to access external services must be obtained by the end user. These keys are stored in the browser and so only need to be set up once.
@ -26,5 +23,3 @@ This demo runs entirely in the browser, with no backend server component. A cons
# Copy and paste the value labelled "API Key" into the box below
Flickr API Key: <$password name="flickr-api-key"/>
</div>

View File

@ -2,5 +2,5 @@
"title": "$:/plugins/tiddlywiki/geospatial",
"name": "Geospatial Utilities",
"description": "Geospatial utilities",
"list": "readme settings demos license"
"list": "readme license"
}

View File

@ -1,7 +1,5 @@
title: $:/plugins/tiddlywiki/geospatial/readme
! Introduction
This is an early alpha build 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.
@ -13,14 +11,3 @@ At this point, the Geospatial Plugin is largely a proof of concept of foundation
* Integrating the commercial API [[TravelTime|https://traveltime.com/]] for [[geocoding|https://traveltime.com/features/geocoding]], [[routing|https://traveltime.com/features/multi-modal-routing]] and [[isochrones|https://traveltime.com/features/isochrones]]
* Integrating the free API from [[Flickr|https://www.flickr.com/services/api/]] for retrieving geotagged photographs
* Integrating Google's open source [[OpenLocationCode|https://github.com/google/open-location-code]] library for converting to and from Open Location Codes (also known as [[PlusCodes|https://maps.google.com/pluscodes/]])
! Getting Started
!! Prerequisites
This demo requires that the API keys needed to access external services be obtained by the end user and manually configured. These keys are stored in the browser and so only need to be set up once. See the ''Settings'' tab for details.
!! Demos
Visit the ''Demos'' tab above to explore the demos.