Changes between Version 68 and Version 69 of Styles/Coloured_Streets
- Timestamp:
- 2014-08-18T21:46:06+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v68 v69 54 54 === Changelog === 55 55 ^(Latest change first)^ 56 ==== Version 3.29.xx to 3.30.xx ==== 57 * The dashes of highway=living_street are now hidden, since they were distracting. 56 58 ==== Version 3.29.xx to 3.30.xx ==== 57 59 * There is a new setting which allows to deactivate the error message for missing addr:housenumber. If deactivated, the address is diplayed as if it has an house number but with a "?" instead of the number. … … 171 173 { 172 174 title: "Coloured Streets"; 173 version: "3.3 0.[[revision]]_[[date]]";175 version: "3.31.[[revision]]_[[date]]"; 174 176 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."; 175 177 icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png"; … … 345 347 /* ------------------------------------------------------------------------------------------------------------------------ */ 346 348 347 /* Changes to the JOSM internal mappaint style to fit better together with Coloured Streets */ 349 /* Changes to the JOSM internal mappaint style elemstyles.mapcss to fit better together with Coloured Streets; hide distracting features */ 348 350 /* tone down landuse fill-color */ 349 351 area[landuse] … … 378 380 } 379 381 380 /* deactivate the paint style of piste:difficulty from the default josm 381 style elemstyle.mapcss, because it is distracting in Coloured Streets */ 382 /* deactivate the paint style of piste:difficulty */ 382 383 way["piste:difficulty"]::core_piste 383 384 { 384 385 width: 0; 385 386 } 386 387 387 area["piste:difficulty"]:closed::core_piste 388 388 { … … 390 390 } 391 391 392 /* option to deactivate the paint style of cycleways (lane and track) from the default 393 josm style elemstyle.mapcss, because it can be distracting in Coloured Streets */ 392 /* option to deactivate the paint style of cycleways (lane and track) */ 394 393 way.lR[prop(show_bicycle, default)=false]::core_cycleway, 395 394 way.tR[prop(show_bicycle, default)=false]::core_cycleway, … … 398 397 width: 0; 399 398 } 400 401 399 /* (grouping the previous and the following block doesn't work correctly, see http://josm.openstreetmap.de/ticket/10106 )*/ 402 400 way[prop("tL","core_cycleway")][prop(show_bicycle, default)=false]::core_cycleway2, … … 405 403 width: 0; 406 404 } 407 408 405 way[prop(show_bicycle)=false][name][highway=path][bicycle=designated][foot=designated], 409 406 way[prop(show_bicycle)=false][name][highway=path][bicycle=official][foot=official], … … 418 415 } 419 416 420 /* make barrier lines thiner, because they can be distracting in Coloured Streets */ 417 /* deactivate the dashes of living streets */ 418 way[highway=living_street] 419 { 420 dashes: none; 421 } 422 423 /* make barrier lines thiner */ 421 424 way[barrier] 422 425 {
