Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dummyUsage to certain profiles #250

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions misc/profiles2/fastbike-verylowtraffic.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions misc/profiles2/fastbike.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion misc/profiles2/hiking-beta.brf
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,10 @@ assign costfactor
switch highway=tertiary|tertiary_link|unclassified switch ismuddy 2.0 switch iswet switch issidewalk 1.4 1.7
switch issidewalk 1.7 2.0

add cost_of_unknown ( switch ismuddy 0.5 0.0 )
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

Expand Down
2 changes: 2 additions & 0 deletions misc/profiles2/moped.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions misc/profiles2/shortest.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions misc/profiles2/trekking.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions misc/profiles2/vm-forum-liegerad-schnell.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions misc/profiles2/vm-forum-velomobil-schnell.brf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down