osmandapp / OsmAnd-iOS

OsmAnd for iOS
Other
277 stars 90 forks source link

OsmAnd Maps fail to read apple’s map coordinates #3978

Open nabilys opened 2 weeks ago

nabilys commented 2 weeks ago

Steps to reproduce : -copy coordinates from Apple Maps -paste to OsmAnd search

tested with OsmAnd maps 4.8.3.0

yuriiurshuliak commented 1 week ago

The bug could not be reproduced. Apple Maps uses the decimal degrees (DD) format, which is supported by our app. However, when copying coordinates from Apple Maps, the search fails due to extra symbols in the coordinates. For example, searching for "33.95060° S, 151.14453° E" won't yield results, but if you search using "33.95060, 151.14453" without the extra characters, the coordinates will be found. It's important to remove any additional symbols and replace commas with periods.

OsmAnd 4.8.3.0

https://github.com/user-attachments/assets/c737283f-4fa0-408d-96a4-8ca07a3b6e06

yuriiurshuliak commented 1 week ago

While we separately support some Google formats, it’s important to support this format as well.

vshcherb commented 1 week ago

15,123, 23,12 -> 15.123, 23.12 15,123 N, 23,12 E -> 15.123 N, 23.12 E Note: 15,123,23,12 won't be supported

RZR-UA commented 4 days ago