openmaptiles/layers/transportation
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
..
README.md Update diagrams of transportation 2017-03-15 13:55:18 +01:00
class.sql Add grade 1 tracks to paved (#1485) 2023-01-26 19:24:44 +01:00
etl_diagram.png Add network for GBR and IRL. (#1649) 2024-04-02 11:08:50 +02:00
highway_name.sql Run get_basic_name after osml10n_street_abbrev_* (#1326) 2021-12-08 08:20:15 +01:00
mapping.yaml [WIP] Expanded road route attributes (#1620) 2024-02-20 17:38:11 +01:00
mapping_diagram.png Add highway=bus_guideway (#1407) 2022-07-26 15:26:57 +02:00
network_type.sql More roads for z4 and z5. (#1642) 2024-03-13 10:12:03 +01:00
style.json Replace `["geometry-type"]` with `"$type"` (#1646) 2024-03-28 10:52:38 +01:00
transportation.sql Remove expressway from ramps (#1602) 2023-12-28 07:11:36 +01:00
transportation.yaml Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
update_route_member.sql Add network for GBR and IRL. (#1649) 2024-04-02 11:08:50 +02:00
update_transportation_merge.sql Fix z7-z4 roads (#1656) 2024-04-24 11:47:27 +02:00

README.md

transportation

Docs

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

Mapping Diagram

Mapping diagram for transportation

ETL diagram

ETL diagram for transportation