Skip to content

Commit

Permalink
Update bdtopo2osrm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Oct 14, 2024
1 parent 83f4b70 commit 572f72b
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions docker/config/bdtopo2osrm.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,72 +81,6 @@
}
}
},
{
"id": "bdtopo-car-shortest",
"type": "osrm",
"description": "Graphe BDuni au format OSRM France entière",
"projection": "EPSG:4326",
"bbox": "-180,-90,180,90",
"mapping": {
"source": {
"baseId": "base_bduni"
},
"conversion": {
"file": "/home/docker/sql/bduni_convert.sql"
}
},
"storage": {
"file": "/home/docker/data/bdtopo-car-shortest/bdtopo-car-shortest.osrm"
},
"cost": {
"profile": "car",
"optimization": "shortest",
"compute": {
"storage": {
"file": "/home/docker/config/bdtopo-car-shortest.lua"
},
"configuration": {
"name": "cost_m_car",
"storage": {
"file": "/home/docker/config/costs_calculation.json"
}
}
}
}
},
{
"id": "bdtopo-pedestrian-fastest",
"type": "osrm",
"description": "Graphe BDuni au format OSRM France entière",
"projection": "EPSG:4326",
"bbox": "-180,-90,180,90",
"mapping": {
"source": {
"baseId": "base_bduni"
},
"conversion": {
"file": "/home/docker/sql/bduni_convert.sql"
}
},
"storage": {
"file": "/home/docker/data/bdtopo-pedestrian-fastest/bdtopo-pedestrian-fastest.osrm"
},
"cost": {
"profile": "pedestrian",
"optimization": "fastest",
"compute": {
"storage": {
"file": "/home/docker/config/bdtopo-pedestrian-fastest.lua"
},
"configuration": {
"name": "cost_s_pedestrian",
"storage": {
"file": "/home/docker/config/costs_calculation.json"
}
}
}
}
},
{
"id": "bdtopo-pedestrian-shortest",
"type": "osrm",
Expand Down

0 comments on commit 572f72b

Please sign in to comment.