Changeset 7600 in josm
- Timestamp:
- 2014-10-05T16:46:40+02:00 (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r7598 r7600 6373 6373 <reference ref="link_contact" /> 6374 6374 </item> <!-- Interior Decoration --> 6375 <item name="Antiques" icon="styles/standard/shop/antique.svg" type="node,closedway" preset_name_label="true"> 6376 <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=antiques" 6377 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=antiques" 6378 uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:shop=antiques" /> 6379 <space /> 6380 <key key="shop" value="antiques" /> 6381 <reference ref="name_oh" /> 6382 <reference ref="link_contact" /> 6383 </item> <!-- Antiques --> 6375 6384 </group> <!-- Home decoration --> 6376 6385 <group name="Printed Material" icon="presets/stationery.png"> -
trunk/data/validator/deprecated.mapcss
r7599 r7600 82 82 } 83 83 84 *[shop=antique] { 85 throwWarning: tr("{0}={1} is deprecated", "{0.key}", "{0.value}"); 86 fixAdd: "shop=antiques"; 87 } 88 89 *[shop=bags] { 90 throwWarning: tr("{0}={1} is deprecated", "{0.key}", "{0.value}"); 91 fixAdd: "shop=bag"; 92 } 93 84 94 *[shop=organic] { 85 95 /* from http://wiki.openstreetmap.org/wiki/Tag:shop=organic */ … … 88 98 fixAdd: "organic=only"; 89 99 } 90 100 101 *[shop=pets] { 102 throwWarning: tr("{0}={1} is deprecated", "{0.key}", "{0.value}"); 103 fixAdd: "shop=pet"; 104 } 105 106 *[shop=pharmacy] { 107 throwWarning: tr("{0}={1} is deprecated", "{0.key}", "{0.value}"); 108 fixChangeKey: "shop => amenity"; 109 } 110 91 111 *[bicycle_parking=sheffield] { 92 112 /* from http://wiki.openstreetmap.org/wiki/Key:bicycle_parking */ -
trunk/images/notes
-
Property svn:ignore
set to
Thumbs.db
-
Property svn:ignore
set to
-
trunk/styles/standard/elemstyles.mapcss
r7598 r7600 1505 1505 area[shop=tea], 1506 1506 area[shop=coffee], 1507 area[shop=antiques], 1507 1508 area[shop=bag] { 1508 1509 fill-color: shop#00005f; … … 1854 1855 node[shop=coffee] { 1855 1856 icon-image: "shop/groceries/coffee.svg"; 1857 set icon_z17; 1858 text: auto; 1859 } 1860 node[shop=antiques] { 1861 icon-image: "shop/antique.svg"; 1856 1862 set icon_z17; 1857 1863 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.