jaybo / deepzoom-blog

Public repository for DeepZoom
0 stars 0 forks source link

Extra digit of precision for the lat/lon label? #14

Closed Cmjstealth closed 1 year ago

Cmjstealth commented 1 year ago

Might be handy to have one extra digit of precision for the lat/lon location. 0.0001 degrees of latitude, in the current implementation, is about 40 ft. This would be useful for navigating to more specific spots when locating anchor sites, dive sites, etc.

Example: show 47.59408, -122.48198 instead of 47.5940, -122.4820

Screenshot 2023-02-01 164813

jaybo commented 1 year ago

5 digits of decimal precision will show up in the next release. Thanks for the suggestion.

Cmjstealth commented 1 year ago

That's awesome!

Is there by chance an existing way to search or otherwise move the map to a specific lat/lon? Consider the use case of entering a marker for a known coordinate, for example. The search didnt seem to recognize my coordinates so I've been just been just adjusting the map manually using the above mentioned position indicator.

jaybo commented 1 year ago

The next version will allow you to search for either a named location or a Lat Lng

image

jaybo commented 1 year ago

Obligatory XKCD image: image

Cmjstealth commented 1 year ago

Awesome! Search works with my coordinates now too!