Integrate test cases with the docs

This commit is contained in:
jeremy@jermolene.com
2023-04-13 09:39:52 +01:00
parent b6181e1cb1
commit 6d617ce939
14 changed files with 70 additions and 93 deletions

View File

@@ -6,8 +6,8 @@ tags: $:/tags/GeospatialDocs
The `old-encode` operator converts separate latitude and longitude numbers into an [[OpenLocationCode|https://github.com/google/open-location-code]] shortcut code with a specified length (defaults to 11 characters).
```
[olc-encode[51.751944],[-1.257778]]
[olc-encode[51.751944],[-1.257778],[11]]
```
!! Examples
<$testcase testcase-tiddler="$:/plugins/tiddlywiki/geospatial/tests/operators/olc-encode">
<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>
</$testcase>