]> git.openstreetmap.org Git - rails.git/commitdiff
Get current locale correctly in routing engines
authorTom Hughes <tom@compton.nu>
Wed, 19 Mar 2025 17:36:59 +0000 (17:36 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 19 Mar 2025 17:36:59 +0000 (17:36 +0000)
Fixes #5821.

app/assets/javascripts/index/directions/fossgis_valhalla.js
app/assets/javascripts/index/directions/graphhopper.js

index 13fc020c2860b5ed305ad74f41e06908fabf379b..d5e781e4a7b2cfa18942cff7f3e0b7acb4da3be0 100644 (file)
@@ -97,7 +97,7 @@
             costing: costing,
             directions_options: {
               units: "km",
-              language: OSM.i18n.currentLocale()
+              language: OSM.i18n.locale
             }
           })
         });
index 6a1043fbf366797591f265c206fff86c775ba2d3..b11c4947204d2ca356d206de66e163775aecba4e 100644 (file)
@@ -57,7 +57,7 @@
         // https://graphhopper.com/api/1/docs/routing/
         const query = new URLSearchParams({
           vehicle: vehicleType,
-          locale: OSM.i18n.currentLocale(),
+          locale: OSM.i18n.locale,
           key: "LijBPDQGfu7Iiq80w3HzwB4RUDJbMbhs6BU0dEnn",
           elevation: false,
           instructions: true,