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:
parent
f2ccce268d
commit
6c9b8116bd
@ -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>
|
Loading…
Reference in New Issue
Block a user