fix #403: add edit URL for OSM

This commit is contained in:
johan12345
2025-11-22 12:34:56 +01:00
parent 5c1dad82b1
commit 38a1bf2da5

View File

@@ -37,6 +37,7 @@ class CustomNavigator(
"goingelectric" -> "https://www.goingelectric.de/stromtankstellen/new/"
"nobil" -> "http://nobil.no/api/chargerregistration/chargerregistration.php?action=register"
"openchargemap" -> "https://openchargemap.org/site/poi/add"
"openstreetmap" -> "https://www.openstreetmap.org/edit"
else -> throw IllegalArgumentException()
}
launchCustomTab(url)