Skip to content

Commit ea1e33e

Browse files
Remove the old categories from tag tree
1 parent 522b259 commit ea1e33e

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

ui/app/utils/TreeTagSettings.js

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ export const TAGTREE = {
66
"Materials and Condition": {}
77
}
88
},
9-
"Administrative Boundaries":{
10-
"children":{
11-
"Boundaries":{}
12-
}
13-
14-
},
159
"Commercial": {
1610
"children": {
1711
"Shop": {},
@@ -67,13 +61,7 @@ export const TAGTREE = {
6761
"Alternative": {}
6862
}
6963
},
70-
"Humanitarian": {
71-
"children": {
72-
"Wheelchair Access": {},
73-
"Refugee Facility": {},
74-
"Storage Warehouse": {}
75-
}
76-
},
64+
7765
"Land Use": {
7866
"children": {
7967
"Parks": {},
@@ -187,24 +175,6 @@ export const TAGLOOKUP = {
187175
],
188176
"where": "building IS NOT NULL"
189177
},
190-
"Administrative Boundaries" :{
191-
"geom_types": [
192-
"polygon"
193-
],
194-
"keys": [
195-
"name"
196-
],
197-
"where": "boundary='administrative'"
198-
},
199-
"Boundaries": {
200-
"geom_types": [
201-
"polygon"
202-
],
203-
"keys": [
204-
"name"
205-
],
206-
"where": "boundary='administrative'"
207-
},
208178
"Addresses": {
209179
"geom_types": [
210180
"point",

ui/app/utils/tagtree.csv

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Buildings,Building Names and Geometries,,,"point, polygon","name, building",buil
44
Buildings,Addresses,,,"point, polygon","addr:housenumber,addr:street",building IS NOT NULL,,
55
Buildings,Materials and Condition,,,polygon,"building:material,roof:material,access:roof",building IS NOT NULL,,
66
Buildings,Materials and Condition,,,polygon,"building:material,roof:material,access:roof",building IS NOT NULL,,
7-
Administrative Boundaries,Boundaries,,,polygon,"name",boundary='administrative',,
87
Commercial,Commercial,yes,,,,"shop IS NOT NULL OR tourism IS NOT NULL OR amenity IN ('marketplace','restaurant','fast_food','cafe','bar','pub') OR office IS NOT NULL",,http://wiki.openstreetmap.org/wiki/Map_Features#Tourism
98
Commercial,Shop,,,"point, polygon","name, opening_hours, shop",shop IS NOT NULL,,
109
Commercial,Supermarket,,,"point, polygon","name, opening_hours, shop",amenity='marketplace' OR shop='convenience' OR shop='supermarket',,
@@ -39,10 +38,6 @@ Healthcare,Clinic,,,"point, polygon","medical_system:western,operator,operator:t
3938
Healthcare,Hospital,,"clinic,doctor,pharmacy,hospital,dentist","point, polygon","medical_system:western,operator,operator:type,health_facility:bed,health_facility:level,health_facility:type,status,staff_count:doctors,staff_count:nurses,opening_hours,toilets:disposal,toilets:handwashing,access",amenity='hospital',,
4039
Healthcare,Pharmacy,,,"point, polygon","name,amenity",amenity='pharmacy',,
4140
Healthcare,Alternative ,,,"point, polygon","name, healthcare, shop","healthcare='alternative' OR shop IN ('herbalist','nutrition_supplements')",,
42-
Humanitarian,Humanitarian,yes,,,,social_facility IS NOT NULL or wheelchair IS NOT NULL OR building='warehouse' OR industrial='warehouse',,
43-
Humanitarian,Wheelchair Access,,,"point, line, polygon",wheelchair,wheelchair IS NOT NULL,,
44-
Humanitarian,Refugee Facility,,,"point, polygon","name, amenity, social_facility",social_facility IS NOT NULL,,
45-
Humanitarian,Storage Warehouse,,,"point, polygon","name,building,industrial",building='warehouse' OR industrial='warehouse',,
4641
Land Use,Land Use,yes,,,,landuse IS NOT NULL OR leisure='park' OR amenity='grave_yard',,http://wiki.openstreetmap.org/wiki/Map_Features#LandUse
4742
Land Use,Parks,,,polygon,"name, leisure",leisure='park',,
4843
Land Use,Cemetery,,graveyard,polygon,"name,amenity",amenity='grave_yard' OR landuse='cemetery',,
@@ -99,4 +94,4 @@ Water,Water Point,,,"point, polygon","amenity, man_made, pump",amenity='water_po
9994
Language,Language,yes,,,,,,
10095
Language,English,,,"point, line, polygon",name:en,,,
10196
Language,Swahili,,,"point, line, polygon",name:sw,,,
102-
Language,French,,,"point, line, polygon",name:fr,,,
97+
Language,French,,,"point, line, polygon",name:fr,,,

0 commit comments

Comments
 (0)