| | 382 | /* Support showing the more restrictive form of parking when the default is free or disc */ |
| | 383 | way[highway][parking:condition:right=free][parking:condition:right:conditional=~/disc/][setting("highlight_conditions")]::parking_lanes_right, |
| | 384 | way[highway][parking:condition:both=free][parking:condition:both:conditional=~/disc/][setting("highlight_conditions")]::parking_lanes_right |
| | 385 | { |
| | 386 | color: #1c86ee; |
| | 387 | } |
| | 388 | |
| | 389 | way[highway][parking:condition:left=free][parking:condition:left:conditional=~/disc/][setting("highlight_conditions")]::parking_lanes_left, |
| | 390 | way[highway][parking:condition:both=free][parking:condition:both:conditional=~/disc/][setting("highlight_conditions")]::parking_lanes_left |
| | 391 | { |
| | 392 | color: #1c86ee; |
| | 393 | } |
| | 394 | |
| | 395 | way[highway][parking:condition:right=~/^(free|disc)$/][parking:condition:right:conditional=~/ticket/][setting("highlight_conditions")]::parking_lanes_right, |
| | 396 | way[highway][parking:condition:both=~/^(free|disc)$/][parking:condition:both:conditional=~/ticket/][setting("highlight_conditions")]::parking_lanes_right |
| | 397 | { |
| | 398 | color: #009999; |
| | 399 | } |
| | 400 | |
| | 401 | way[highway][parking:condition:left=~/^(free|disc)$/][parking:condition:left:conditional=~/ticket/][setting("highlight_conditions")]::parking_lanes_left, |
| | 402 | way[highway][parking:condition:both=~/^(free|disc)$/][parking:condition:both:conditional=~/ticket/][setting("highlight_conditions")]::parking_lanes_left |
| | 403 | { |
| | 404 | color: #009999; |
| | 405 | } |
| | 406 | |