Skip to content

Commit d7b873d

Browse files
committed
New test case for geo
Signed-off-by: Alexander Borsuk <me@alex.bio>
1 parent 37e4fc4 commit d7b873d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ <h3><a href="https://en.wikipedia.org/wiki/Geo_URI_scheme">Geo url scheme</a></h
146146
<li><a href="geo:0,0(Null%20Island)">geo:0,0(Null%20Island)</a> - show 0,0 point in Atlantic Ocean with 'Null Island' title</li>
147147
<li><a href="geo:0,0?q=Restaurant">geo:0,0?q=Restaurant</a> - search for 'Restaurant' type around current position</li>
148148
<li><a href="geo:0,0?q=87G7MXQ4%2BM5">geo:0,0?q=87G7MXQ4%2BM5</a> - search for Plus Code '87G7MXQ4+M5' from current position (strings in Geo URI must be encoded so '+' is '%2B')</li>
149+
<li><a href="geo:44.68384865322351,7.61382537502606E-6?q=44.68384865322351,7.61382537502606E-6">geo:44.68384865322351,7.61382537502606E-6?q=44.68384865322351,7.61382537502606E-6</a> - non-standard scientific notation</li>
149150
</ol>
150151

151152
<h3>MAPS.ME url scheme</h3>

0 commit comments

Comments
 (0)