Hello everyone!
After getting advice from my previous post in here (https://programming.dev/post/32038961) I've managed to build a super simple web app which converts google maps links to osmand.net links. As can be seen from the page if you visit it, to have it open those links in your mobile application automatically there are a few simple steps you need to go through to allow OsmAnd to open those links by default. It's a one time setup though.
I made it work both on desktop and mobile (it can be installed as a PWA - "Add to home screen").
Something that is quite important to me: it has some screen reader support for visually impaired people. Not being visually impaired myself, I can't know if its actually useful or if the tools I used to test the screen reader support are actually what the blind community use day-to-day. As such, I would really appreciate any feedback regarding (not only) the accessibility for visually impaired people.
Furthermore, please just let me know your thoughts in general and test the crap out of it. Im no web developer so if you find any security holes do let me know, even though its such a simple app that there shouldnt be much.
Also, general feedback is always appreciated!
Link to page: gmaps2osm.de
Link to github: https://github.com/promitheas17j/gmaps2osm
Geocoding converters are crucial for everyday comfort, thanks promitheas. There is also osm2gmaps to convert from OSMAnd to gmaps/amaps: https://codeberg.org/retiolus/osm2gmaps And Adresilo Android app to query gmaps & co. through a proxy handler and then share to OSMAnd (paid per query). https://git.sr.ht/~amolith/adresilo
My pleasure! Yes I have osm2gmaps but sadly it doesnt work properly for me when converting gmaps to osm. In those cases it simply creates a link with the coords 0, 0. In reverse however its quite useful, so I dont think there is a need to implement osm2gmaps conversion on my page