kopia lustrzana https://github.com/openmaptiles/openmaptiles
3b4650fca1
This PR introduces simple filtering of duplicate housenumbers. Simple means that filtering is done withing the tile. Duplicates are defined as same housenumber, street, block_number[1]. Duplicates are usually caused by POIs. People like to add addresses to them. Most POIs have names so to prioritize addresses we pick features without names first. Formula is: `row_number() OVER(PARTITION BY concat(street, block_number, housenumber) ORDER BY has_name ASC) == 1` |
||
---|---|---|
.. | ||
README.md | ||
etl_diagram.png | ||
housenumber.sql | ||
housenumber.yaml | ||
housenumber_centroid.sql | ||
mapping.yaml | ||
mapping_diagram.png | ||
style.json |
README.md
housenumber
Docs
Read the layer documentation at http://openmaptiles.org/schema#housenumber