| 41 | | description: "Visualization of lanes, width, turn lanes, changing the lane, lighting and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes."; |
| | 42 | description: "Visualization of lanes, width, turn lanes, changing the lane, destination, lighting and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes."; |
| 51 | | description: "Anzeige von Fahrspuren, Breite, Abbiegespuren, Spurwechsel, Beleuchtung inkl. Straßenlampen, Gehsteig/Bürgersteig, Radwege, Fahrradspuren, Busspuren, Öffi-Spuren."; |
| | 52 | description: "Anzeige von Fahrspuren, Breite, Abbiegespuren, Spurwechsel, Zielangaben, Beleuchtung inkl. Straßenlampen, Gehsteig/Bürgersteig, Radwege, Fahrradspuren, Busspuren, Öffi-Spuren."; |
| | 2388 | /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ |
| | 2389 | /* Destination */ |
| | 2390 | /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ |
| | 2391 | way[destination]::Destination |
| | 2392 | { |
| | 2393 | text-offset: eval(prop("placement_offset","default")); |
| | 2394 | text: eval(get(split(";",tag(destination)),0)); |
| | 2395 | text: eval(has_tag_key("destination:ref")?concat(prop(text)," (",get(split(";",tag("destination:ref")),0),")"):prop(text)); |
| | 2396 | text: eval(has_tag_key("destination:country")?concat(prop(text)," [",get(split(";",tag("destination:country")),0),"]"):prop(text)); |
| | 2397 | font-size: eval(prop(lane_default_width,"default")); text-color: white; text-opacity: 0.3; |
| | 2398 | text-halo-radius: 2; text-halo-color: blue; text-halo-opacity: 0.3; |
| | 2399 | } |
| | 2400 | way["destination:forward"]::Destination_Forward |
| | 2401 | { |
| | 2402 | text-offset: eval(prop("placement_offset","default")+(eval(prop(lane_width_all,"default"))/4)); |
| | 2403 | text: eval(get(split(";",tag("destination:forward")),0)); |
| | 2404 | text: eval(has_tag_key("destination:forward:ref")?concat(prop(text)," (",get(split(";",tag("destination:forward:ref")),0),")"):prop(text)); |
| | 2405 | text: eval(has_tag_key("destination:forward:country")?concat(prop(text)," [",get(split(";",tag("destination:forward:country")),0),"]"):prop(text)); |
| | 2406 | font-size: eval(prop(lane_default_width,"default")); text-color: white; text-opacity: 0.3; |
| | 2407 | text-halo-radius: 2; text-halo-color: blue; text-halo-opacity: 0.3; |
| | 2408 | } |
| | 2409 | way["destination:backward"]::Destination_Backward |
| | 2410 | { |
| | 2411 | text-offset: eval(prop("placement_offset","default")-(eval(prop(lane_width_all,"default"))/4)); |
| | 2412 | text: eval(get(split(";",tag("destination:backward")),0)); |
| | 2413 | text: eval(has_tag_key("destination:backward:ref")?concat(prop(text)," (",get(split(";",tag("destination:backward:ref")),0),")"):prop(text)); |
| | 2414 | text: eval(has_tag_key("destination:forward:country")?concat(prop(text)," [",get(split(";",tag("destination:forward:country")),0),"]"):prop(text)); |
| | 2415 | font-size: eval(prop(lane_default_width,"default")); text-color: white; text-opacity: 0.3; |
| | 2416 | text-halo-radius: 2; text-halo-color: blue; text-halo-opacity: 0.3; |
| | 2417 | } |