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.
This commit is contained in:
committed by
GitHub
parent
8d91cb3d94
commit
79c2ec929d
Binary file not shown.
|
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 552 KiB |
@@ -367,6 +367,33 @@ tables:
|
||||
- bridge
|
||||
- pier
|
||||
|
||||
# etldoc: imposm3 -> highway_point
|
||||
highway_point:
|
||||
type: point
|
||||
columns:
|
||||
- name: osm_id
|
||||
type: id
|
||||
- name: geometry
|
||||
type: geometry
|
||||
- name: highway
|
||||
key: highway
|
||||
type: string
|
||||
- name: z_order
|
||||
type: wayzorder
|
||||
- *layer
|
||||
- *level
|
||||
- *name
|
||||
- *name_en
|
||||
- *name_de
|
||||
- name: tags
|
||||
type: hstore_tags
|
||||
- name: ref
|
||||
key: ref
|
||||
type: string
|
||||
mapping:
|
||||
highway:
|
||||
- motorway_junction
|
||||
|
||||
# TODO: Future table for joining networks
|
||||
# etldoc: imposm3 -> osm_route_member
|
||||
route_member:
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 118 KiB |
Reference in New Issue
Block a user