There is Geo Share on F-Droid, which converts Google Maps to geo: links which can be processed by any mapping project that respects the standards (such as OsmAnd).
OpenStreetMap + App = OsmAnd!
OsmAnd is a great open source Maps mobile app that uses OpenStreetMap!
Thats good to know! Thanks ill checl it out
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
Super!
I have a Telegram bot for turning a single link to a bunch of them: https://t.me/remapperbot (https://github.com/balsoft/remapper). Looking at this, I might add support for google maps, even though I'm not 100% comfortable querying a Google API upon user request. Not much else can be done, sadly, because of how the share function works there.