Changes between Version 69 and Version 70 of Styles/Coloured_Streets
- Timestamp:
- 2014-08-20T15:05:32+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v69 v70 54 54 === Changelog === 55 55 ^(Latest change first)^ 56 ==== Version 3.29.xx to 3.30.xx ==== 56 ==== Version 3.31.xx to 3.32.xx ==== 57 * Changed order of housenumber and "street?". Now the number is before "street?". The number is therefore now less often hidden by the outline of the building. 58 ==== Version 3.30.xx to 3.31.xx ==== 57 59 * The dashes of highway=living_street are now hidden, since they were distracting. 58 60 ==== Version 3.29.xx to 3.30.xx ==== … … 173 175 { 174 176 title: "Coloured Streets"; 175 version: "3.3 1.[[revision]]_[[date]]";177 version: "3.32.[[revision]]_[[date]]"; 176 178 description: "Colouring of buildings, address nodes and streets with the same street name in the same colour. Makes working with addresses a lot easier. Check out the linked page to read how to change some settings of this mappaint style. Min. JOSM version is 7287."; 177 179 icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png"; … … 1418 1420 area[addr:housenumber][!addr:street][!addr:place][prop(isinassociatedstreetrelation)=false] 1419 1421 { 1420 text: eval(cond(has_tag_key(name), concat( "street? ",tag("addr:housenumber"), " | ", tag("name")),concat("street? ",tag("addr:housenumber"))));1422 text: eval(cond(has_tag_key(name), concat(tag("addr:housenumber"), " street?", " | ", tag("name")), concat(tag("addr:housenumber"), " street?"))); 1421 1423 text-halo-color: red; 1422 1424 text-halo-radius: 2; … … 1433 1435 node[addr:housenumber][!addr:street][!addr:place][prop(isinassociatedstreetrelation)=false]::halo 1434 1436 { 1435 text: eval(concat( "street? ",tag("addr:housenumber")));1437 text: eval(concat(tag("addr:housenumber"), " street?")); 1436 1438 font-size: 12; 1437 1439 text-color: black;
