1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 13:40:02 +00:00
Jeremy Ruston 3fb2f980c8
Geospatial Plugin: Improve Event Support (#8740)
* Add onclick attribute to geolayer widget

* Temporarily add the plugin to tw5.com for the Netlify preview

* Rename onclick to clickActions

And add docs for the lat, long, alt variables

* No longer apply the default popup template

Now that we have customisable popups the default one is pretty useless

* Prepare for merging to v5.3.6

The special circumstances are that this PR is confined to a plugin, and that the new work is an extension of the new features already merged in v5.3.6
2024-11-15 12:03:16 +00:00
..
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
2024-05-31 13:31:30 +01:00
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/]])