Changeset 8434 in josm
- Timestamp:
- 2015-05-30T15:31:53+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r8428 r8434 3340 3340 </item> <!-- Camping Site --> 3341 3341 </group> <!-- Accommodation --> 3342 <group name="Food+Drinks" icon=" presets/restaurant.png">3343 <item name="Restaurant" icon=" presets/restaurant.png" type="node,closedway" preset_name_label="true">3342 <group name="Food+Drinks" icon="styles/standard/food/restaurant.svg"> 3343 <item name="Restaurant" icon="styles/standard/food/restaurant.svg" type="node,closedway" preset_name_label="true"> 3344 3344 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=restaurant" 3345 3345 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=restaurant" -
trunk/styles/standard/elemstyles.mapcss
r8428 r8434 2196 2196 text: auto; 2197 2197 } 2198 node[amenity=restaurant], 2198 node[amenity=restaurant] { 2199 icon-image: "food/restaurant.svg"; 2200 set icon_z17; 2201 text: auto; 2202 } 2199 2203 node[amenity=food_court] { 2200 2204 icon-image: "food/restaurant.png";
Note:
See TracChangeset
for help on using the changeset viewer.