Skip to content

Commit

Permalink
correct debug maps
Browse files Browse the repository at this point in the history
  • Loading branch information
datendelphin committed Sep 19, 2018
1 parent 957d808 commit 8107534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debug/bike.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion debug/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion debug/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8107534

Please sign in to comment.