Update Potlatch 2 to 2.1-12-g870b72b build

This commit is contained in:
Tom Hughes 2011-05-22 17:49:07 +01:00
parent 023050840a
commit c41d0c277e
15 changed files with 31 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 540 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

View file

@ -45,12 +45,12 @@
<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">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -242,6 +242,7 @@
</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="*"/> -->

View file

@ -183,13 +183,13 @@
</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>
@ -268,4 +268,4 @@
<tag k="tourism" v="theme_park"/>
<inputSet ref="common"/>
</feature>
</featureGroup>
</featureGroup>

View file

@ -149,6 +149,29 @@
<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>

Binary file not shown.

View file

@ -62,7 +62,7 @@ node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offs
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; }
@ -70,6 +70,7 @@ node[aeroway=aerodrome] { icon-image: icons/transport_aerodrome.n.16.png; z-inde
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; }