parameter to avoid supression of unused tags
This commit is contained in:
parent
dd07a1bf57
commit
8c530c87cd
5 changed files with 22 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ assign uphillcost 0
|
|||
assign uphillcutoff 0
|
||||
|
||||
assign validForCars 1
|
||||
assign considerTurnRestrictions = false
|
||||
|
||||
assign pass1coefficient 0.
|
||||
assign pass2coefficient -1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
---context:global # following code refers to global config
|
||||
|
||||
# this prevents suppression of unused tags, so they are visibly in the data tab
|
||||
assign processUnusedTags = true
|
||||
|
||||
---context:way # following code refers to way-tags
|
||||
|
||||
assign costfactor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue