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
building.sql Building aggregation fix (#1044) 2020-11-24 12:27:06 +02:00
building.yaml
etl_diagram.png Building aggregation fix (#1044) 2020-11-24 12:27:06 +02:00
mapping.yaml
mapping_diagram.png
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