Adam Laža a65495f264
Fix housenumber_display.sql - cast to bigint instead of integer. (#1637)
Fixes `housenumber_display.sql` function and further improves https://github.com/openmaptiles/openmaptiles/pull/1632

Parsing text values that contain `;`, the string was split into array of values which were casted to `integer`. However, that fails for housenumber that exceed Postgres `int` range `-2147483648` to `+2147483647`.
There are such housenumber, e.g.: https://www.openstreetmap.org/way/1091331906#map=19/-3.82721/-38.59269
2024-02-26 13:04:00 +01:00
..
2017-12-04 12:06:28 +01:00
2023-01-06 10:08:03 +01:00

housenumber

Docs

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

Mapping Diagram

Mapping diagram for housenumber

ETL diagram

ETL diagram for housenumber