Updates documentation for 3.13 (#1350)

Adding missing information in `layers.yaml` files for 3.13
This commit is contained in:
Tomas Pohanka
2022-02-09 12:38:47 +01:00
committed by GitHub
parent 7f08414f20
commit 81ddab9f9a
5 changed files with 16 additions and 11 deletions

View File

@@ -24,7 +24,8 @@ layer:
[`railway`](http://wiki.openstreetmap.org/wiki/Key:railway),
[`aerialway`](http://wiki.openstreetmap.org/wiki/Key:aerialway),
[`route`](http://wiki.openstreetmap.org/wiki/Key:route) tag (for
shipping ways), or
shipping ways),
[`busway`](https://wiki.openstreetmap.org/wiki/Key:busway), or
[`man_made`](http://wiki.openstreetmap.org/wiki/Key:man_made).
values:
motorway:
@@ -134,12 +135,12 @@ layer:
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]
values: [1, -1]
ramp:
description: |
Mark with `1` whether way is a ramp (link or steps)
or not with `0`.
values: [0, 1]
values: [1]
service:
description: |
Original value of the [`service`](http://wiki.openstreetmap.org/wiki/Key:service) tag.