Changeset 14998 in josm
- Timestamp:
- 2019-04-18T21:52:34+02:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r14959 r14998 1193 1193 </item> <!-- Turning Loop --> 1194 1194 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true"> 1195 <link wiki=" Key:traffic_sign" />1195 <link wiki="Tag:traffic_sign=city_limit" /> 1196 1196 <space /> 1197 1197 <key key="traffic_sign" value="city_limit" /> … … 6443 6443 </item> <!-- Shoemaker --> 6444 6444 <separator/> <!-- other "soft"/art craft group --> 6445 <item name="Sawmill" type="node,closedway,multipolygon" preset_name_label="true">6445 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true"> 6446 6446 <link wiki="Tag:craft=sawmill" /> 6447 6447 <space /> … … 7439 7439 </group> <!-- Routes --> 7440 7440 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> 7441 <link wiki="Relation s/Proposed/Network" />7441 <link wiki="Relation:network" /> 7442 7442 <space /> 7443 7443 <key key="type" value="network" /> -
trunk/data/validator/combinations.mapcss
r14987 r14998 267 267 } 268 268 269 /* {0.key} together with {1.key} (info level)*/269 /* {0.key} together with {1.key}, #17604 */ 270 270 *[addr:street][addr:place] { 271 throw Other: tr("{0} together with {1}", "{0.key}", "{1.key}");271 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}"); 272 272 group: tr("suspicious tag combination"); 273 273 } -
trunk/data/validator/territories.mapcss
r14552 r14998 23 23 assertNoMatch: "way name=Hauptstrasse"; 24 24 } 25 26 /* #17484 */ 27 relation[type=associatedStreet][inside("DE")] { 28 throwWarning: tr("{0} is deprecated in {1}", "{0.tag}", "Deutschland"); 29 suggestAlternative: "addr:street"; 30 group: tr("deprecated tagging"); 31 } -
trunk/styles/standard/elemstyles.mapcss
r14959 r14998 3017 3017 set icon_z17; 3018 3018 } 3019 node[craft=sawmill] [!is_prop_set(icon-image)]{3020 icon-image: "presets/ misc/no_icon.svg";3019 node[craft=sawmill] { 3020 icon-image: "presets/craft/sawmill.svg"; 3021 3021 set icon_z17; 3022 3022 }
Note:
See TracChangeset
for help on using the changeset viewer.