openmaptiles/layers/transportation
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
class.sql Add highway=bus_guideway (#1407) 2022-07-26 15:26:57 +02:00
etl_diagram.png Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
highway_name.sql Run get_basic_name after osml10n_street_abbrev_* (#1326) 2021-12-08 08:20:15 +01:00
mapping.yaml Add highway=bus_guideway (#1407) 2022-07-26 15:26:57 +02:00
mapping_diagram.png Add highway=bus_guideway (#1407) 2022-07-26 15:26:57 +02:00
network_type.sql Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
style.json improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
transportation.sql Fix paths and tracks in transportation layer z12 and z13 (#1334) 2022-01-05 07:28:34 +01:00
transportation.yaml Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
update_route_member.sql Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
update_transportation_merge.sql Sub-national routes in Canada and refactor national network list (#1446) 2023-01-05 17:36:36 +01: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