Changes between Version 2 and Version 3 of Styles/Enhanced_Lane_and_Road_Attributes


Ignore:
Timestamp:
2016-09-22T12:38:25+02:00 (9 years ago)
Author:
Klumbumbus
Comment:

fix some parsing exceptions, see https://josm.openstreetmap.de/jenkins/job/JOSM/1875/jdk=JDK8/testReport/org.openstreetmap.josm.gui.preferences.map/MapPaintPreferenceTestIT/testValidityOfAvailableStyles/

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Enhanced_Lane_and_Road_Attributes

    v2 v3  
    7474#!style type="mapcss"
    7575
    76  
     76
    7777meta
    7878{
    7979    title: "Enhanced Lane and road attributes";
    80     description: "Visualization of lanes, width, turn lanes, changing the lane, destination, lighting and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes.
    81         Added modification by Florin Badita :
    82         - You can see the end of each road segment as a square.
    83         - If you modify the lines from ~70 until ~80 and you add your own name, you will be able to see with green your modifications, so that you can inspect the other ways that already have lanes attributes, but were not made by you.
    84         - We only show lanes to road categoryes highwer then unclassified, residential.";
     80    description: "Visualization of lanes, width, turn lanes, changing the lane, destination, lighting and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes. Added modification by Florin Badita : - You can see the end of each road segment as a square. - If you modify the lines from ~70 until ~80 and you add your own name, you will be able to see with green your modifications, so that you can inspect the other ways that already have lanes attributes, but were not made by you. - We only show lanes to road categoryes highwer then unclassified, residential.";
    8581    original_link: "http://josm.openstreetmap.de/wiki/Styles/Lane_and_Road_Attributes";
    8682    link: "http://josm.openstreetmap.de/wiki/Styles/Enhanced_Lane_and_Road_Attributes";
     
    169165
    170166/* zoom out */
    171  node:connection|z-13{
     167 node|z-13:connection {
    172168    symbol-shape: square;
    173169    symbol-size: 20;
     
    177173}
    178174
    179 */
     175
    180176
    181177/* The last node of the way is square and grey,
     
    203199
    204200way!:closed >[index=1] node!:connection,
    205 way!:closed >[index=-1] node!:connection {   matches all single way end nodes  
     201way!:closed >[index=-1] node!:connection { /* matches all single way end nodes */
    206202   symbol-stroke-color: blue;
    207203   symbol-size: 10;