FreemapSlovakia / freemap-v3-react

Freemap Slovakia web application (www.freemap.sk)
https://www.freemap.sk/
Apache License 2.0
35 stars 17 forks source link

Find coordinates and elevation - request #728

Closed matic13 closed 4 weeks ago

matic13 commented 5 months ago

When right-clicking on the map to find coordinates and elevation, you provide coordinates in various formats.

Random example:

N 45,276819°, E 13,375854° N 45° 16,6092', E 13° 22,5513' N 45° 16' 36,549", E 13° 22' 33,076"

But the most basic one is missing: the one with dots and commas that work universally in any map supporting coordinates, 45.276819, 13.375854 in this particular example. So it's quite inconvenient to just quickly copy-paste coordinates from Freemap into any other map, OSM.org included, because you always have to change commas into dots at the very least, otherwise, it won't work in other apps.

Please could you add the most basic format option as well?

Thanks