@@ -121,27 +121,30 @@ public String toString() {
121
121
*/
122
122
public enum Label {
123
123
124
- BUILDING ("building" , R .drawable .round_icon_generic_building ),
125
- HOUSE ("house" , R .drawable .round_icon_house ),
126
- COTTAGE ("cottage" , R .drawable .round_icon_house ),
127
- FARMHOUSE ("farmhouse" , R .drawable .round_icon_house ),
128
- CHURCH ("church" , R .drawable .round_icon_church ),
129
- RAILWAY_STATION ("railway station" , R .drawable .round_icon_railway_station ),
130
- GATEHOUSE ("gatehouse" , R .drawable .round_icon_gatehouse ),
131
- MILESTONE ("milestone" , R .drawable .round_icon_milestone ),
132
- INN ("inn" , R .drawable .round_icon_house ),
133
- CITY ("city" , R .drawable .round_icon_city ),
134
- SECONDARY_SCHOOL ("secondary school" , R .drawable .round_icon_school ),
135
- EDU ("edu" , R .drawable .round_icon_school ),
136
- ISLE ("isle" , R .drawable .round_icon_island ),
137
- MOUNTAIN ("mountain" , R .drawable .round_icon_mountain ),
138
- AIRPORT ("airport" , R .drawable .round_icon_airport ),
139
- BRIDGE ("bridge" , R .drawable .round_icon_bridge ),
140
- ROAD ("road" , R .drawable .round_icon_road ),
141
- FOREST ("forest" , R .drawable .round_icon_forest ),
142
- PARK ("park" , R .drawable .round_icon_park ),
143
- RIVER ("river" , R .drawable .round_icon_river ),
144
- WATERFALL ("waterfall" , R .drawable .round_icon_waterfall ),
124
+ BUILDING ("Q41176" , R .drawable .round_icon_generic_building ),
125
+ HOUSE ("Q3947" , R .drawable .round_icon_house ),
126
+ COTTAGE ("Q5783996" , R .drawable .round_icon_house ),
127
+ FARMHOUSE ("Q489357" , R .drawable .round_icon_house ),
128
+ CHURCH ("Q16970" , R .drawable .round_icon_church ), //changed from church to church building
129
+ RAILWAY_STATION ("Q55488" , R .drawable .round_icon_railway_station ),
130
+ GATEHOUSE ("Q277760" , R .drawable .round_icon_gatehouse ),
131
+ MILESTONE ("Q10145" , R .drawable .round_icon_milestone ),
132
+ INN ("Q256020" , R .drawable .round_icon_house ), //Q27686
133
+ HOTEL ("Q27686" , R .drawable .round_icon_house ),
134
+ CITY ("Q515" , R .drawable .round_icon_city ),
135
+ UNIVERSITY ("Q3918" ,R .drawable .round_icon_school ), //added university
136
+ SCHOOL ("Q3914" , R .drawable .round_icon_school ), //changed from "secondary school" to school
137
+ EDUCATION ("Q8434" , R .drawable .round_icon_school ), //changed from edu to education, there is no id for "edu"
138
+ ISLE ("Q23442" , R .drawable .round_icon_island ),
139
+ MOUNTAIN ("Q8502" , R .drawable .round_icon_mountain ),
140
+ AIRPORT ("Q1248784" , R .drawable .round_icon_airport ),
141
+ BRIDGE ("Q12280" , R .drawable .round_icon_bridge ),
142
+ ROAD ("Q34442" , R .drawable .round_icon_road ),
143
+ FOREST ("Q4421" , R .drawable .round_icon_forest ),
144
+ PARK ("Q22698" , R .drawable .round_icon_park ),
145
+ RIVER ("Q4022" , R .drawable .round_icon_river ),
146
+ WATERFALL ("Q34038" , R .drawable .round_icon_waterfall ),
147
+ TEMPLE ("Q44539" ,R .drawable .round_icon_church ),
145
148
UNKNOWN ("?" , R .drawable .round_icon_unknown );
146
149
147
150
private static final Map <String , Label > TEXT_TO_DESCRIPTION
0 commit comments