Use direction as type for oneway, support oneway-opposite #376

This commit is contained in:
Frédéric Rodrigo
2017-12-29 14:22:25 +01:00
committed by Jiri Kozel
parent a9adaf00c5
commit b211beafe2
3 changed files with 15 additions and 14 deletions

View File

@@ -69,9 +69,10 @@ layer:
- ford
oneway:
description: |
Mark with `1` whether way is a oneway (in the direction of the way)
or not with `0`.
values: [0, 1]
Mark with `1` whether way is a oneway in the direction of the way,
with `-1` whether way is a oneway in the opposite direction of the way
or not a oneway with `0`.
values: [0, 1, -1]
ramp:
description: |
Mark with `1` whether way is a ramp (link or steps)