changed process unused to true in profiles
This commit is contained in:
parent
041488b36c
commit
4c0cef83da
4 changed files with 408 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ assign turnInstructionCatchingRange = 40 # %turnInstructionCatchingRange% | W
|
|||
assign turnInstructionRoundabouts = true # %turnInstructionRoundabouts% | Set "false" to avoid generating special turning instructions for roundabouts | boolean
|
||||
assign considerTurnRestrictions = true # %considerTurnRestrictions% | Set true to take turn restrictions into account | boolean
|
||||
|
||||
assign processUnusedTags = false # %processUnusedTags% | Set true to output unused tags in data tab | boolean
|
||||
assign processUnusedTags = true # %processUnusedTags% | Set true to output unused tags in data tab | boolean
|
||||
|
||||
---context:way # following code refers to way-tags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue