Add basic support for traveltime.com isochrone API

This commit is contained in:
jeremy@jermolene.com
2022-12-12 08:54:40 +00:00
parent 15f266a01f
commit d2607489b6
10 changed files with 283 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
title: $:/plugins/tiddlywiki/geospatial/settings
tags: $:/tags/ControlPanel
caption: Geospatial Plugin
<div class="tc-control-panel">
! Geospatial Plugin Settings
Register for a free account at https://traveltime.com/ and copy and paste the secrets below:
~TravelTime Application ID: <$password name="traveltime-application-id"/>
~TravelTime Secret Key: <$password name="traveltime-secret-key"/>
</div>