Skip to content

Commit

Permalink
activist-org#685 make default directions profile/api for walking
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Apr 22, 2024
1 parent 91348aa commit de5578e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/components/media/MediaMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@ onMounted(() => {
);
const directions = new MapLibreGlDirections(map, {
api: "https://router.project-osrm.org/route/v1",
api: "https://routing.openstreetmap.de/routed-foot/route/v1/",
profile: "foot",
// api: "https://routing.openstreetmap.de/routed-bike/route/v1/",
// profile: "bike",
// api: "https://routing.openstreetmap.de/routed-car/route/v1/",
// profile: "driving",
requestOptions: {
alternatives: "true",
Expand Down

0 comments on commit de5578e

Please sign in to comment.