Update diagrams
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
Read the layer documentation at **http://openmaptiles.org/schema#building**
|
||||
|
||||
### Mapping Diagram
|
||||

|
||||

|
||||
|
||||
### ETL diagram
|
||||

|
||||
|
||||

|
||||
|
||||
@@ -50,7 +50,7 @@ CREATE OR REPLACE VIEW osm_all_buildings AS (
|
||||
osm_building_street WHERE role = 'house'
|
||||
UNION ALL
|
||||
|
||||
-- etldoc: osm_building_polygon -> layer_building:z14_
|
||||
-- etldoc: osm_building_multipolygon -> layer_building:z14_
|
||||
-- Buildings that are inner/outer
|
||||
SELECT osm_id,geometry,
|
||||
COALESCE(nullif(as_numeric(height),-1),nullif(as_numeric(buildingheight),-1)) as height,
|
||||
|
||||
BIN
layers/building/etl_diagram.png
Normal file
BIN
layers/building/etl_diagram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
layers/building/mapping_diagram.png
Normal file
BIN
layers/building/mapping_diagram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Reference in New Issue
Block a user