Changeset 13945 in josm
- Timestamp:
- 2018-06-17T21:27:09+02:00 (7 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r13896 r13945 2555 2555 <text key="name" text="Name" /> 2556 2556 </item> <!-- Bay --> 2557 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true"> 2558 <link href="https://wiki.openstreetmap.org/wiki/Tag:natural=cape" 2559 cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:natural=cape" 2560 it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:natural=cape" 2561 pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:natural=cape" /> 2562 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." /> 2563 <space /> 2564 <key key="natural" value="cape" /> 2565 <text key="name" text="Name" /> 2566 </item> <!-- Cape --> 2557 2567 </group> <!-- Water --> 2558 2568 <group name="Shipping" icon="presets/nautical/ferry.svg"> -
trunk/styles/standard/elemstyles.mapcss
r13875 r13945 4248 4248 set icon_z17; 4249 4249 } 4250 node[natural=cape] { 4251 icon-image: "presets/nautical/cape.svg"; 4252 set icon_z17; 4253 } 4250 4254 area[natural=reef] { 4251 4255 fill-color: reef#80c9ff;
Note:
See TracChangeset
for help on using the changeset viewer.