openmaptiles/layers/transportation/transportation.yaml

149 wiersze
5.3 KiB
YAML
Czysty Zwykły widok Historia

2016-10-10 18:17:05 +00:00
layer:
id: "transportation"
2016-10-10 18:17:05 +00:00
description: |
**transportation** contains roads, railways, aerial ways, and shipping
lines.
2016-12-02 12:36:10 +00:00
This layer is directly derived from the OSM road hierarchy.
At lower zoom levels major highways from Natural Earth are used.
2016-12-02 12:36:10 +00:00
It contains all roads from motorways to primary, secondary and
tertiary roads to residential roads and
foot paths. Styling the roads is the most essential part of the map.
The `transportation` layer also contains polygons for features like plazas.
2016-10-10 18:17:05 +00:00
buffer_size: 4
srs: +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over
fields:
2016-11-30 12:57:25 +00:00
class:
description: |
Distinguish between more and less important roads or railways and roads under construction.
2016-12-02 12:36:10 +00:00
Class is derived from the value of the
[`highway`](http://wiki.openstreetmap.org/wiki/Key:highway),
[`construction`](http://wiki.openstreetmap.org/wiki/Key:construction),
[`railway`](http://wiki.openstreetmap.org/wiki/Key:railway),
2018-11-07 13:57:01 +00:00
[`aerialway`](http://wiki.openstreetmap.org/wiki/Key:aerialway),
[`route`](http://wiki.openstreetmap.org/wiki/Key:route) tag (for
2018-11-07 13:57:01 +00:00
shipping ways), or
[`man_made`](http://wiki.openstreetmap.org/wiki/Key:route).
2016-11-30 12:57:25 +00:00
values:
- motorway
- trunk
- primary
- secondary
- tertiary
2016-12-02 12:36:10 +00:00
- minor
2016-11-30 12:57:25 +00:00
- service
2016-12-02 12:36:10 +00:00
- track
2016-11-30 12:57:25 +00:00
- path
2016-12-02 12:36:10 +00:00
- raceway
- motorway_construction
- trunk_construction
- primary_construction
- secondary_construction
- tertiary_construction
- minor_construction
- service_construction
- track_construction
- path_construction
- raceway_construction
2016-11-30 12:57:25 +00:00
- rail
2016-12-02 12:36:10 +00:00
- transit
- cable_car
2019-05-16 11:44:50 +00:00
- gondola
- ferry
2018-11-07 13:57:01 +00:00
- bridge
- pier
2017-09-21 18:08:29 +00:00
subclass:
description: |
Distinguish more specific classes of railway and path:
2017-09-21 18:08:29 +00:00
Subclass is value of the
[`railway`](http://wiki.openstreetmap.org/wiki/Key:railway),
[`highway`](http://wiki.openstreetmap.org/wiki/Key:highway) (for paths), or
[`public_transport`](http://wiki.openstreetmap.org/wiki/Key:public_transport) (for platforms) tag.
2017-09-21 18:08:29 +00:00
values:
- rail
- narrow_gauge
- preserved
- funicular
- subway
- light_rail
- monorail
- tram
- pedestrian
- path
- footway
- cycleway
- steps
- bridleway
- corridor
- platform
2016-11-30 12:57:25 +00:00
brunnel:
description: |
Mark whether way is a tunnel or bridge.
values:
- bridge
- tunnel
- ford
oneway:
description: |
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]
2016-11-30 12:57:25 +00:00
ramp:
description: |
Mark with `1` whether way is a ramp (link or steps)
or not with `0`.
values: [0, 1]
service:
description: |
Original value of the [`service`](http://wiki.openstreetmap.org/wiki/Key:service) tag.
values:
- spur
- yard
- siding
- crossover
- driveway
- alley
- parking_aisle
2018-04-27 11:41:32 +00:00
layer:
description: |
Original value of the [`layer`](http://wiki.openstreetmap.org/wiki/Key:layer) tag.
level:
description: |
Experimental feature! Filled only for steps and footways. Original
value of the [`level`](http://wiki.openstreetmap.org/wiki/Key:level) tag.
indoor:
description: |
Experimental feature! Filled only for steps and footways. Original
value of the [`indoor`](http://wiki.openstreetmap.org/wiki/Key:indoor) tag.
values:
- 1
bicycle:
description: |
Original value of the [`bicycle`](http://wiki.openstreetmap.org/wiki/Key:bicycle) tag (highways only).
foot:
description: |
Original value of the [`foot`](http://wiki.openstreetmap.org/wiki/Key:foot) tag (highways only).
hourse:
description: |
Original value of the [`hourse`](http://wiki.openstreetmap.org/wiki/Key:hourse) tag (highways only).
mtb_scale:
description: |
Original value of the [`mtb:scale`](http://wiki.openstreetmap.org/wiki/Key:mtb:scale) tag (highways only).
surface:
description: |
2019-05-17 12:28:13 +00:00
Values of [`surface`](https://wiki.openstreetmap.org/wiki/Key:surface) tag devided into 2 groups `paved` (paved, asphalt, cobblestone, concrete, concrete:lanes, concrete:plates, metal, paving_stones, sett, unhewn_cobblestone, wood) and `unpaved` (unpaved, compacted, dirt, earth, fine_gravel, grass, grass_paver, gravel, gravel_turf, ground, ice, mud, pebblestone, salt, sand, snow, woodchips).
values:
- paved
- unpaved
2016-10-10 18:17:05 +00:00
datasource:
2016-10-24 13:14:43 +00:00
geometry_field: geometry
2016-10-10 18:17:05 +00:00
srid: 900913
query: (SELECT geometry, class, subclass, oneway, ramp, brunnel, service, layer, level, indoor, bicycle, foot, horse, mtb_scale, surface FROM layer_transportation(!bbox!, z(!scale_denominator!))) AS t
2016-10-10 18:17:05 +00:00
schema:
2016-11-28 10:29:00 +00:00
- ./class.sql
- ./update_transportation_merge.sql
2016-11-26 20:47:42 +00:00
- ./layer.sql
2016-10-10 18:17:05 +00:00
datasources:
- type: imposm3
mapping_file: ./mapping.yaml