1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-15 18:09:55 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial
2024-05-31 10:40:18 +01:00
..
baselayers Remove Stamen baselayers 2023-12-11 14:45:07 +00:00
docs Clarify docs for tm-request-location 2024-05-31 10:40:18 +01:00
files Update to Leaflet v1.9.4 2024-05-29 14:20:47 +01:00
helpers File renames for 05d3271603 2023-09-14 20:01:11 +01:00
images/markers Improve map pin 2023-01-30 12:01:00 +00:00
operators Extend geonearestpoint operator to work with feature collections 2023-04-26 14:07:58 +01:00
tests Disable broken tests 2023-12-11 15:21:38 +00:00
widgets Fix subtle typo that was preventing popups from working correctly 2024-05-30 17:37:42 +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 Mark Geospatial plugin as experimental 2024-05-21 11:25:21 +01:00
readme.tid Docs update 2023-06-12 15:35:26 +01:00
settings.tid Move settings from demo into plugin 2023-06-12 08:48:42 +01:00
startup.js Fix typo 2023-09-09 15:23:46 +01:00
styles.tid Support for multiple base layers 2023-05-21 22:06:32 +01:00

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

Welcome to the Geospatial Plugin for TiddlyWiki.

This plugin adds new primitives to the TiddlyWiki platform to enable non-developers to build sophisticated interactive geospatial applications.

The Geospatial Plugin incorporates a number of third party libraries and online services:

* [[Leaflet.js|https://leafletjs.com/]], an open source library to display interactive maps
* [[Turf.js|https://turfjs.org/]], an open source library to perform geospatial calculations with [[GeoJSON|https://en.wikipedia.org/wiki/GeoJSON]] objects
* [[TravelTime|https://traveltime.com/]], a commercial API for [[geocoding|https://traveltime.com/features/geocoding]], [[routing|https://traveltime.com/features/multi-modal-routing]] and [[isochrones|https://traveltime.com/features/isochrones]]
* [[Flickr|https://www.flickr.com/services/api/]], a free API for retrieving geotagged photographs
* [[OpenLocationCode|https://github.com/google/open-location-code]], Google's open source library for converting to and from Open Location Codes (also known as [[PlusCodes|https://maps.google.com/pluscodes/]])