diff --git a/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid b/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid index 3b85c8406..7d2d4c027 100644 --- a/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +++ b/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid @@ -9,16 +9,12 @@ Open Location Code operators + 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:point[9C3WQP2R+QVH]] }}}/>) + title: ExpectedResult -
(9C3WQP2R+QV) -(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":"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]}})
\ No newline at end of file