kopia lustrzana https://github.com/openmaptiles/openmaptiles
Class shipway (#1415)
In `transportation_name` layer for `shipway` used Instead of `subclass` use `class` attribute for `ferry`. But `subclass` remains.pull/1404/head
rodzic
e079e82cb1
commit
6e73058a23
layers/transportation
|
@ -53,6 +53,8 @@ layer:
|
|||
highway: busway
|
||||
bus_guideway:
|
||||
highway: bus_guideway
|
||||
ferry:
|
||||
highway: shipway
|
||||
motorway_construction:
|
||||
__AND__:
|
||||
highway: construction
|
||||
|
@ -119,6 +121,7 @@ layer:
|
|||
- bridleway
|
||||
- corridor
|
||||
- platform
|
||||
- ferry (DEPRECATED - use class)
|
||||
network:
|
||||
description: |
|
||||
The network type derived mainly from [`network`](http://wiki.openstreetmap.org/wiki/Key:network) tag of the road.
|
||||
|
|
Ładowanie…
Reference in New Issue