1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-18 02:09:43 +00:00
TiddlyWiki5/editions/geospatialdemo/tiddlers/HelloThere.tid

29 lines
1.2 KiB
Plaintext
Raw Normal View History

title: HelloThere
2023-01-27 08:45:19 +00:00
2023-04-12 16:14:42 +00:00
//The latest build of the Geospatial Plugin can be found at:// https://tiddlywiki5-git-geospatial-plugin-jermolene.vercel.app/plugins/tiddlywiki/geospatial/index.html
2023-04-05 11:15:16 +00:00
!! Introduction
{{$:/plugins/tiddlywiki/geospatial/readme}}
!! Prerequisites
2023-04-03 16:59:01 +00:00
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 below for details.
!! Demos
2023-01-27 08:45:19 +00:00
* Visit the ~GeoFeatures and ~GeoMarkers tabs to see the data loaded into this wiki
2023-01-30 08:57:30 +00:00
* Click on a link to a layer or marker to open the corresponding tiddler that includes a map
* Use the Flickr tab to retrieve geotagged photographs from Flickr
* Visit a ~GeoMarker tiddler and use the "Call ~TravelTime" button to calculate an isochrone from that location using the ~TravelTime API
! Map Showing All Features and Markers
<$geomap
markers="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]"
features="[all[tiddlers+shadows]tag[$:/tags/GeoFeature]]"
state=<<qualify "$:/state/demo-map">>
/>
2023-03-17 07:52:12 +00:00
<<tabs tabsList:"[all[tiddlers+shadows]tag[$:/tags/GeospatialDemo]]" default:"GeoMarkers">>