Changeset 7159 in josm for trunk/styles/standard
- Timestamp:
- 2014-05-21T20:11:53+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r7157 r7159 29 29 text: auto; 30 30 /* priority="-100000"*/ 31 }32 area[area?] {33 fill-color: area#ffffff;34 /* priority="-10000"*/35 31 } 36 32 … … 550 546 color: street#c0c0c0; 551 547 } 548 area[highway=service][area?] { 549 fill-color: service#809bc0; 550 } 552 551 way[highway=service] { 553 552 width: 1; … … 564 563 realwidth: 2; 565 564 color: bicycle#b100ff; 565 } 566 area[highway=footway][area?] { 567 fill-color: foot#00ff00; 566 568 } 567 569 way[highway=footway] { … … 1148 1150 area[leisure=golf_course], 1149 1151 area[leisure=stadium], 1150 area[leisure=track] :closed,1152 area[leisure=track][!area?!]:closed, 1151 1153 area[leisure=pitch], 1152 1154 area[leisure=water_park] { … … 2532 2534 /* priority="10"*/ 2533 2535 } 2534 way[public_transport=platform][area?], relation[type=multipolygon][public_transport=platform]{2536 area[public_transport=platform]:closed { 2535 2537 fill-color: service#809bc0; 2536 2538 } 2537 way[public_transport=platform] [!area?]{2538 width: 1;2539 way[public_transport=platform]!:closed { 2540 width: 3; 2539 2541 realwidth: 1; 2540 2542 color: service#809bc0; 2541 dashes: 9,9; 2542 dashes-background-color: livingdashed#00ff00; 2543 dashes: 12,3; 2543 2544 } 2544 2545 node[public_transport=platform] {
Note:
See TracChangeset
for help on using the changeset viewer.