projecthorus / sondehub-tracker

🎈 Frontend for SondeHub Radiosonde Tracking
https://v2.sondehub.org
MIT License
60 stars 26 forks source link

problem with the landing point of a probe #284

Closed 14ri004 closed 1 year ago

14ri004 commented 1 year ago

Hello, when I click on the laying point of a probe, I have coordinates displayed, but impossible to open Google Map to have the route to this position, if I copy the link there is the word (geo) just before the coordinates, which blocks Google Map ---> geo:44.08047,2.38362 and in mobile it is not practical, thank you

COORDONNEES1

COORDONNEES

darksidelemm commented 1 year ago

This is meant to be a Geo URI: https://en.wikipedia.org/wiki/Geo_URI_scheme

If you have some other alternative way to handle geographic coordinate links that is compatible across browsers, id be interested to know what it is. Just removing the 'geo:' on the front is unlikely to improve anything.

darksidelemm commented 1 year ago

Yeah OK, I can see that these kind of links are handled differently elsewhere on the tracker.

I'll see if i can normalise how they work.

darksidelemm commented 1 year ago

Question for you - does the link in blue on the payload info section work for you?

Screen Shot 2023-05-04 at 20 10 58
darksidelemm commented 1 year ago

Try using https://testing.v2.sondehub.org/ and see if links work on there.

14ri004 commented 1 year ago

it works perfectly on my phone, I have the google maps map which opens with the pose point, but on my PC nothing is displayed, may be a problem on my side, I will check, thank you

1

2

3

4

14ri004 commented 1 year ago

problem solved, it works now, thanks

darksidelemm commented 1 year ago

This change has now been applied to tracker.sondehub.org and amateur.sondehub.org