1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-31 03:14:49 +00:00

Remove erroneously copied olc-encode tests within old-decode test case

This commit is contained in:
jeremy@jermolene.com 2023-04-14 21:37:52 +01:00
parent f2ccce268d
commit 6c9b8116bd

View File

@ -9,16 +9,12 @@ Open Location Code operators
+ +
title: Output title: Output
(<$text text={{{ [olc-encode[51.751944],[-1.257778]] }}}/>)
(<$text text={{{ [olc-encode[51.751944],[-1.257778],[11]] }}}/>)
(<$text text={{{ [olc-decode:bounds[9C3WQP2R+QV]] }}}/>) (<$text text={{{ [olc-decode:bounds[9C3WQP2R+QV]] }}}/>)
(<$text text={{{ [olc-decode:point[9C3WQP2R+QVH]] }}}/>) (<$text text={{{ [olc-decode:point[9C3WQP2R+QVH]] }}}/>)
+ +
title: ExpectedResult title: ExpectedResult
<p>(9C3WQP2R+QV) <p>({"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[51.751875,-1.257875],[51.752,-1.257875],[51.752,-1.25775],[51.751875,-1.25775],[51.751875,-1.257875]]]}})
(9C3WQP2R+QVH)
({"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[51.751875,-1.257875],[51.752,-1.257875],[51.752,-1.25775],[51.751875,-1.25775],[51.751875,-1.257875]]]}})
({"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[51.7519375,-1.257765625]}}) ({"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[51.7519375,-1.257765625]}})
</p> </p>