From 81075344a6d33680f2ecc666932a277cfe539726 Mon Sep 17 00:00:00 2001 From: michael spreng Date: Wed, 19 Sep 2018 15:24:34 +0200 Subject: [PATCH] correct debug maps --- debug/bike.html | 2 +- debug/foot.html | 2 +- debug/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debug/bike.html b/debug/bike.html index 5b650e7d..450c6487 100644 --- a/debug/bike.html +++ b/debug/bike.html @@ -125,7 +125,7 @@ }, "osrm": { "type": "vector", - "tiles" : ["http://routing2.openstreetmap.de:3332/tile/v1/car/tile({x},{y},{z}).mvt"] + "tiles" : ["https://routing.openstreetmap.de/routed-bike/tile/v1/car/tile({x},{y},{z}).mvt"] } }, "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf", diff --git a/debug/foot.html b/debug/foot.html index 77c5a0df..9f4cdfd6 100644 --- a/debug/foot.html +++ b/debug/foot.html @@ -125,7 +125,7 @@ }, "osrm": { "type": "vector", - "tiles" : ["http://routing2.openstreetmap.de:3334/tile/v1/car/tile({x},{y},{z}).mvt"] + "tiles" : ["https://routing.openstreetmap.de/routed-foot/tile/v1/car/tile({x},{y},{z}).mvt"] } }, "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf", diff --git a/debug/index.html b/debug/index.html index 45e23129..cc06a12d 100644 --- a/debug/index.html +++ b/debug/index.html @@ -125,7 +125,7 @@ }, "osrm": { "type": "vector", - "tiles" : ["http://routing2.openstreetmap.de:3331/tile/v1/car/tile({x},{y},{z}).mvt"] + "tiles" : ["https://routing.openstreetmap.de/routed-car/tile/v1/car/tile({x},{y},{z}).mvt"] } }, "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",