Changes between Version 45 and Version 46 of Styles/Maxspeed
- Timestamp:
- 2024-05-20T17:23:02+02:00 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Maxspeed
v45 v46 124 124 { 125 125 title: "Maxspeed"; 126 version: "2. 8.[[revision]]_[[date]]";126 version: "2.9.[[revision]]_[[date]]"; 127 127 description: "Display maxspeed values of ways in the map view."; 128 128 icon: "maxspeed_icon.svg"; … … 242 242 { 243 243 set maxspeed; 244 color: speed_45#f f529a;244 color: speed_45#fd6eaa; 245 245 } 246 246 way["maxspeed"="50"]::maxspeedlayer, … … 340 340 { 341 341 set maxspeed; 342 color: speed_30_mph#f f529a;342 color: speed_30_mph#fd6eaa; 343 343 } 344 344 way["maxspeed"="35 mph"]::maxspeedlayer … … 386 386 set maxspeed; 387 387 color: speed_75_mph#c0f100; 388 } 389 way["maxspeed"="80 mph"]::maxspeedlayer 390 { 391 set maxspeed; 392 color: speed_80_mph#438100; 393 } 394 way["maxspeed"="85 mph"]::maxspeedlayer 395 { 396 set maxspeed; 397 color: speed_85_mph#725600; 388 398 } 389 399 … … 426 436 way.cond_kmh[prop(maxsp_cond, maxspeedlayer)="45"]::maxspeedlayer 427 437 { 428 dashes-background-color: speed_45#f f529a;438 dashes-background-color: speed_45#fd6eaa; 429 439 } 430 440 way.cond_kmh[prop(maxsp_cond, maxspeedlayer)="50"]::maxspeedlayer … … 491 501 way.cond_mph[prop(maxsp_cond, maxspeedlayer)="30"]::maxspeedlayer 492 502 { 493 dashes-background-color: speed_30_mph#f f529a;503 dashes-background-color: speed_30_mph#fd6eaa; 494 504 } 495 505 way.cond_mph[prop(maxsp_cond, maxspeedlayer)="35"]::maxspeedlayer … … 528 538 { 529 539 dashes-background-color: speed_75_mph#c0f100; 540 } 541 way.cond_mph[prop(maxsp_cond, maxspeedlayer)="80"]::maxspeedlayer 542 { 543 dashes-background-color: speed_80_mph#438100; 544 } 545 way.cond_mph[prop(maxsp_cond, maxspeedlayer)="85"]::maxspeedlayer 546 { 547 dashes-background-color: speed_85_mph#725600; 530 548 } 531 549 … … 606 624 { 607 625 set maxspeed_right; 608 right-casing-color: speed_45#f f529a;626 right-casing-color: speed_45#fd6eaa; 609 627 } 610 628 way["maxspeed:forward"="50"]:righthandtraffic::maxspeedcasinglayer, … … 720 738 { 721 739 set maxspeed_right; 722 right-casing-color: speed_30_mph#f f529a;740 right-casing-color: speed_30_mph#fd6eaa; 723 741 } 724 742 way["maxspeed:forward"="35 mph"]:righthandtraffic::maxspeedcasinglayer, … … 775 793 set maxspeed_right; 776 794 right-casing-color: speed_75_mph#c0f100; 795 } 796 way["maxspeed:forward"="80 mph"]:righthandtraffic::maxspeedcasinglayer, 797 way["maxspeed:backward"="80 mph"]!:righthandtraffic::maxspeedcasinglayer 798 { 799 set maxspeed_right; 800 right-casing-color: speed_80_mph#438100; 801 } 802 way["maxspeed:forward"="85 mph"]:righthandtraffic::maxspeedcasinglayer, 803 way["maxspeed:backward"="85 mph"]!:righthandtraffic::maxspeedcasinglayer 804 { 805 set maxspeed_right; 806 right-casing-color: speed_85_mph#725600; 777 807 } 778 808 … … 825 855 way.cond_backward_kmh[prop(maxsp_backward_cond, maxspeedcasinglayer)="45"]!:righthandtraffic::maxspeedcasinglayer 826 856 { 827 right-casing-dashes-background-color: speed_45#f f529a;857 right-casing-dashes-background-color: speed_45#fd6eaa; 828 858 } 829 859 way.cond_forward_kmh[prop(maxsp_forward_cond, maxspeedcasinglayer)="50"]:righthandtraffic::maxspeedcasinglayer, … … 906 936 way.cond_backward_mph[prop(maxsp_backward_cond, maxspeedcasinglayer)="30"]!:righthandtraffic::maxspeedcasinglayer 907 937 { 908 right-casing-dashes-background-color: speed_30_mph#f f529a;938 right-casing-dashes-background-color: speed_30_mph#fd6eaa; 909 939 } 910 940 way.cond_forward_mph[prop(maxsp_forward_cond, maxspeedcasinglayer)="35"]:righthandtraffic::maxspeedcasinglayer, … … 952 982 { 953 983 right-casing-dashes-background-color: speed_75_mph#c0f100; 984 } 985 way.cond_forward_mph[prop(maxsp_forward_cond, maxspeedcasinglayer)="80"]:righthandtraffic::maxspeedcasinglayer, 986 way.cond_backward_mph[prop(maxsp_backward_cond, maxspeedcasinglayer)="80"]!:righthandtraffic::maxspeedcasinglayer 987 { 988 right-casing-dashes-background-color: speed_80_mph#438100; 989 } 990 way.cond_forward_mph[prop(maxsp_forward_cond, maxspeedcasinglayer)="85"]:righthandtraffic::maxspeedcasinglayer, 991 way.cond_backward_mph[prop(maxsp_backward_cond, maxspeedcasinglayer)="85"]!:righthandtraffic::maxspeedcasinglayer 992 { 993 right-casing-dashes-background-color: speed_85_mph#725600; 954 994 } 955 995 … … 1040 1080 { 1041 1081 set maxspeed_left; 1042 left-casing-color: speed_45#f f529a;1082 left-casing-color: speed_45#fd6eaa; 1043 1083 } 1044 1084 way["maxspeed:forward"="50"]!:righthandtraffic::maxspeedcasinglayer, … … 1154 1194 { 1155 1195 set maxspeed_left; 1156 left-casing-color: speed_30_mph#f f529a;1196 left-casing-color: speed_30_mph#fd6eaa; 1157 1197 } 1158 1198 way["maxspeed:forward"="35 mph"]!:righthandtraffic::maxspeedcasinglayer, … … 1209 1249 set maxspeed_left; 1210 1250 left-casing-color: speed_75_mph#c0f100; 1251 } 1252 way["maxspeed:forward"="80 mph"]!:righthandtraffic::maxspeedcasinglayer, 1253 way["maxspeed:backward"="80 mph"]:righthandtraffic::maxspeedcasinglayer 1254 { 1255 set maxspeed_left; 1256 left-casing-color: speed_80_mph#438100; 1257 } 1258 way["maxspeed:forward"="85 mph"]!:righthandtraffic::maxspeedcasinglayer, 1259 way["maxspeed:backward"="85 mph"]:righthandtraffic::maxspeedcasinglayer 1260 { 1261 set maxspeed_left; 1262 left-casing-color: speed_85_mph#725600; 1211 1263 } 1212 1264 … … 1259 1311 way.cond_backward_kmh[prop(maxsp_backward_cond, maxspeedcasinglayer)="45"]:righthandtraffic::maxspeedcasinglayer 1260 1312 { 1261 left-casing-dashes-background-color: speed_45#f f529a;1313 left-casing-dashes-background-color: speed_45#fd6eaa; 1262 1314 } 1263 1315 way.cond_forward_kmh[prop(maxsp_forward_cond, maxspeedcasinglayer)="50"]!:righthandtraffic::maxspeedcasinglayer, … … 1340 1392 way.cond_backward_mph[prop(maxsp_backward_cond, maxspeedcasinglayer)="30"]:righthandtraffic::maxspeedcasinglayer 1341 1393 { 1342 left-casing-dashes-background-color: speed_30_mph#f f529a;1394 left-casing-dashes-background-color: speed_30_mph#fd6eaa; 1343 1395 } 1344 1396 way.cond_forward_mph[prop(maxsp_forward_cond, maxspeedcasinglayer)="35"]!:righthandtraffic::maxspeedcasinglayer, … … 1386 1438 { 1387 1439 left-casing-dashes-background-color: speed_75_mph#c0f100; 1440 } 1441 way.cond_forward_mph[prop(maxsp_forward_cond, maxspeedcasinglayer)="80"]!:righthandtraffic::maxspeedcasinglayer, 1442 way.cond_backward_mph[prop(maxsp_backward_cond, maxspeedcasinglayer)="80"]:righthandtraffic::maxspeedcasinglayer 1443 { 1444 left-casing-dashes-background-color: speed_80_mph#438100; 1445 } 1446 way.cond_forward_mph[prop(maxsp_forward_cond, maxspeedcasinglayer)="85"]!:righthandtraffic::maxspeedcasinglayer, 1447 way.cond_backward_mph[prop(maxsp_backward_cond, maxspeedcasinglayer)="85"]:righthandtraffic::maxspeedcasinglayer 1448 { 1449 left-casing-dashes-background-color: speed_85_mph#725600; 1388 1450 } 1389 1451
