Skip to content

Commit

Permalink
feat(bdtopo): restrict access to pedestrian ways according to bdtopo
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Jul 19, 2023
1 parent faceefb commit 61abe02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/config/costs_calculation.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
{
"name": "cost_m_pedestrian",
"speed_value": 4,
"direct_conditions" : "nature~='Type autoroutier';nature~='Bretelle'",
"reverse_conditions" : "nature~='Type autoroutier';nature~='Bretelle'",
"direct_conditions" : "nature~='Type autoroutier';nature~='Bretelle';acces_pieton~='Restreint aux ayants droit'",
"reverse_conditions" : "nature~='Type autoroutier';nature~='Bretelle';acces_pieton~='Restreint aux ayants droit'",
"turn_restrictions": false,
"cost_type": "distance",
"operations": [
Expand All @@ -66,8 +66,8 @@
{
"name": "cost_s_pedestrian",
"speed_value": 4,
"direct_conditions" : "nature~='Type autoroutier';nature~='Bretelle'",
"reverse_conditions" : "nature~='Type autoroutier';nature~='Bretelle'",
"direct_conditions" : "nature~='Type autoroutier';nature~='Bretelle';acces_pieton~='Restreint aux ayants droit'",
"reverse_conditions" : "nature~='Type autoroutier';nature~='Bretelle';acces_pieton~='Restreint aux ayants droit'",
"turn_restrictions": false,
"cost_type": "duration",
"operations": [
Expand Down

0 comments on commit 61abe02

Please sign in to comment.