openmaptiles/layers/landuse/landuse.yaml

58 wiersze
1.6 KiB
YAML
Czysty Zwykły widok Historia

2016-10-24 10:02:33 +00:00
layer:
id: "landuse"
requires:
tables:
- ne_50m_urban_areas
description: |
2017-01-05 15:46:11 +00:00
Landuse is used to describe use of land by humans. At lower zoom levels this is
from Natural Earth data for residential (urban) areas and at higher zoom levels mostly OSM `landuse` tags.
2016-10-24 10:02:33 +00:00
buffer_size: 4
fields:
class:
description: |
Use the **class** to assign special colors to areas.
Original value of either the
[`landuse`](http://wiki.openstreetmap.org/wiki/Key:landuse),
[`amenity`](http://wiki.openstreetmap.org/wiki/Key:amenity),
[`leisure`](http://wiki.openstreetmap.org/wiki/Key:leisure),
2017-12-07 15:54:37 +00:00
[`tourism`](http://wiki.openstreetmap.org/wiki/Key:tourism),
2019-11-20 17:05:07 +00:00
[`place`](http://wiki.openstreetmap.org/wiki/Key:place)
or [`waterway`](http://wiki.openstreetmap.org/wiki/Key:waterway) tag.
values:
- railway
- cemetery
- military
- residential
- commercial
- industrial
- garages
- retail
- bus_station
- school
- university
- kindergarten
- college
- library
- hospital
- stadium
2017-11-08 13:03:50 +00:00
- pitch
- playground
2019-05-15 16:05:44 +00:00
- track
2017-12-07 15:54:37 +00:00
- theme_park
2018-01-12 14:43:33 +00:00
- zoo
- suburb
- quarter
- neighbourhood
2019-11-20 17:05:07 +00:00
- dam
- quarry
2016-10-24 10:02:33 +00:00
datasource:
2016-10-24 12:28:09 +00:00
geometry_field: geometry
query: (SELECT geometry, class FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t
2016-10-24 10:02:33 +00:00
schema:
- ./class.sql
- ./prep_landuse.sql
2016-10-24 10:02:33 +00:00
- ./landuse.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml