7 building
Lukas Martinelli edytuje tę stronę 2016-12-08 11:02:37 +00:00

All OSM Buildings. All building tags are imported (building=*). The buildings are not yet ready for 3D rendering support and any help to improve this is welcomed.

Fields

render_min_height

An approximated height from levels and height of the bottom of the building or building:part after the method of Paul Norman in OSM Clear. For future 3D rendering of buildings.

render_height

An approximated height from levels and height of the building or building:part after the method of Paul Norman in OSM Clear. For future 3D rendering of buildings.

Mapping Diagram

ETL Diagram

SQL

SELECT geom, render_height, render_min_height FROM layer_building(ST_SetSRID('BOX3D(-20037508.34 -20037508.34, 20037508.34 20037508.34)'::box3d, 3857 ), 14)