Skip to content

Commit 48060c8

Browse files
committed
Updates following review
1 parent 6a50c83 commit 48060c8

File tree

5 files changed

+371
-371
lines changed

5 files changed

+371
-371
lines changed

configs/config_UK.json

+175-175
Original file line numberDiff line numberDiff line change
@@ -1,181 +1,181 @@
11
{
2-
"$schema": "../src/osmox/schema.json",
3-
"filter": {
4-
"building": [
5-
"apartments",
6-
"bungalow",
7-
"detached",
8-
"dormitory",
9-
"hotel",
10-
"house",
11-
"residential",
12-
"semidetached_house",
13-
"terrace",
14-
"commercial",
15-
"retail",
16-
"supermarket",
17-
"industrial",
18-
"office",
19-
"warehouse",
20-
"bakehouse",
21-
"firestation",
22-
"government",
23-
"cathedral",
24-
"chapel",
25-
"church",
26-
"mosque",
27-
"other",
28-
"shrine",
29-
"synagogue",
30-
"temple",
31-
"hospital",
32-
"kindergarden",
33-
"school",
34-
"university",
35-
"college",
36-
"sports_hall",
37-
"stadium",
38-
"yes"
39-
],
40-
"public_transport": ["*"],
41-
"highway": ["bus_stop"]
42-
},
2+
"$schema": "../src/osmox/schema.json",
3+
"filter": {
4+
"building": [
5+
"apartments",
6+
"bungalow",
7+
"detached",
8+
"dormitory",
9+
"hotel",
10+
"house",
11+
"residential",
12+
"semidetached_house",
13+
"terrace",
14+
"commercial",
15+
"retail",
16+
"supermarket",
17+
"industrial",
18+
"office",
19+
"warehouse",
20+
"bakehouse",
21+
"firestation",
22+
"government",
23+
"cathedral",
24+
"chapel",
25+
"church",
26+
"mosque",
27+
"other",
28+
"shrine",
29+
"synagogue",
30+
"temple",
31+
"hospital",
32+
"kindergarden",
33+
"school",
34+
"university",
35+
"college",
36+
"sports_hall",
37+
"stadium",
38+
"yes"
39+
],
40+
"public_transport": ["*"],
41+
"highway": ["bus_stop"]
42+
},
4343

44-
"object_features": ["units", "levels", "area", "floor_area"],
44+
"object_features": ["units", "levels", "area", "floor_area"],
4545

46-
"distance_to_nearest": ["transit", "education", "shop", "medical"],
46+
"distance_to_nearest": ["transit", "education", "shop", "medical"],
4747

48-
"default_tags": [["building", "residential"]],
48+
"default_tags": [["building", "residential"]],
4949

50-
"activity_mapping": {
51-
"public_transport": {
52-
"*": ["transit"]
53-
},
54-
"highway": {
55-
"bus_stop": ["transit"]
56-
},
57-
"building": {
58-
"apartments": ["home"],
59-
"bungalow": ["home"],
60-
"detached": ["home"],
61-
"dormitory": ["home"],
62-
"hotel": ["home"],
63-
"house": ["home"],
64-
"residential": ["home"],
65-
"semidetached_house": ["home"],
66-
"terrace": ["home"],
67-
"commercial": ["shop", "work"],
68-
"retail": ["shop", "work"],
69-
"supermarket": ["shop", "work"],
70-
"industrial": ["work"],
71-
"office": ["work"],
72-
"warehouse": ["work"],
73-
"bakehouse": ["work"],
74-
"firestation": ["work"],
75-
"government": ["work"],
76-
"cathedral": ["other"],
77-
"chapel": ["other"],
78-
"church": ["other"],
79-
"mosque": ["other"],
80-
"other": ["other"],
81-
"shrine": ["other"],
82-
"synagogue": ["other"],
83-
"temple": ["other"],
84-
"hospital": ["medical", "work"],
85-
"kindergarden": ["education", "work"],
86-
"school": ["education", "work"],
87-
"university": ["education", "work"],
88-
"college": ["education", "work"],
89-
"sports_hall": ["other", "work"],
90-
"stadium": ["other", "work"]
91-
},
92-
"amenity": {
93-
"bar": ["visit", "work"],
94-
"pub": ["visit", "work"],
95-
"cafe": ["visit", "work", "shop"],
96-
"fast_food": ["work", "shop"],
97-
"food_court": ["work", "shop"],
98-
"ice_cream": ["work", "shop"],
99-
"restaurant": ["work", "shop"],
100-
"college": ["education", "work"],
101-
"kindergarten": ["education", "work"],
102-
"language_school": ["education", "work"],
103-
"library": ["other", "work"],
104-
"music_school": ["education", "work"],
105-
"school": ["education", "work"],
106-
"university": ["education", "work"],
107-
"bank": ["other", "work"],
108-
"clinic": ["medical", "work"],
109-
"dentist": ["medical", "work"],
110-
"doctors": ["medical", "work"],
111-
"hospital": ["medical", "work"],
112-
"pharmacy": ["shop", "work"],
113-
"visit_facility": ["medical", "work"],
114-
"vetinary": ["other", "work"],
115-
"arts_centre": ["other", "work"],
116-
"casino": ["other", "work"],
117-
"cinema": ["other", "work"],
118-
"community_centre": ["other"],
119-
"gambling": ["other", "work"],
120-
"studio": ["other", "work"],
121-
"theatre": ["other", "work"],
122-
"courthouse": ["other", "work"],
123-
"crematorium": ["other", "work"],
124-
"embassy": ["other", "work"],
125-
"fire_station": ["work"],
126-
"funeral_hall": ["other", "work"],
127-
"internet_cafe": ["other", "work"],
128-
"marketplace": ["shop", "work"],
129-
"place_of_worship": ["other"],
130-
"police": ["other", "work"],
131-
"post_box": ["other", "work"],
132-
"post_work": ["other", "work"],
133-
"post_office": ["other", "work"],
134-
"prison": ["other", "work"],
135-
"townhall": ["other", "work"]
136-
},
137-
"healthcare": {
138-
"*": ["medical", "work"]
139-
},
140-
"landuse": {
141-
"commercial": ["shop", "work"],
142-
"industrial": ["work"],
143-
"residential": ["home"],
144-
"retail": ["shop", "work"],
145-
"work": ["work"],
146-
"port": ["work"],
147-
"quary": ["work"],
148-
"other": ["other"]
149-
},
150-
"other": {
151-
"adult_gaming_centre": ["other", "work"],
152-
"amusement_arcade": ["other", "work"],
153-
"beach_resort": ["other"],
154-
"dance": ["other", "work"],
155-
"escape_game": ["other", "work"],
156-
"fishing": ["other"],
157-
"fitness_centre": ["other", "work"],
158-
"fitness_station": ["other"],
159-
"garden": ["other"],
160-
"horse_riding": ["other", "work"],
161-
"ice_rink": ["other", "work"],
162-
"marina": ["other", "work"],
163-
"miniature_golf": ["other"],
164-
"nature_reserve": ["other"],
165-
"park": ["other"],
166-
"pitch": ["other"],
167-
"playground": ["other"],
168-
"sports_centre": ["other", "work"],
169-
"stadium": ["other", "work"],
170-
"swimming_pool": ["other", "work"],
171-
"track": ["other"],
172-
"water_park": ["other", "work"]
173-
},
174-
"office": {
175-
"*": ["work"]
176-
},
177-
"shop": {
178-
"*": ["shop", "work"]
179-
}
180-
}
50+
"activity_mapping": {
51+
"public_transport": {
52+
"*": ["transit"]
53+
},
54+
"highway": {
55+
"bus_stop": ["transit"]
56+
},
57+
"building": {
58+
"apartments": ["home"],
59+
"bungalow": ["home"],
60+
"detached": ["home"],
61+
"dormitory": ["home"],
62+
"hotel": ["home"],
63+
"house": ["home"],
64+
"residential": ["home"],
65+
"semidetached_house": ["home"],
66+
"terrace": ["home"],
67+
"commercial": ["shop", "work"],
68+
"retail": ["shop", "work"],
69+
"supermarket": ["shop", "work"],
70+
"industrial": ["work"],
71+
"office": ["work"],
72+
"warehouse": ["work"],
73+
"bakehouse": ["work"],
74+
"firestation": ["work"],
75+
"government": ["work"],
76+
"cathedral": ["other"],
77+
"chapel": ["other"],
78+
"church": ["other"],
79+
"mosque": ["other"],
80+
"other": ["other"],
81+
"shrine": ["other"],
82+
"synagogue": ["other"],
83+
"temple": ["other"],
84+
"hospital": ["medical", "work"],
85+
"kindergarden": ["education", "work"],
86+
"school": ["education", "work"],
87+
"university": ["education", "work"],
88+
"college": ["education", "work"],
89+
"sports_hall": ["other", "work"],
90+
"stadium": ["other", "work"]
91+
},
92+
"amenity": {
93+
"bar": ["visit", "work"],
94+
"pub": ["visit", "work"],
95+
"cafe": ["visit", "work", "shop"],
96+
"fast_food": ["work", "shop"],
97+
"food_court": ["work", "shop"],
98+
"ice_cream": ["work", "shop"],
99+
"restaurant": ["work", "shop"],
100+
"college": ["education", "work"],
101+
"kindergarten": ["education", "work"],
102+
"language_school": ["education", "work"],
103+
"library": ["other", "work"],
104+
"music_school": ["education", "work"],
105+
"school": ["education", "work"],
106+
"university": ["education", "work"],
107+
"bank": ["other", "work"],
108+
"clinic": ["medical", "work"],
109+
"dentist": ["medical", "work"],
110+
"doctors": ["medical", "work"],
111+
"hospital": ["medical", "work"],
112+
"pharmacy": ["shop", "work"],
113+
"visit_facility": ["medical", "work"],
114+
"vetinary": ["other", "work"],
115+
"arts_centre": ["other", "work"],
116+
"casino": ["other", "work"],
117+
"cinema": ["other", "work"],
118+
"community_centre": ["other"],
119+
"gambling": ["other", "work"],
120+
"studio": ["other", "work"],
121+
"theatre": ["other", "work"],
122+
"courthouse": ["other", "work"],
123+
"crematorium": ["other", "work"],
124+
"embassy": ["other", "work"],
125+
"fire_station": ["work"],
126+
"funeral_hall": ["other", "work"],
127+
"internet_cafe": ["other", "work"],
128+
"marketplace": ["shop", "work"],
129+
"place_of_worship": ["other"],
130+
"police": ["other", "work"],
131+
"post_box": ["other", "work"],
132+
"post_work": ["other", "work"],
133+
"post_office": ["other", "work"],
134+
"prison": ["other", "work"],
135+
"townhall": ["other", "work"]
136+
},
137+
"healthcare": {
138+
"*": ["medical", "work"]
139+
},
140+
"landuse": {
141+
"commercial": ["shop", "work"],
142+
"industrial": ["work"],
143+
"residential": ["home"],
144+
"retail": ["shop", "work"],
145+
"work": ["work"],
146+
"port": ["work"],
147+
"quary": ["work"],
148+
"other": ["other"]
149+
},
150+
"other": {
151+
"adult_gaming_centre": ["other", "work"],
152+
"amusement_arcade": ["other", "work"],
153+
"beach_resort": ["other"],
154+
"dance": ["other", "work"],
155+
"escape_game": ["other", "work"],
156+
"fishing": ["other"],
157+
"fitness_centre": ["other", "work"],
158+
"fitness_station": ["other"],
159+
"garden": ["other"],
160+
"horse_riding": ["other", "work"],
161+
"ice_rink": ["other", "work"],
162+
"marina": ["other", "work"],
163+
"miniature_golf": ["other"],
164+
"nature_reserve": ["other"],
165+
"park": ["other"],
166+
"pitch": ["other"],
167+
"playground": ["other"],
168+
"sports_centre": ["other", "work"],
169+
"stadium": ["other", "work"],
170+
"swimming_pool": ["other", "work"],
171+
"track": ["other"],
172+
"water_park": ["other", "work"]
173+
},
174+
"office": {
175+
"*": ["work"]
176+
},
177+
"shop": {
178+
"*": ["shop", "work"]
179+
}
180+
}
181181
}

0 commit comments

Comments
 (0)