Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aerialway #527

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ui/app/utils/tagtree.csv
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Sport ,Stadium,,arena,polygon,"name, building, leisure",leisure='stadium',,
Sport ,Swimming Pool,,,"point, polygon","name, leisure",leisure='swimming_pool',,
Sport ,Pitch,,"field,court",polygon,"name, leisure",leisure='pitch',,
Sport ,Sport Centre,,,"point, polygon","name, building, leisure",leisure='sport_centre',,
Transportation,Transportation,yes,,,,"aeroway IS NOT NULL OR highway IS NOT NULL OR railway IS NOT NULL OR building IN ('aerodrome','ferry_terminal','train_station') OR amenity IN ('ferry_terminal','bus_station')",,http://wiki.openstreetmap.org/wiki/Map_Features#Transportation
Transportation,Transportation,yes,,,,"aeroway IS NOT NULL OR highway IS NOT NULL OR railway IS NOT NULL OR aerialway IS NOT NULL OR building IN ('aerodrome','ferry_terminal','train_station') OR amenity IN ('ferry_terminal','bus_station')",,http://wiki.openstreetmap.org/wiki/Map_Features#Transportation
Transportation,Aerialway,,,"point, line, polygon","name, building, aerialway",aerialway IS NOT NULL,,
Transportation,Airport,,,"point, line, polygon","name, building, aeroway",aeroway IS NOT NULL OR building='aerodrome',,
Transportation,Ferry Terminal,,boat,"point, polygon","name, amenity, building",amenity='ferry_terminal' OR building='ferry_terminal',,
Transportation,Train Station,,train,polygon,"railway, name, layer",building='train_station',,
Expand Down
Loading