Changeset 7328 in josm
- Timestamp:
- 2014-07-22T12:43:17+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r7317 r7328 1181 1181 <key key="highway" value="turning_circle" /> 1182 1182 </item> 1183 <item name="Turning Loop" icon="styles/standard/vehicle/turning_loop.png" type="node" preset_name_label="true"> 1184 <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_lopp" 1185 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_loop" /> 1186 <key key="highway" value="turning_loop" /> 1187 </item> 1183 1188 <item name="City Limit" icon="presets/citylimit.png" type="node" preset_name_label="true"> 1184 1189 <link href="http://wiki.openstreetmap.org/wiki/Tag:traffic_sign=city_limit" -
trunk/styles/standard/elemstyles.mapcss
r7311 r7328 739 739 node[highway=turning_circle] { 740 740 icon-image: "vehicle/turning_circle.png"; 741 text: auto; 742 } 743 node[highway=turning_loop] { 744 icon-image: "vehicle/turning_loop.png"; 741 745 text: auto; 742 746 }
Note:
See TracChangeset
for help on using the changeset viewer.