openmaptiles/layers/transportation
Brian Sperlongano 79c2ec929d
Add new layer to serve highway=motorway_junction nodes (#1119)
This PR adds a layer for `highway=motorway_junction` features.

This implementation of highway exits in the transportation_name layer add to the existing layer table structure, and renames the internal column name from "construction" (which was already overloaded with non-construction usages) to "subclass", which will be less confusing to future developers.  The string 'junction' is used as the universal sub-class for highway exits.

A new documentation PR has been opened at openmaptiles/www.openmaptiles.org#69 to reflect these changes in the documentation.
2021-06-28 14:35:27 +02:00
..
README.md Update diagrams of transportation 2017-03-15 13:55:18 +01:00
class.sql NOOP: Format all layer's SQL code (#917) 2020-06-08 12:19:55 -04:00
etl_diagram.png Add new layer to serve highway=motorway_junction nodes (#1119) 2021-06-28 14:35:27 +02:00
mapping.yaml Add new layer to serve highway=motorway_junction nodes (#1119) 2021-06-28 14:35:27 +02:00
mapping_diagram.png Add new layer to serve highway=motorway_junction nodes (#1119) 2021-06-28 14:35:27 +02:00
transportation.sql Fix transportation road segments disconnection (#1109) 2021-04-30 15:39:56 +02:00
transportation.yaml Rename generic layer.sql to actual_layer_name .sql (#1034) 2020-11-09 11:43:35 +02:00
update_transportation_merge.sql Fix transportation road segments disconnection (#1109) 2021-04-30 15:39:56 +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