1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial
2023-06-12 09:22:03 +01:00
..
baselayers Add a satellite base layer and another terrain base layer 2023-05-21 22:36:36 +01:00
docs Add interactive demos for geounion, geodifference, geointersection 2023-05-31 09:38:19 +01:00
files Support for multiple base layers 2023-05-21 22:06:32 +01:00
images/markers Improve map pin 2023-01-30 12:01:00 +00:00
macros Extend Flickr helpers to support photoTiddlerTemplate parameter 2023-04-19 10:17:21 +01:00
operators Extend geonearestpoint operator to work with feature collections 2023-04-26 14:07:58 +01:00
tests Add interactive demos for geounion, geodifference, geointersection 2023-05-31 09:38:19 +01:00
widgets Add startPosition and layersPanel attributes to geomap widget 2023-05-31 09:37:44 +01:00
docs.tid Split docs into separate tabs 2023-04-11 17:14:51 +01:00
geotools.js First commit 2023-01-18 09:06:34 +00:00
icon.tid Icon for geospatial plugin 2023-06-12 09:22:03 +01:00
license.tid Add Leaflet MasterCluster plugin 2023-02-12 10:58:18 +00:00
plugin.info Move settings from demo into plugin 2023-06-12 08:48:42 +01:00
readme.tid Cleanup docs 2023-03-24 14:00:34 +00:00
settings.tid Move settings from demo into plugin 2023-06-12 08:48:42 +01:00
startup.js Fix startup ordering 2023-03-06 14:05:55 +00:00
styles.tid Support for multiple base layers 2023-05-21 22:06:32 +01:00

title: $:/plugins/tiddlywiki/geospatial/readme

This is an early version of the new Geospatial Plugin for TiddlyWiki.

The goal is to add new primitives to the TiddlyWiki platform that enable non-developers to build sophisticated interactive geospatial applications.

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
* 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/]])