]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features/amenities.xml
Update Potlatch 2 to 0.5-288-g9cbfeb6 build
[rails.git] / public / potlatch2 / map_features / amenities.xml
1 <featureGroup>
2   <!-- =========== Amenity ============ -->
3
4   <feature name="Fire station">
5     <category>amenity</category>
6     <icon image="features/pois/amenity_firestation2.n.24.png"/>
7     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
8     <point/>
9     <tag k="amenity" v="fire_station"/>
10     <inputSet ref="simpleName" />
11     <inputSet ref="common"/>
12   </feature>
13
14
15   <feature name="Police Station">
16     <category>amenity</category>
17     <icon image="features/pois/amenity_police2.n.24.png"/>
18     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
19     <point/>
20     <area/>
21     <tag k="amenity" v="police"/>
22     <inputSet ref="simpleName"/>
23     <inputSet ref="common"/>
24   </feature>
25
26   <feature name="Library">
27     <category>amenity</category>
28     <icon image="features/pois/amenity_library.n.24.png">
29       ${name}
30     </icon>
31     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlibrary</help>
32     <point/>
33     <area/>
34     <tag k="amenity" v="library"/>
35     <inputSet ref="simpleName"/>
36     <inputSet ref="common"/>
37   </feature>
38
39
40   <feature name="Hospital">
41     <category>amenity</category>
42     <icon image="features/pois/health_hospital.n.24.png"/>
43     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
44     <point/>
45     <area/>
46     <tag k="amenity" v="hospital"/>
47     <inputSet ref="simpleName"/>
48     <input type="choice" presence="always" category="Hospital" name="Emergency treatment available" key="emergency" description="Are there accident and emergency facilities at this hospital?">
49       <choice value="yes" text="Yes"/>
50       <choice value="no" text="No"/>
51     </input>
52     <inputSet ref="common"/>
53   </feature>
54
55
56   <feature name="Place of Worship">
57     <category>amenity</category>
58     <icon image="features/pois/place_of_worship_unknown.n.24.png"/>
59     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
60     <point/>
61     <tag k="amenity" v="place_of_worship"/>
62     <inputSet ref="simpleName" />
63     <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
64       <choice value="christian" text="Christianity (church)"/>
65       <choice value="jewish" text="Judaism (synagogue)"/>
66       <choice value="muslim" text="Islam (mosque)"/>
67       <choice value="hindu" text="Hinduism (temple)"/>
68       <choice value="buddhist" text="Buddhism (temple)"/>
69       <choice value="sikh" text="Sikhism (gurdwara)"/>
70       <choice value="shinto" text="Shinto (shrine)"/>
71     </input>
72
73     <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
74     <inputSet ref="common"/>
75   </feature>
76
77
78   <feature name="ATM">
79     <category>amenity</category>
80     <icon image="features/pois/money_atm.n.24.png"/>
81     <help>http://wiki.openstreetmap.org/wiki/Atm</help>
82     <point/>
83     <tag k="amenity" v="atm"/>
84     <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
85     <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
86     <inputSet ref="common"/>
87   </feature>
88
89
90   <feature name="Bank">
91     <category>amenity</category>
92     <icon image="features/pois/money_bank2.n.24.png">
93       ${name}
94     </icon>
95     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
96     <point/>
97     <tag k="amenity" v="bank"/>
98     <inputSet ref="names"/>
99     <inputSet ref="buildingAddress"/>
100     <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
101       <choice value="yes" text="Yes"/>
102       <choice value="no" text="No"/>
103     </input>
104     <inputSet ref="common"/>
105   </feature>
106
107
108   <feature name="Recycling">
109     <category>amenity</category>
110     <icon image="features/pois/amenity_recycling.n.24.png"/>
111     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
112     <point/>
113     <tag k="amenity" v="recycling"/>
114     <inputSet ref="common"/>
115   </feature>
116
117
118   <feature name="School">
119     <category>amenity</category>
120     <icon image="features/pois/education_school.n.24.png">
121       ${name}
122     </icon>
123     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
124     <point/>
125     <tag k="amenity" v="school"/>
126     <inputSet ref="names"/>
127     <inputSet ref="buildingAddress"/>
128     <inputSet ref="common"/>
129   </feature>
130
131   <feature name="Kindergarten">
132     <category>amenity</category>
133     <category>buildings</category>
134     <icon image="features/pois/education_nursery3.n.24.png">
135       ${name}
136     </icon>
137     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten</help>
138     <point/>
139     <tag k="amenity" v="kindergarten"/>
140     <inputSet ref="names"/>
141     <inputSet ref="buildingAddress"/>
142     <inputSet ref="common"/>
143   </feature>
144
145   <feature name="Town hall">
146     <category>amenity</category>
147     <icon image="features/pois/amenity_town_hall.n.24.png">
148       ${name}
149     </icon>
150     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtownhall</help>
151     <point/>
152     <tag k="amenity" v="townhall"/>
153     <inputSet ref="names"/>
154     <inputSet ref="buildingAddress"/>
155     <inputSet ref="common"/>
156   </feature>
157
158
159   <feature name="Post Box">
160     <category>amenity</category>
161     <icon image="features/pois/amenity_post_box.n.24.png">
162       ${ref}
163     </icon>
164     <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
165     <point/>
166     <tag k="amenity" v="post_box"/>
167     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box"/>
168     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
169     <inputSet ref="common"/>
170   </feature>
171
172   <feature name="Post Office">
173     <category>amenity</category>
174     <category>buildings</category>
175     <icon image="features/pois/amenity_post_office.n.24.png">
176       ${name}
177     </icon>
178     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity=post_office</help>
179     <point/>
180     <area/>
181     <tag k="amenity" v="post_office"/>
182     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post office"/>
183     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
184     <inputSet ref="common"/>
185     <inputset ref="simpleName"/>
186   </feature>
187
188   <feature name="Trash/rubbish bin">
189     <category>amenity</category>
190     <icon image="features/pois/amenity_waste_bin.n.24.png">
191       ${ref}
192     </icon>
193     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity=waste_basket</help>
194     <point/>
195     <tag k="amenity" v="waste_basket"/>
196     <inputSet ref="common"/>
197   </feature>
198
199
200   <feature name="Toilets">
201     <category>amenity</category>
202     <icon image="features/pois/amenity_toilets.n.24.png">
203       ${ref}
204     </icon>
205     <point/>
206     <tag k="amenity" v="toilets"/>
207     <inputSet ref="common"/>
208   </feature>
209
210   <feature name="Water fountain">
211     <category>amenity</category>
212     <category>foodanddrink</category>
213     <icon image="features/pois/food_drinkingtap.n.24.png">
214       ${ref}
215     </icon>
216     <point/>
217     <tag k="amenity" v="drinking_water"/>
218     <inputSet ref="common"/>
219   </feature>
220
221   <feature name="Shelter">
222     <category>amenity</category>
223     <icon image="features/pois/accommodation_shelter2.n.24.png">
224       ${name}
225     </icon>    
226     <point/>
227     <area/>
228     <tag k="amenity" v="shelter"/>
229     <inputset ref="names"/>
230     <inputSet ref="common"/>
231   </feature>
232
233
234   <feature name="Barbecue">
235     <category>amenity</category>
236     <icon image="features/pois/tourist_picnic.n.24.png"/>
237     <!-- specific icon needed -->
238     <point/>
239     <tag k="amenity" v="bbq"/>
240     <inputSet ref="common"/>
241   </feature>
242
243   <feature name="Hunting stand">
244     <category>sport</category>
245     <icon image="features/pois/sport_shooting.n.24.png"/>
246     <point/>
247     <tag k="amenity" v="hunting_stand"/>
248     <inputSet ref="common"/>
249     <inputSet ref="names"/>
250   </feature>
251
252
253   <feature name="Park bench">
254     <category>amenity</category>
255     <icon image="features/pois/amenity_bench.n.24.png" />
256     <point/>
257     <tag k="amenity" v="bench"/>
258     <inputSet ref="common"/>
259   </feature>
260
261   <feature name="Public telephone">
262     <category>amenity</category>
263     <icon image="features/pois/amenity_telephone.n.24.png" />
264     <point/>
265     <tag k="amenity" v="telephone"/>
266     <inputSet ref="common"/>
267   </feature>
268
269   <feature name="Emergency phone">
270     <category>amenity</category>
271     <icon image="features/pois/emergency-telephone-24.png" />
272     <!-- icon from http://www.clker.com/clipart-emergency-telephone-blue.html, feel free to (re)move this notice -->
273     <point/>
274     <tag k="amenity" v="emergency_phone"/>
275     <inputSet ref="common"/>
276     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of emergency phone."/>    
277   </feature>
278
279
280   <feature name="Swimming pool">
281     <category>amenity</category>
282     <category>sport</category>
283     <icon image="features/pois/sport_swimming_outdoor.n.24.png">
284       ${name}
285     </icon>
286     <point/>
287     <area/>
288     <tag k="amenity" v="swimming_pool"/>
289     <inputSet ref="simpleName"/>    
290     <inputSet ref="common"/>
291
292   </feature>
293
294   <feature name="Fountain">
295     <category>amenity</category>
296     <icon image="features/pois/amenity_fountain2.n.24.png">
297     ${name}
298     </icon>
299     <point/>
300     <tag k="amenity" v="fountain"/>
301     <inputSet ref="common"/>
302     <inputSet ref="simpleName"/>
303   </feature>
304
305   <feature name="Vending machine">
306     <category>amenity</category>
307     <category>foodanddrink</category>
308     <icon image="features/pois/amenity_vendingmachine.png">A vending machine.</icon>
309
310     <point/>
311     <tag k="amenity" v="vending_machine"/>
312     <inputSet ref="common"/>
313     <inputSet ref="simpleName"/>
314     <input type="freetext" presence="always" name="Product" key="vending" description="What is being sold: tickets, food, maps..."/>
315     <input type="operator" presence="always" name="Operator" key="operator" description="Which company provides the service" />
316   </feature>
317
318   <!-- ========= Entertainment ========= -->
319
320   <feature name="Pub">
321     <category>foodanddrink</category>
322     <icon image="features/pois/food_pub.n.24.png">
323       ${name}
324     </icon>
325     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
326     <point/>
327     <tag k="amenity" v="pub"/>
328     <inputSet ref="names"/>
329     <inputSet ref="web"/>
330     <inputSet ref="buildingAddress"/>
331     <inputSet ref="wifi"/>
332     <inputSet ref="common"/>
333   </feature>
334
335
336   <feature name="Bar">
337     <category>foodanddrink</category>
338     <icon image="features/pois/food_bar.n.24.png">
339       ${name}
340     </icon>
341     <point/>
342     <tag k="amenity" v="bar"/>
343     <inputSet ref="names"/>
344     <inputSet ref="web"/>
345     <inputSet ref="buildingAddress"/>
346     <inputSet ref="wifi"/>
347     <inputSet ref="common"/>
348   </feature>
349
350
351   <feature name="Restaurant">
352     <category>foodanddrink</category>
353     <icon image="features/pois/food_restaurant.n.24.png">
354       ${name}
355     </icon>
356     <point/>
357     <tag k="amenity" v="restaurant"/>
358     <inputSet ref="names"/>
359     <inputSet ref="web"/>
360     <inputSet ref="buildingAddress"/>
361     <inputSet ref="cuisine"/>
362     <inputSet ref="common"/>
363   </feature>
364
365
366   <feature name="Cafe">
367     <category>foodanddrink</category>
368     <icon image="features/pois/food_cafe.n.24.png">
369       ${name}
370     </icon>
371     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
372     <point/>
373     <tag k="amenity" v="cafe"/>
374     <inputSet ref="names"/>
375     <inputSet ref="web"/>
376     <inputSet ref="buildingAddress"/>
377     <inputSet ref="cuisine"/>
378     <inputSet ref="wifi"/>
379     <inputSet ref="common"/>
380   </feature>
381
382
383   <feature name="Fast Food">
384     <category>foodanddrink</category>
385     <icon image="features/pois/food_fastfood.n.24.png">
386       ${name}
387     </icon>
388     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
389     <point/>
390     <tag k="amenity" v="fast_food"/>
391     <inputSet ref="names"/>
392     <inputSet ref="web"/>
393     <inputSet ref="buildingAddress"/>
394     <inputSet ref="cuisine"/>
395     <inputSet ref="common"/>
396   </feature>
397
398 </featureGroup>