Merge pull request #250 from mjaschen/feature/add-dummyusage-smoothness-to-profiles
add `dummyUsage` to certain profiles
This commit is contained in:
commit
8159eaf024
8 changed files with 15 additions and 5 deletions
|
@ -331,6 +331,8 @@ assign classifiermask
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
# include `smoothness=` tags in the response's WayTags for track analysis
|
||||
assign dummyUsage = smoothness=
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
|
|
|
@ -260,6 +260,8 @@ assign classifiermask add isbadoneway
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
# include `smoothness=` tags in the response's WayTags for track analysis
|
||||
assign dummyUsage = smoothness=
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
|
|
|
@ -239,6 +239,9 @@ assign costfactor
|
|||
|
||||
add cost_of_unknown ( switch ismuddy 0.5 0.0 )
|
||||
|
||||
# include `smoothness=` tags in the response's WayTags for track analysis
|
||||
assign dummyUsage = smoothness=
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
assign defaultaccess
|
||||
|
|
|
@ -144,6 +144,8 @@ assign classifiermask add isbadoneway
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
# include `smoothness=` tags in the response's WayTags for track analysis
|
||||
assign dummyUsage = smoothness=
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
|
|
|
@ -114,6 +114,9 @@ assign classifiermask add multiply isroundabout 4
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
# include `smoothness=` tags in the response's WayTags for track analysis
|
||||
assign dummyUsage = smoothness=
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
assign defaultaccess
|
||||
|
|
|
@ -301,6 +301,8 @@ assign classifiermask add isbadoneway
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
# include `smoothness=` tags in the response's WayTags for track analysis
|
||||
assign dummyUsage = smoothness=
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
|
|
|
@ -396,8 +396,6 @@ assign classifiermask add isbadoneway
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
# Parameter für Knotenpunkte
|
||||
|
|
|
@ -396,8 +396,6 @@ assign classifiermask add isbadoneway
|
|||
add multiply islinktype 8
|
||||
multiply isgoodforcars 16
|
||||
|
||||
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
||||
# Parameter für Knotenpunkte
|
||||
|
|
Loading…
Reference in a new issue