Changeset 17069 in josm for trunk/resources
- Timestamp:
- 2020-09-28T20:45:38+02:00 (4 years ago)
- Location:
- trunk/resources
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r17068 r17069 7196 7196 <reference ref="link_contact_address_payment" /> 7197 7197 </item> <!-- Scuba diving --> 7198 <item name="Fishing" icon="presets/shop/fishing.svg" name_context="shop" type="node,closedway,multipolygon" preset_name_label="true"> 7199 <link wiki="Tag:shop=fishing" /> 7200 <space /> 7201 <key key="shop" value="fishing" /> 7202 <reference ref="name_brand_oh_wheelchair" /> 7203 <reference ref="link_contact_address_payment" /> 7204 </item> <!-- Fishing --> 7198 7205 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true"> 7199 7206 <link wiki="Tag:shop=musical_instrument" /> -
trunk/resources/styles/standard/elemstyles.mapcss
r17068 r17069 2181 2181 area[shop=travel_agency], 2182 2182 area[shop=scuba_diving], 2183 area[shop=fishing], 2183 2184 area[shop=toys], 2184 2185 area[shop=vacuum_cleaner], … … 2492 2493 set icon_z17; 2493 2494 } 2495 node[shop=fishing] { 2496 icon-image: "presets/shop/fishing.svg"; 2497 set icon_z17; 2498 } 2494 2499 node[shop=toys] { 2495 2500 icon-image: "presets/shop/toys.svg";
Note:
See TracChangeset
for help on using the changeset viewer.