Changes between Version 5 and Version 6 of Styles/Coloured_Streets
- Timestamp:
- 2013-01-02T09:54:52+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v5 v6 495 495 area["addr:street"^="R"], relation[type=multipolygon]["addr:street"^="R"] 496 496 { 497 fill-color: # ffa07a;498 color: # ffa07a;497 fill-color: #F75617; 498 color: #F75617; 499 499 width: 3; 500 500 fill-opacity:0.2; … … 502 502 node["addr:street"^="R"]::halo 503 503 { 504 symbol-fill-color: # ffa07a;504 symbol-fill-color: #F75617; 505 505 symbol-shape: circle; 506 506 symbol-size: 20; … … 509 509 way["highway"]["name"^="R"] 510 510 { 511 color: # ffa07a;512 width: 3; 513 font-size: 12; 514 text-color: #000000; 515 text-position: line; 516 text: "name"; 517 text-offset: 0; 518 text-halo-color: # ffa07a;511 color: #F75617; 512 width: 3; 513 font-size: 12; 514 text-color: #000000; 515 text-position: line; 516 text: "name"; 517 text-offset: 0; 518 text-halo-color: #F75617; 519 519 text-halo-radius:2 520 520 }
