catch graphhopper exceptions

This commit is contained in:
vcoppe
2026-03-07 15:57:58 +01:00
parent 089b88c62d
commit dd94a7d613
3 changed files with 32 additions and 13 deletions

View File

@@ -190,6 +190,8 @@
"from": "The start point is too far from the nearest road",
"via": "The via point is too far from the nearest road",
"to": "The end point is too far from the nearest road",
"distance": "The end point is to far from the start point",
"connection": "No connection found between the points",
"timeout": "Route calculation took too long, try adding points closer together"
}
},