<category name="Advanced" id="advanced">
</category>
- <category name="Misc" id="misc">
+ <category name="Places" id="places">
</category>
<!-- Common input sets -->
</inputSet>
+ <inputSet id="places">
+ <input type="choice" name="Type of Place" presence="always" key="place">
+ <choice value="locality" text="Locality"/>
+ <choice value="hamlet" text="Hamlet"/>
+ <choice value="village" text="Village"/>
+ <choice value="suburb" text="Suburb"/>
+ <choice value="town" text="Town"/>
+ <choice value="city" text="City"/>
+ <choice value="county" text="County"/>
+ <choice value="region" text="Region"/>
+ <choice value="state" text="State"/>
+ <choice value="country" text="Country"/>
+ <choice value="continent" text="Continent"/>
+ <choice value="island" text="Island"/>
+ <choice value="islet" text="Islet"/>
+ </input>
+ </inputSet>
+
<!-- ************************************************************************
Roads
************************************************************************ -->
<inputSet ref="common"/>
</feature>
- <feature name="Motorway link" icon="features/motorway_link.png">
+ <feature name="Motorway link">
<category>roads</category>
- <icon image="features/highway__motorway.png"/>
+ <icon image="features/highway__motorway_link.png"/>
<line/>
<tag k="highway" v="motorway_link"/>
<inputSet ref="common"/>
</feature>
- <feature name="Trunk link" icon="features/motorway_link.png">
+ <feature name="Trunk link">
<category>roads</category>
- <icon image="features/highway__trunk.png"/>
+ <icon image="features/highway__trunk_link.png"/>
<line/>
<tag k="highway" v="trunk_link"/>
<feature name="Primary road">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__primary.png">
<font size="16pt"><b>${ref}</b></font><br/>
<font size="10pt">${name}</font>
</icon>
<inputSet ref="common"/>
</feature>
- <feature name="Primary road link">
+ <feature name="Primary link">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__primary_link.png">
<font size="16pt"><b>${ref}</b></font><br/>
<font size="10pt">${name}</font>
</icon>
<feature name="Secondary road">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__secondary.png">
<font size="16pt"><b>${ref}</b></font><br/>
<font size="10pt">${name}</font>
</icon>
<inputSet ref="common"/>
</feature>
- <feature name="Secondary road link">
+ <feature name="Secondary link">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__secondary_link.png">
<font size="16pt">
<b>${ref}</b>
</font>
<feature name="Tertiary road">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__tertiary.png">
<font size="14pt"><b>${name}</b></font><br/>
<font size="10pt">${ref}</font>
</icon>
<inputSet ref="common"/>
</feature>
- <feature name="Tertiary road link">
+ <feature name="Tertiary link">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__tertiary_link.png">
<font size="14pt"><b>${name}</b></font><br/>
<font size="10pt">${ref}</font>
</icon>
<feature name="Unknown road">
<category>roads</category>
- <icon image="features/highway__service.png">
+ <icon image="features/highway__unknown.png">
<font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
</icon>
<feature name="Living Street">
<category>roads</category>
- <icon image="features/highway__residential.png">
+ <icon image="features/highway__living_street.png">
<font size="14pt"><b>${name}</b></font>
</icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
<feature name="Track">
<category>roads</category>
- <icon image="features/highway__unclassified.png">
+ <icon image="features/highway__track.png">
<font size="14pt"><b>${name}</b></font>
</icon>
<inputSet ref="common"/>
</feature>
- <feature name="Pedestrian Street">
+ <feature name="Pedestrian street">
<category>paths</category>
<icon image="features/paths__pedestrian.png">
<font size="14pt">
<feature name="Drain">
<category>water</category>
- <icon image="features/pois/water_generic.24.png">
+ <icon image="features/waterway__drain.png">
<font size="14pt"><b>${name}</b></font>
</icon>
<feature name="Weir">
<category>water</category>
- <icon image="features/pois/water_generic.24.png">
+ <icon image="features/waterway__weir.png">
<font size="14pt">
<b>${name}</b>
</font>
<feature name="Slipway">
<category>water</category>
- <icon image="features/pois/water_generic.24.png"/>
+ <icon image="features/waterway__slipway.png" />
<line/>
<tag k="leisure" v="slipway"/>
<inputSet ref="names"/>
</inputSet>
<!-- Places -->
- <feature name="Place">
- <category>misc</category>
+
+
+ <feature name="Hamlet">
+ <category>places</category>
<icon image="icons/place.png"/>
<point/>
<area/>
- <!-- TODO: make this work -->
- <!-- <tag k="place" v="*"/>-->
+ <tag k="place" v="hamlet" />
<inputSet ref="names"/>
- <input type="choice" name="Type of place name" presence="always" key="place">
- <choice value="locality" text="Locality"/>
- <choice value="hamlet" text="Hamlet"/>
- <choice value="village" text="Village"/>
- <choice value="suburb" text="Suburb"/>
- <choice value="county" text="County"/>
- <choice value="city" text="City"/>
- <choice value="region" text="Region"/>
- <choice value="state" text="State"/>
- <choice value="country" text="Country"/>
- <choice value="continent" text="Continent"/>
- <choice value="island" text="Island"/>
- <choice value="islet" text="Islet"/>
- </input>
+ <inputSet ref="places"/>
<inputSet ref="common"/>
</feature>
+ <feature name="Village">
+ <category>places</category>
+ <icon image="icons/place.png"/>
+ <point/>
+ <area/>
+ <tag k="place" v="village" />
+ <inputSet ref="names"/>
+ <inputSet ref="places"/>
+ <inputSet ref="common"/>
+ </feature>
+ <feature name="Suburb">
+ <category>places</category>
+ <icon image="icons/place.png"/>
+ <point/>
+ <area/>
+ <tag k="place" v="suburb" />
+ <inputSet ref="names"/>
+ <inputSet ref="places"/>
+ <inputSet ref="common"/>
+ </feature>
+
+ <feature name="Town">
+ <category>places</category>
+ <icon image="icons/place.png"/>
+ <point/>
+ <area/>
+ <tag k="place" v="town" />
+ <inputSet ref="names"/>
+ <inputSet ref="places"/>
+ <inputSet ref="common"/>
+ </feature>
+ <feature name="City">
+ <category>places</category>
+ <icon image="icons/place.png"/>
+ <point/>
+ <area/>
+ <tag k="place" v="city" />
+ <inputSet ref="names"/>
+ <inputSet ref="places"/>
+ <inputSet ref="common"/>
+ </feature>
<!-- ************************************************************************
POIs
<point/>
<!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
<!--<tag k="traffic_calming" v="*"/>-->
+ <tag k="traffic_calming" v="yes"/>
<input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
<choice value="yes" text="Unspecified"/>
<choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>