Changeset 8003 in josm for trunk/styles/standard/elemstyles.mapcss
- Timestamp:
- 2015-02-03T15:43:53+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.