Changeset 7541 in josm
- Timestamp:
- 2014-09-16T01:06:13+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7507 r7541 14 14 <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/> 15 15 <classpathentry kind="lib" path="test/lib/jfcunit.jar"/> 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_6 5"/>16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_67"/> 17 17 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/> 18 18 <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/> -
trunk/data/defaultpresets.xml
r7532 r7541 3183 3183 <reference ref="contact" /> 3184 3184 </item> <!-- Hostel --> 3185 <item name="Alpine Hut" icon="styles/standard/accommodation/alpine_hut.png" type="node,closedway" preset_name_label="true"> 3185 <item name="Alpine Hut" icon="styles/standard/accommodation/alpine_hut_blue.png" type="node,closedway" preset_name_label="true"> 3186 3186 <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=alpine_hut" 3187 3187 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=alpine_hut" … … 4460 4460 <text key="name" text="Name" /> 4461 4461 <check key="fireplace" text="Fireplace" /> 4462 <combo key="shelter_type" text="Type of shelter" values="weather _shelter,public_transport,picnic_shelter,wildlife_hide" values_context="shelter" values_searchable="true" />4462 <combo key="shelter_type" text="Type of shelter" values="basic_hut,lean_to,picnic_shelter,public_transport,weather_shelter,wildlife_hide" values_context="shelter" values_searchable="true" /> 4463 4463 </item> <!-- Shelter --> 4464 4464 <item name="Hunting Stand" icon="presets/hunting_stand.png" type="node" preset_name_label="true"> -
trunk/styles/standard/elemstyles.mapcss
r7540 r7541 2417 2417 text: auto; 2418 2418 } 2419 node[amenity=shelter][shelter_type=public_transport] { 2420 icon-image: "accommodation/shelter_public_transport_brown.png"; 2421 set icon_z17; 2422 text: auto; 2423 } 2424 node[amenity=shelter][shelter_type=picnic_shelter] { 2425 icon-image: "accommodation/shelter_picnic_brown.png"; 2426 set icon_z17; 2427 text: auto; 2428 } 2429 node[amenity=shelter][shelter_type=basic_hut] { 2430 icon-image: "accommodation/basic_hut_blue.png"; 2431 set icon_z17; 2432 text: auto; 2433 } 2419 2434 node[amenity=hunting_stand] { 2420 2435 icon-image: "hunting_stand.png"; … … 2525 2540 } 2526 2541 node[tourism=alpine_hut] { 2527 icon-image: "accommodation/alpine_hut.png"; 2542 icon-image: "accommodation/alpine_hut_blue.png"; 2543 set icon_z17; 2544 text: auto; 2545 } 2546 node[tourism=wilderness_hut] { 2547 icon-image: "accommodation/wilderness_hut_blue.png"; 2528 2548 set icon_z17; 2529 2549 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.