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
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
style.json
transportation_name.sql Restore missing route zooms (#1579) 2023-09-14 15:55:01 +02:00
transportation_name.yaml
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