openmaptiles/layers/landuse/landuse.yaml

13 wiersze
704 B
YAML
Czysty Zwykły widok Historia

2016-10-24 10:02:33 +00:00
layer:
id: "landuse"
description: Landcover is used to describe the physical material at the surface of the earth. Land covers include grass, asphalt, trees, bare ground etc. Tagging of landcover is often only implied by other tags at present, for example a park may be assumed to be covered in grass, but in some places this may in fact be trees or sand or some other cover. The following keys imply or specifically indicate landcover properties.
buffer_size: 4
datasource:
2016-10-24 12:28:09 +00:00
geometry_field: geometry
query: (SELECT geometry, class, subclass FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t
2016-10-24 10:02:33 +00:00
schema:
- ./landuse.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml