]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features/places.xml
Update Potlatch 2 to 2.3-19-gf15d9bc build
[rails.git] / public / potlatch2 / map_features / places.xml
1 <featureGroup>
2   <feature name="Hamlet">
3     <category>places</category>
4     <icon image="features/pois/poi_place_hamlet.p.24.png"/>
5     <point/>
6     <area/>
7     <tag k="place" v="hamlet" />
8     <inputSet ref="names"/>
9     <inputSet ref="places"/>
10     <inputSet ref="common"/>
11   </feature>
12
13   <feature name="Village">
14     <category>places</category>
15     <icon image="features/pois/poi_place_village.p.24.png"/>
16     <point/>
17     <area/>
18     <tag k="place" v="village" />
19     <inputSet ref="names"/>
20     <inputSet ref="places"/>
21     <inputSet ref="common"/>
22   </feature>
23
24   <feature name="Town">
25     <category>places</category>
26     <icon image="features/pois/poi_place_town.p.24.png"/>
27     <point/>
28     <area/>
29     <tag k="place" v="town" />
30     <inputSet ref="names"/>
31     <inputSet ref="places"/>
32     <inputSet ref="common"/>
33   </feature>
34
35   <feature name="Suburb">
36     <category>places</category>
37     <icon image="features/pois/poi_place_suburb.p.24.png"/>
38     <point/>
39     <area/>
40     <tag k="place" v="suburb" />
41     <inputSet ref="names"/>
42     <inputSet ref="places"/>
43     <inputSet ref="common"/>
44   </feature>
45
46   <feature name="City">
47     <category>places</category>
48     <icon image="features/pois/poi_place_city.p.24.png"/>
49     <point/>
50     <area/>
51     <tag k="place" v="city" />
52     <inputSet ref="names"/>
53     <inputSet ref="places"/>
54     <inputSet ref="common"/>
55   </feature>
56   
57 <!-- Top 10 boundaries in order of usage on taginfo.openstreetmap.de -->
58
59   <feature name="Admin Boundary">
60     <category>places</category>
61     <line/>
62     <icon image="features/pois/poi_boundary_administrative.n.24.png"/>
63     <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=administrative</help>
64     <tag k="boundary" v="administrative"/>
65     <input type="number" minimum="2" maximum="10" presence="always" name="Admin Level" key="admin_level" description="The Administrative level" />
66     <inputSet ref="simpleName"/>
67     <inputSet ref="common"/>
68   </feature>
69
70   <feature name="National Park">
71     <category>places</category>
72     <category>natural</category>
73     <line/>
74     <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=national_park</help>
75     <tag k="boundary" v="national_park"/>
76     <inputSet ref="simpleName"/>
77     <inputSet ref="common"/>
78   </feature>
79
80   <feature name="Protected Area">
81     <category>places</category>
82     <category>natural</category>
83     <line/>
84     <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=protected_area</help>
85     <tag k="boundary" v="protected_area"/>
86     <inputSet ref="simpleName"/>
87     <inputSet ref="common"/>
88   </feature>
89
90   <feature name="Town boundary">
91     <category>places</category>
92     <line/>
93     <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=town</help>
94     <tag k="boundary" v="town"/>
95     <inputSet ref="simpleName"/>
96     <inputSet ref="common"/>
97   </feature>
98
99   <!-- boundary=landuse goes here. no idea what it is.-->
100
101   <feature name="Census boundary">
102     <category>places</category>
103     <line/>
104     <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=census</help>
105     <tag k="boundary" v="census"/>
106     <inputSet ref="simpleName"/>
107     <inputSet ref="common"/>
108   </feature>
109
110   <!-- next three are marker, postcode_area, administrative. all seem dubious -->
111   
112   
113   
114 </featureGroup>