]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features/landuse.xml
Update Potlatch 2 to 2.3-236-ge27f26d build
[rails.git] / public / potlatch2 / map_features / landuse.xml
1 <!-- This is a bit of a dumping ground for real landuse=*, but also outdoor natural/leisure/agriculture type keys. -->
2 <featureGroup>
3   <feature name="Industrial Area">
4     <category>landuse</category>
5     <area/>
6     <icon image="features/pois/building_generic.png">
7       <b>${name}</b>
8     </icon>
9     <tag k="landuse" v="industrial"/>
10     <inputSet ref="simpleName"/>
11     <inputSet ref="common"/>
12   </feature>
13
14
15   <feature name="Offices">
16     <category>landuse</category>
17     <area/>
18     <icon image="features/pois/building_generic.png">
19       <b>${name}</b>
20     </icon>
21     <tag k="landuse" v="commercial"/>
22     <inputSet ref="simpleName"/>
23     <inputSet ref="common"/>
24   </feature>
25
26   <feature name="Residential Area">
27     <category>landuse</category>
28     <area/>
29     <icon image="features/pois/building_generic.png">
30       <b>${name}</b>
31     </icon>
32     <tag k="landuse" v="residential"/>
33     <inputSet ref="simpleName"/>
34     <inputSet ref="common"/>
35   </feature>
36
37   <feature name="Retail Area">
38     <category>landuse</category>
39     <area/>
40     <icon image="features/pois/building_generic.png">
41       <b>${name}</b>
42     </icon>
43     <tag k="landuse" v="retail"/>
44     <inputSet ref="simpleName"/>
45     <inputSet ref="common"/>
46   </feature>
47
48   <feature name="Construction Site">
49     <category>landuse</category>
50     <area/>
51     <icon image="features/pois/building_generic.png">
52       <b>${name}</b>
53     </icon>
54     <tag k="landuse" v="construction"/>
55     <inputSet ref="simpleName"/>
56     <inputSet ref="common"/>
57   </feature>
58
59
60   <feature name="Marketplace">
61     <category>shopping</category>
62     <point />
63     <area/>
64     <icon image="features/pois/shopping_marketplace.n.24.png">
65       <b>${name}</b>
66     </icon>
67     <tag k="amenity" v="marketplace"/>
68     <inputSet ref="simpleName"/>
69     <inputSet ref="common"/>
70   </feature>
71
72
73   <feature name="Cemetery">
74     <category>landuse</category>
75     <point />
76     <area/>
77     <icon image="features/pois/place_of_worship_unknown3.n.24.png">
78       <b>${name}</b>
79     </icon>
80     <tag k="landuse" v="cemetery"/>
81     <inputSet ref="simpleName"/>
82     <inputSet ref="common"/>
83   </feature>
84
85   <feature name="Graveyard">
86     <category>landuse</category>
87     <point />
88     <area/>
89     <icon image="features/pois/place_of_worship_unknown3.n.24.png">
90       <b>${name}</b>
91     </icon>
92     <tag k="amenity" v="grave_yard"/>
93     <inputSet ref="simpleName"/>
94     <inputSet ref="common"/>
95   </feature>
96
97   <feature name="Quarry">
98     <category>landuse</category>
99     <icon image="features/pois/poi_mine.n.24.png"/>
100     <area/>
101     <tag k="landuse" v="quarry"/>
102     <inputSet ref="simpleName"/>
103     <inputSet ref="common"/>
104   </feature>
105
106
107   <feature name="Military">
108     <category>landuse</category>
109     <icon image="features/pois/poi_military_bunker.n.24.png"/>
110     <area/>
111     <tag k="landuse" v="military"/>
112     <inputSet ref="simpleName"/>
113     <inputSet ref="common"/>
114   </feature>
115
116
117   <feature name="Conservation">
118     <category>natural</category>
119     <icon image="icons/natural_blank.png"/>
120     <area/>
121     <tag k="landuse" v="conservation"/>
122     <inputSet ref="simpleName"/>
123     <inputSet ref="common"/>
124   </feature>
125
126
127
128
129
130   <feature name="Playground">
131     <category>sport</category>
132     <area/>
133     <point/>
134     <icon image="features/pois/amenity_playground.n.24.png">
135       <b>${name}</b>
136     </icon>
137     <tag k="leisure" v="playground"/>
138     <inputSet ref="simpleName"/>
139     <inputSet ref="common"/>
140   </feature>
141
142
143   <feature name="Golf course">
144     <category>sport</category>
145     <area/>
146     <icon  image="features/pois/sport_golf.n.24.png">
147       <b>${name}</b>
148     </icon>
149     <tag k="leisure" v="golf_course"/>
150     <inputSet ref="simpleName"/>
151     <inputSet ref="common"/>
152   </feature>
153
154
155   <feature name="Recreation ground">
156     <category>sport</category>    
157     <area/>
158     <icon image="features/pois/sport_leisure_centre.n.24.png">
159       <b>${name}</b>
160     </icon>
161     <tag k="leisure" v="recreation_ground"/>
162     <inputSet ref="simpleName"/>
163     <inputSet ref="common"/>
164   </feature>
165
166
167   <feature name="Sports pitch">
168     <category>sport</category>
169     <area/>
170     <icon image="features/pois/sport_leisure_centre.n.24.png">
171       <b>${name}</b>
172     </icon>
173     <tag k="leisure" v="pitch"/>
174     <inputSet ref="simpleName"/>
175     <inputSet ref="pitchSport"/>
176     <inputSet ref="common"/>
177   </feature>
178
179   <feature name="Sports track">
180     <category>sport</category>
181     <area/>
182     <line/>
183     <icon image="features/pois/sport_leisure_centre.n.24.png">
184       <b>${name}</b>
185       <font size="10pt">A purpose built track for running, cycling, greyhound racing, horse racing.</font>
186     </icon>
187     <tag k="leisure" v="track"/>
188     <inputSet ref="simpleName"/>
189     <inputSet ref="roadPhysical"/>
190     <inputSet ref="common"/>
191   </feature>
192
193   <feature name="Sports centre">
194     <category>sport</category>
195     <icon image="features/pois/sport_leisure_centre.n.24.png">
196       <b>${name} ${addr:housename}</b><br/>
197       ${addr:housenumber} ${addr:street} ${addr:postcode}
198     </icon>
199
200     <area/>
201     <point/>
202     <tag k="leisure" v="sports_centre"/>
203     <inputSet ref="names"/>
204     <inputSet ref="buildingAddress"/>
205     <inputSet ref="pitchSport"/>
206     <inputSet ref="isBuilding"/>
207     <inputSet ref="common"/>
208   </feature>
209
210
211   <!-- **************** Agriculture *************** -->
212   <feature name="Farm">
213     <category>agriculture</category>
214     <icon image="features/pois/landuse_grass.n.24.png"/>
215     <area/>
216     <tag k="landuse" v="farm"/>
217     <inputSet ref="simpleName"/>
218     <inputSet ref="common"/>
219   </feature>
220
221
222   <feature name="Farmyard">
223     <category>agriculture</category>
224     <icon image="features/pois/landuse_grass.n.24.png"/>
225     <area/>
226     <tag k="landuse" v="farmyard"/>
227     <inputSet ref="simpleName"/>
228     <inputSet ref="common"/>
229   </feature>
230
231
232   <feature name="Farmland">
233     <category>agriculture</category>
234     <icon image="features/pois/landuse_grass.n.24.png"/>
235     <area/>
236     <tag k="landuse" v="farmland"/>
237     <inputSet ref="simpleName"/>
238     <inputSet ref="common"/>
239   </feature>
240
241
242   <feature name="Field">
243     <category>agriculture</category>
244     <icon image="features/pois/landuse_grass.n.24.png"/>
245     <area/>
246     <tag k="landuse" v="meadow"/>
247     <inputSet ref="simpleName"/>
248     <inputSet ref="common"/>
249   </feature>
250
251
252   <feature name="Orchard">
253     <category>agriculture</category>
254     <icon image="features/pois/landuse_grass.n.24.png"/>
255     <area/>
256     <tag k="landuse" v="orchard"/>
257     <inputSet ref="simpleName"/>
258     <inputSet ref="common"/>
259   </feature>
260
261
262   <feature name="Vineyard">
263     <category>agriculture</category>
264     <icon image="features/pois/landuse_grass.n.24.png"/>
265     <area/>
266     <tag k="landuse" v="vineyard"/>
267     <inputSet ref="simpleName"/>
268     <inputSet ref="common"/>
269   </feature>
270
271 <!-- ************************************************************************
272        Natural
273        ************************************************************************ -->
274
275   <feature name="Park">
276     <category>natural</category>
277     <category>sport</category>
278     <icon image="icons/natural_blank.png">
279       <b>${name}</b>
280       <br/>
281     </icon>
282
283     <area/>
284     <tag k="leisure" v="park"/>
285     <inputSet ref="simpleName"/>
286     <inputSet ref="common"/>
287   </feature>
288
289   <feature name="Forest">
290     <category>natural</category>
291     <icon image="features/pois/landuse_coniferous.n.24.png"/>
292
293     <area/>
294     <tag k="landuse" v="forest"/>
295     <inputSet ref="simpleName"/>
296     <inputSet ref="common"/>
297   </feature>
298
299   <feature name="Meadow">
300     <category>natural</category>
301     <icon image="icons/natural_blank.png"/>
302
303     <area/>
304     <tag k="landuse" v="meadow"/>
305     <inputSet ref="simpleName"/>
306     <inputSet ref="common"/>
307   </feature>
308 </featureGroup>