openmaptiles/layers
Tomas Pohanka e6faa69a70
Fix z7-z4 roads (#1656)
Some US roads were not included in tiles, because the `ST_AsMVTGeom` did not transform geometry (result was NULL). This PR is trying to fix the geometry for `ST_AsMVTGeom`, even if the geometry is marked as valid (`ST_IsValid`). The odd geometry was caused by simplification when it could create `LINESTRING(1 1, 2 2, 1 1)` linestring, which in some cases was not converted into MVT. 

Also, for the US (on zoom 4) keeps just the network `us-interstate` and the `highway=motorway` or `osm_national_network(network)` for the rest of the world.
2024-04-24 11:47:27 +02:00
..
aerodrome_label Document name_* deprecation strategy (#1605) 2023-12-30 08:14:35 +01:00
aeroway improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
boundary Fix borders z0-z4 (#1647) 2024-03-27 13:56:23 +01:00
building OSM OpenMapTiles style (#1420) 2022-10-06 16:09:21 +02:00
housenumber Fix housenumber_display.sql - cast to bigint instead of integer. (#1637) 2024-02-26 13:04:00 +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 Documentation update. (#1654) 2024-04-03 15:26:59 +02:00
park Change to pointonsurface (#1641) 2024-02-29 14:39:13 +01:00
place Replace spritezero with spreet (#1631) 2024-02-26 15:06:12 +01:00
poi Change to pointonsurface (#1641) 2024-02-29 14:39:13 +01:00
transportation Fix z7-z4 roads (#1656) 2024-04-24 11:47:27 +02:00
transportation_name Reduce transportation_name segmentation (#1643) 2024-03-21 08:08:56 +01:00
water Salt pond with class `pond` (#1645) 2024-03-21 15:58:58 +01:00
water_name fix for problem with "James Bay" in water_name (water label) #1595 (#1621) 2024-01-25 16:01:39 +01:00
waterway Adding source_ids column if not exists. (#1600) 2024-01-16 14:03:46 +01:00