openmaptiles/layers/transportation_name
Brian Sperlongano edb42f2db3
Routes of Ireland (#1466)
This PR follows #1465 to implement pseudo-route relations for Republic of Ireland road routes as described in the [OSM wiki](https://wiki.openstreetmap.org/wiki/Ireland/Roads). Irish road routes work in the same way as UK road routes in that signage is derived from highway classification on a 1:1 basis. The scheme described in the OSM wiki is confirmed via [overpass query](https://overpass-turbo.eu/s/1por).

This feature follows the implementation currently used for UK road routes, in which a 10m Natural Earth polygon is used to determine which roads are located within Ireland to apply this processing.

This PR implements 3 classes of routes:
* M-roads, which are `highway=motorway` and signed with blue/white lettering.
* N-roads ("national roads"), which are `highway=trunk` or `highway=primary` and are signed with green/yellow lettering.
* R- and L-roads ("regional and local roads"), which are `highway=secondary`, `highway=tertiary` or `highway=unclassified`, and signed with white/black lettering
2023-01-15 13:52:43 +01:00
..
README.md Adjust zoom levels of transportation_name, update diagrams 2017-03-15 13:53:09 +01:00
etl_diagram.png Implement aerialway labels (#1309) 2021-11-26 10:16:41 +01:00
highway_classification.sql Add new layer to serve highway=motorway_junction nodes (#1119) 2021-06-28 14:35:27 +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 Implement aerialway labels (#1309) 2021-11-26 10:16:41 +01:00
transportation_name.yaml Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
update_transportation_name.sql Use equal operator in combination with coalesce() function instead of IS NOT DISTINCT FROM operator. (#1344) 2022-02-04 15:25:47 +01: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