2023-04-13 08:39:52 +00:00
|
|
|
title: $:/plugins/tiddlywiki/geospatial/tests/operators/geodistance
|
2022-12-02 10:13:03 +00:00
|
|
|
description: geodistance operator
|
|
|
|
type: text/vnd.tiddlywiki-multiple
|
|
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
|
2023-04-13 08:39:52 +00:00
|
|
|
title: Description
|
|
|
|
|
|
|
|
geodistance operator
|
|
|
|
+
|
2022-12-02 10:13:03 +00:00
|
|
|
title: Output
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
<$let
|
|
|
|
oxford={{{ [geopoint[51.751944],[-1.257778]] }}}
|
|
|
|
new-york={{{ [geopoint[40.730610],[-73.935242]] }}}
|
|
|
|
>
|
|
|
|
|
|
|
|
<$text text={{{ [geodistance<oxford>,<new-york>] }}}/>,
|
|
|
|
<$text text={{{ [geodistance<oxford>,<new-york>,[miles]] }}}/>,
|
|
|
|
<$text text={{{ [geodistance<oxford>,<new-york>,[kilometers]] }}}/>,
|
|
|
|
<$text text={{{ [geodistance<oxford>,<new-york>,[degrees]] }}}/>,
|
|
|
|
<$text text={{{ [geodistance<oxford>,<new-york>,[radians]] }}}/>,
|
|
|
|
<$text text={{{ [geodistance<oxford>,<new-york>,[xxxxxxx]] }}}/>
|
|
|
|
|
|
|
|
</$let>
|
|
|
|
|
|
|
|
+
|
|
|
|
title: ExpectedResult
|
|
|
|
|
|
|
|
<p>5042.67688063485,5042.67688063485,8115.401781788412,72.89828683394038,1.2738016908387275,5042.67688063485</p>
|