TiddlyWiki5/plugins/tiddlywiki/geospatial
Jeremy Ruston a3a4e91751
New dom-to-image plugin for saving DOM nodes as an image (#8810)
* Add tm-save-dom-to-image message

* Temporarily include the geospatial plugin in the Netlify previews

* Scale should default to 1x

* Fix saving SVG images

* Add example of saving in SVG format

* Add library version number

* Document peculiarities of JPEG quality parameter

* Allow format="jpg" as well as the more technically correct "jpeg"

* Document what happens if the selector returns multiple DOM nodes

* Refactor image-to-dom to be a separate plugin

* Add support for oncompletion handler

* Remove ELS marker

Thanks @ericshulman
2026-02-06 10:42:40 +00:00
..
baselayers Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
docs Geospatial Plugin: Improve Event Support (#8740) 2024-11-15 12:03:16 +00: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 Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
tests Prevent geospatial plugin exception when geomap contains empty geolayer widget (#8484) 2024-08-30 14:21:46 +01:00
widgets Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
docs.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
geotools.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00: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 Change experimental plugins to stable 2025-05-18 12:04:08 +01:00
readme.tid Add Geospatial plugin (#7406) 2024-05-31 13:31:30 +01:00
settings.tid Gather all the plugins' settings page under the control panel's "Settings" tab. (#8643) 2024-09-30 14:23:29 +01:00
startup.js New dom-to-image plugin for saving DOM nodes as an image (#8810) 2026-02-06 10:42:40 +00: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/]])