openmaptiles/layers/transportation_name
Brian Sperlongano 9de3ff3921
Restore missing route zooms (#1579)
This PR restores missing transportation_name features that are missing from zoom 11 and improves the mechanism by which transportation_name features are merged through lower zooms. This prevents route features from being dropped due to bridge interleaving (when a bridge interrupts an otherwise continuous route).

This fix moves the length check to a later stage of processing and merges bridges/tunnels if they're too small.  This is similar to the work done in the transportation layer to merge bridges that are too small to render lines.  In this layer, bridges are merged when they're too small to justify a separate label.
2023-09-14 15:55:01 +02:00
..
README.md Adjust zoom levels of transportation_name, update diagrams 2017-03-15 13:53:09 +01:00
etl_diagram.png Render long-distance ferries at longer zooms (#1486) 2023-03-15 16:55:47 +01:00
highway_classification.sql Convert PL/PGSQL to SQL (#1568) 2023-08-06 07:26:24 +02:00
mapping_diagram.png Add highway=bus_guideway (#1407) 2022-07-26 15:26:57 +02:00
style.json improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
transportation_name.sql Restore missing route zooms (#1579) 2023-09-14 15:55:01 +02:00
transportation_name.yaml Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
update_transportation_name.sql Restore missing route zooms (#1579) 2023-09-14 15:55:01 +02:00

README.md

transportation_name

Docs

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

Mapping Diagram

Mapping diagram for transportation_name

ETL diagram

ETL diagram for transportation_name