1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 11:49:44 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial
btheado 9a4aafdb41
Prevent geospatial plugin exception when geomap contains empty geolayer widget (#8484)
* Prevent exception when geomap contains empty geolayer widget

* Convert testcase widget into testcase tiddler
2024-08-30 14:21:46 +01:00
..
baselayers Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
docs Fix geospatial plugin popup demo 2024-08-06 21:32:04 +01:00
files Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
helpers Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
images/markers Geospatial Plugin: Support for custom popups (#8404) 2024-07-25 17:31:37 +01:00
operators Fix olc-decode and geopoint latitude and longitude order in the geospatial plugin (#8437) 2024-07-28 13:44:09 +01:00
templates Geospatial Plugin: Support for custom popups (#8404) 2024-07-25 17:31:37 +01:00
tests Prevent geospatial plugin exception when geomap contains empty geolayer widget (#8484) 2024-08-30 14:21:46 +01:00
widgets Prevent geospatial plugin exception when geomap contains empty geolayer widget (#8484) 2024-08-30 14:21:46 +01:00
docs.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
geotools.js Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
icon.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
license.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
plugin.info Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
readme.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
settings.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
startup.js Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
styles.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +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/]])