add the bridges layer (#1208)

pull/1211/head
Frank Elsinga 2025-03-19 10:30:15 +01:00 zatwierdzone przez GitHub
rodzic 676cc08140
commit 5573862731
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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