<set minlat="49.8" minlon="-9" maxlat="61.1" maxlon="1.9">
<name>OS OpenData Streetview</name>
<url>http://os.openstreetmap.org/sv/$z/$x/$y.png</url>
- <sourcetag>OS OpenData StreetView</sourcetag>
+ <sourcetag>OS_OpenData_StreetView</sourcetag>
</set>
<set minlat="49.8" minlon="-9" maxlat="61.1" maxlon="1.9">
<name>OS OpenData Locator</name>
<url>http://tiles.itoworld.com/os_locator/$z/$x/$y.png</url>
- <sourcetag>OS OpenData Locator</sourcetag>
+ <sourcetag>OS_OpenData_Locator</sourcetag>
<sourcekey>source:name</sourcekey>
</set>
<set minlat="49.8" minlon="-9" maxlat="61.1" maxlon="1.9">
</icon>
<area/>
+ <point/>
<!-- This should catch all the "building=*" tags in use: yes, hut, house, residential, entrance, apartments, garage, industrial, garages, service, manufacture, collapsed...
Is this possible? -->
<!-- <tag k="building" v="*"/> -->
</feature>
- <feature name="Ruin">
+ <feature name="Ruins">
<category>tourism</category>
<point/>
<area/>
<inputSet ref="simpleName"/>
<icon image="features/pois/tourist_ruin.n.24.png"/>
- <tag k="historic" v="ruin"/>
+ <tag k="historic" v="ruins"/>
<inputSet ref="common"/>
</feature>
<tag k="tourism" v="theme_park"/>
<inputSet ref="common"/>
</feature>
-</featureGroup>
\ No newline at end of file
+</featureGroup>
<inputSet ref="common"/>
</feature>
+ <feature name="Car Wash">
+ <category>transport</category>
+ <icon image="features/pois/transport_car_wash.n.24.png">
+ ${name}
+ </icon>
+ <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_wash</help>
+ <point/>
+ <area/>
+ <tag k="amenity" v="car_wash"/>
+ <inputSet ref="names"/>
+ <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The company/organisation that runs the car wash" priority="low"/>
+ <input type="freetext" presence="onTagMatch" category="Operation" name="Opening hours" key="opening_hours" priority="normal"/>
+ <input type="choice" presence="onTagMatch" category="Operation" name="Self service" key="self_service" priority="low">
+ <choice value="yes" text="Yes" />
+ <choice value="no" text="No" />
+ </input>
+ <input type="choice" presence="onTagMatch" category="Operation" name="Automated" key="automated" priority="low">
+ <choice value="yes" text="Yes" />
+ <choice value="no" text="No" />
+ </input>
+
+ <inputSet ref="common"/>
+ </feature>
<feature name="Bus station">
<category>transport</category>
node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:15; text: name; z-index: 20; }
node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:15; text: name; z-index: 20; }
node[tourism=picnic_site] { icon-image: icons/tourist_picnic.n.16.png; z-index: 20; }
-node[historic=ruin] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; }
+node[historic=ruins] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; }
node[amenity=theatre] { icon-image: icons/tourist_theatre.n.16.png; z-index: 20; }
node[tourism=viewpoint] { icon-image: icons/tourist_view_point.n.16.png; z-index: 20; }
node[tourism=zoo] { icon-image: icons/tourist_zoo.n.16.png; z-index: 20; }
node[amenity=bus_station] { icon-image: icons/transport_bus_station.n.16.png; z-index: 20; }
node[highway=bus_stop] { icon-image: icons/transport_bus_stop2.n.16.png; z-index: 20; }
node[amenity=fuel] { icon-image: icons/transport_fuel.n.16.png; z-index: 20; }
+node[amenity=car_wash] { icon-image: icons/transport_car_wash.n.16.png; z-index: 20; }
node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset: 15; text: capacity; z-index: 20; }
node[amenity=parking] { icon-image: icons/transport_parking_car.n.16.png; z-index: 20; }
node[amenity=ferry_terminal] { icon-image: icons/transport_port.n.16.png; z-index: 20; }