Convert coordinates to shareable links for various mapping services
- Kotlin 100%
|
retiolus
1b34303e6d
All checks were successful
osm2gmaps-release/pipeline/head This commit looks good
Full google.com/maps/ URLs already contain coordinates (!3d!4d or @lat,lng) and can be parsed directly. Sending them to the unshortener caused failures since the URL's & parameters were not encoded, truncating the link. isGoogleMapsLink now only matches actual short link domains (maps.app.goo.gl, goo.gl, g.co, g.page). Full google.com/maps/ URLs fall through to the existing direct coordinate extraction path, which correctly finds !3d!4d coordinates giving exact place coordinates rather than viewport ones. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .gitea | Add .gitea/issue_template.md | |
| app | Fix full Google Maps URLs being incorrectly sent to the unshortener | |
| fastlane/metadata/android | Update 0.6.0 changelog | |
| gradle | remove unused imports | |
| .gitignore | add .idea to gitignore | |
| build.gradle.kts | add project | |
| gradle.properties | add project | |
| gradlew | add project | |
| gradlew.bat | add project | |
| Jenkinsfile | add signing config to app build.gradle.kts | |
| LICENSE | Initial commit | |
| README.md | Update README.md | |
| settings.gradle.kts | add project | |
osm2gmaps
Convert your OpenStreetMap-based application links into Google Maps, Apple Maps or other links (and vice versa) without having to use proprietary software!
osm2gmaps converts links from applications like Organic Maps or OSMand to proprietary maps links, like Google Maps or Apple Maps. Just copy the link and share it to osm2gmaps or copy and paste it inside the app, it will automatically convert the link to your chosen type and copy it to the clipboard.
osm2gmaps_MainActivity osm2gmaps_ConfigActivity
Or download the latest APK from the Releases Section.