openmaptiles/layers
ttomasz 3b4650fca1
Tile duplicate housenumber filtering (#1391)
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`
2023-01-17 09:34:27 +01:00
..
aerodrome_label improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
aeroway improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
boundary improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
building OSM OpenMapTiles style (#1420) 2022-10-06 16:09:21 +02:00
housenumber Tile duplicate housenumber filtering (#1391) 2023-01-17 09:34:27 +01:00
landcover OSM OpenMapTiles style (#1420) 2022-10-06 16:09:21 +02:00
landuse OSM OpenMapTiles style (#1420) 2022-10-06 16:09:21 +02:00
mountain_peak improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
park improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
place Add borough to supported place classes (#1470) 2023-01-10 16:36:08 +01:00
poi improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
transportation Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
transportation_name Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
water Add other river-like water area features to class=river (#1467) 2023-01-14 13:36:02 +01:00
water_name Allow lakelines at native sizes (#1475) 2023-01-16 11:33:43 +01:00
waterway improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00