openmaptiles/layers/building/building.yaml

17 wiersze
746 B
YAML
Czysty Zwykły widok Historia

2016-10-09 19:27:09 +00:00
layer:
id: "building"
2016-10-10 17:35:07 +00:00
description: |
2016-10-28 18:52:42 +00:00
All [OSM Buildings](http://wiki.openstreetmap.org/wiki/Buildings). All building tags are imported ([`building=*`](http://wiki.openstreetmap.org/wiki/Key:building)). The buildings are not yet ready for 3D rendering support and any help to improve
this is welcomed.
2016-10-09 19:27:09 +00:00
buffer_size: 4
datasource:
query: (SELECT geom FROM layer_building(!bbox!, z(!scale_denominator!))) AS t
2016-10-09 19:27:09 +00:00
fields:
2016-10-10 17:35:07 +00:00
render_height: |
2016-10-28 18:52:42 +00:00
An approximated height from levels and height of building after the method of Paul Norman in [OSM Clear](https://github.com/ClearTables/osm-clear). For future 3D rendering of buildings.
2016-10-09 19:27:09 +00:00
schema:
- ./building.sql
2016-10-10 17:35:07 +00:00
datasources:
- type: imposm3
mapping_file: ./mapping.yaml