Changeset 8003 in josm
- Timestamp:
- 2015-02-03T15:43:53+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r8001 r8003 7231 7231 <text key="name" text="Name" /> 7232 7232 </item> <!-- Bare Rock --> 7233 <item name="Stone" icon="presets/empty.png" type="node,closedway,relation" preset_name_label="true"> 7233 <item name="Rock" icon="styles/standard/misc/rock.svg" type="node,closedway" preset_name_label="true"> 7234 <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=rock" /> 7235 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." /> 7236 <space /> 7237 <key key="natural" value="rock" /> 7238 <reference ref="name_wikipedia" /> 7239 <optional> 7240 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" /> 7241 </optional> 7242 </item> <!-- Rock --> 7243 <item name="Stone" icon="styles/standard/misc/stone.svg" type="node,closedway" preset_name_label="true"> 7234 7244 <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=stone" 7235 7245 cs.href="http://wiki.openstreetmap.org/wiki/Cs:Tag:natural=stone" -
trunk/styles/standard/elemstyles.mapcss
r7997 r8003 3909 3909 fill-color: bare_rock#f8f8c7; 3910 3910 } 3911 area[natural=rock] { 3912 fill-color: stone#f8f8c7; 3913 } 3914 node[natural=rock] { 3915 icon-image: "misc/rock.svg"; 3916 set icon_z17; 3917 text: auto; 3918 } 3911 3919 area[natural=stone] { 3912 3920 fill-color: stone#f8f8c7; 3913 3921 } 3914 3922 node[natural=stone] { 3915 icon-image: "misc/ no_icon.png";3923 icon-image: "misc/stone.svg"; 3916 3924 set icon_z17; 3917 3925 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.