kopia lustrzana https://github.com/openmaptiles/openmaptiles
update transportation layers doc (#321)
rodzic
73307a610b
commit
e74bfb67b4
|
@ -14,9 +14,10 @@ layer:
|
||||||
fields:
|
fields:
|
||||||
class:
|
class:
|
||||||
description: |
|
description: |
|
||||||
Distinguish between more and less important roads or railways.
|
Distinguish between more and less important roads or railways and roads under construction.
|
||||||
Class is derived from the value of the
|
Class is derived from the value of the
|
||||||
[`highway`](http://wiki.openstreetmap.org/wiki/Key:highway),
|
[`highway`](http://wiki.openstreetmap.org/wiki/Key:highway),
|
||||||
|
[`construction`](http://wiki.openstreetmap.org/wiki/Key:construction),
|
||||||
[`railway`](http://wiki.openstreetmap.org/wiki/Key:railway),
|
[`railway`](http://wiki.openstreetmap.org/wiki/Key:railway),
|
||||||
[`aerialway`](http://wiki.openstreetmap.org/wiki/Key:aerialway),
|
[`aerialway`](http://wiki.openstreetmap.org/wiki/Key:aerialway),
|
||||||
[`route`](http://wiki.openstreetmap.org/wiki/Key:route) tag (for
|
[`route`](http://wiki.openstreetmap.org/wiki/Key:route) tag (for
|
||||||
|
@ -33,6 +34,16 @@ layer:
|
||||||
- track
|
- track
|
||||||
- path
|
- path
|
||||||
- raceway
|
- raceway
|
||||||
|
- motorway_construction
|
||||||
|
- trunk_construction
|
||||||
|
- primary_construction
|
||||||
|
- secondary_construction
|
||||||
|
- tertiary_construction
|
||||||
|
- minor_construction
|
||||||
|
- service_construction
|
||||||
|
- track_construction
|
||||||
|
- path_construction
|
||||||
|
- raceway_construction
|
||||||
- rail
|
- rail
|
||||||
- transit
|
- transit
|
||||||
- cable_car
|
- cable_car
|
||||||
|
|
|
@ -29,7 +29,7 @@ layer:
|
||||||
- road (default)
|
- road (default)
|
||||||
class:
|
class:
|
||||||
description: |
|
description: |
|
||||||
Distinguish between more and less important roads.
|
Distinguish between more and less important roads and roads under construction.
|
||||||
values:
|
values:
|
||||||
- motorway
|
- motorway
|
||||||
- trunk
|
- trunk
|
||||||
|
@ -41,6 +41,16 @@ layer:
|
||||||
- track
|
- track
|
||||||
- path
|
- path
|
||||||
- raceway
|
- raceway
|
||||||
|
- motorway_construction
|
||||||
|
- trunk_construction
|
||||||
|
- primary_construction
|
||||||
|
- secondary_construction
|
||||||
|
- tertiary_construction
|
||||||
|
- minor_construction
|
||||||
|
- service_construction
|
||||||
|
- track_construction
|
||||||
|
- path_construction
|
||||||
|
- raceway_construction
|
||||||
- rail
|
- rail
|
||||||
- transit
|
- transit
|
||||||
subclass:
|
subclass:
|
||||||
|
|
Ładowanie…
Reference in New Issue