openmaptiles/layers/building
Tomas Pohanka 0c6fe2d9ba
Building aggregation fix (#1044)
This PR solving the speed and memory issue with buildings aggregation on zoom level 13. The problem was to create ST_ClusterDBScan which failed after try to cluster a larger area. Now it will make cluster only in "small" polygon using 'country_osm_grid` which covers the world's lands. 

This PR solving #1022 and #974
2020-11-24 12:27:06 +02:00
..
README.md Update diagrams 2017-12-04 12:06:28 +01:00
building.sql Building aggregation fix (#1044) 2020-11-24 12:27:06 +02:00
building.yaml Build aggregation on zoom level 13 (#936) 2020-06-18 14:01:06 +02:00
etl_diagram.png Building aggregation fix (#1044) 2020-11-24 12:27:06 +02:00
mapping.yaml Build aggregation on zoom level 13 (#936) 2020-06-18 14:01:06 +02:00
mapping_diagram.png Remove support of relation type=associatedStreet, few valuable data, most false positive (#841) 2020-05-07 14:37:00 +02:00
update_building.sql Building aggregation fix (#1044) 2020-11-24 12:27:06 +02:00

README.md

building

Docs

Read the layer documentation at http://openmaptiles.org/schema#building

Mapping Diagram

Mapping diagram for building

ETL diagram

ETL diagram for building