kopia lustrzana https://github.com/onthegomap/planetiler
add the bridges layer (#1208)
rodzic
676cc08140
commit
5573862731
|
@ -558,6 +558,19 @@ examples:
|
|||
name: 'Name'
|
||||
ref: 'ref'
|
||||
|
||||
- name: 'bridge as polygon'
|
||||
input:
|
||||
source: osm
|
||||
geometry: polygon
|
||||
tags:
|
||||
man_made: bridge
|
||||
output:
|
||||
layer: bridges
|
||||
geometry: polygon
|
||||
min_zoom: 12
|
||||
tags:
|
||||
kind: bridge
|
||||
|
||||
- name: 'gondola'
|
||||
input:
|
||||
source: osm
|
||||
|
|
|
@ -599,6 +599,17 @@ layers:
|
|||
- *name_en
|
||||
- *name_de
|
||||
|
||||
- id: bridges
|
||||
features:
|
||||
- source: osm
|
||||
geometry: polygon
|
||||
min_zoom: 12
|
||||
include_when:
|
||||
man_made: bridge
|
||||
attributes:
|
||||
- key: kind
|
||||
value: bridge
|
||||
|
||||
- id: aerialways
|
||||
features:
|
||||
- source: osm
|
||||
|
|
Ładowanie…
Reference in New Issue