Ticket #10194: mappaintadjustments.patch
File mappaintadjustments.patch, 1.6 KB (added by , 11 years ago) |
---|
-
styles/standard/elemstyles.mapcss
82 82 way[bridge=low_water_crossing]::core_bridge, 83 83 way[bridge=trestle]::core_bridge, 84 84 way[bridge=aqueduct]::core_bridge { 85 object-z-index: 1; 85 major-z-index: 2.1; 86 object-z-index: -1; 86 87 width: +4; 87 color: bridge#0000 80;88 opacity: 0. 5;88 color: bridge#0000FF; 89 opacity: 0.9; 89 90 } 90 91 way[tunnel][!tunnel?!]::core_tunnel { 92 major-z-index: 2.1; 91 93 object-z-index: -1; 92 94 width: +5; 93 95 color: tunnel#964B00; 94 opacity: 0. 7;96 opacity: 0.9; 95 97 } 96 98 node[oneway], 97 99 node[bridge], … … 348 350 } 349 351 /* special display of unreviewed tiger data (USA) */ 350 352 way["tiger:reviewed"=no]::core_tiger { 351 z-index: -1;352 width: 1 0;353 major-z-index: -10; 354 width: 11; 353 355 color: tiger_data#808000; 354 356 opacity: 0.6; 355 357 } … … 457 459 /****************/ 458 460 459 461 way[motorroad?]::core_motorroad { 462 major-z-index: 2.1; 460 463 z-index: -1; 461 464 width: +4; 462 color: motorroad# 0000c0;465 color: motorroad#3377ff; 463 466 } 464 467 way[highway=motorway] { 465 468 width: 3; … … 899 902 way.tR::core_cycleway { 900 903 width: 2; 901 904 color: bicycle#b100ff; 902 dashes: 25, 6;905 dashes: 25, 8; 903 906 offset: 0 - (prop("width", "default") / 2) - 2; 904 907 major-z-index: 2.1; 905 908 modifier: true; … … 907 910 way[prop("tL","core_cycleway")]::core_cycleway2 { 908 911 width: 2; 909 912 color: bicycle#b100ff; 910 dashes: 25, 6;913 dashes: 25, 8; 911 914 offset: (prop("width", "default") / 2) + 2; 912 915 major-z-index: 2.1; 913 916 modifier: true;