Changeset 7705 in josm
- Timestamp:
- 2014-11-04T14:20:52+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r7703 r7705 6272 6272 <reference ref="link_contact" /> 6273 6273 </item> <!-- Curtain --> 6274 <item name="Art" icon="styles/standard/shop/art.svg" type="node,closedway" preset_name_label="true"> 6275 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=art" /> 6276 <space /> 6277 <key key="shop" value="art" /> 6278 <reference ref="name_operator_oh" /> 6279 <reference ref="link_contact" /> 6280 </item> <!-- Art --> 6274 6281 <item name="Frame" icon="presets/frame.png" type="node,closedway" preset_name_label="true"> 6275 6282 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=frame" … … 6426 6433 <reference ref="link_contact" /> 6427 6434 </item> <!-- Beauty --> 6435 <item name="Tattoo" icon="styles/standard/shop/tattoo.svg" type="node,closedway" preset_name_label="true"> 6436 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=tattoo" /> 6437 <space /> 6438 <key key="shop" value="tattoo" /> 6439 <reference ref="name_oh" /> 6440 <reference ref="link_contact" /> 6441 </item> <!-- Tattoo --> 6428 6442 <item name="Optician" icon="styles/standard/shop/optician.png" type="node,closedway" preset_name_label="true"> 6429 6443 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=optician" -
trunk/styles/standard/elemstyles.mapcss
r7686 r7705 1526 1526 area[shop=funeral_directors], 1527 1527 area[shop=wine], 1528 area[shop=farm], 1529 area[shop=tattoo], 1530 area[shop=art], 1528 1531 area[shop=bag] { 1529 1532 fill-color: shop#00005f; … … 1895 1898 node[shop=wine] { 1896 1899 icon-image: "shop/wine.svg"; 1900 set icon_z17; 1901 text: auto; 1902 } 1903 node[shop=farm] { 1904 icon-image: "presets/apple.png"; 1905 set icon_z17; 1906 text: auto; 1907 } 1908 node[shop=tattoo] { 1909 icon-image: "shop/tattoo.svg"; 1910 set icon_z17; 1911 text: auto; 1912 } 1913 node[shop=art] { 1914 icon-image: "shop/art.svg"; 1897 1915 set icon_z17; 1898 1916 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.