Changes between Version 64 and Version 65 of Styles/Lane_and_Road_Attributes


Ignore:
Timestamp:
2020-03-30T15:47:44+02:00 (6 years ago)
Author:
skyper
Comment:

update of settings description

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_and_Road_Attributes

    v64 v65  
    3131* The style also supports '''left-hand traffic'''; see section Settings, below.
    3232
    33 Use the [[JOSMImage(dialogs/mapstyle)]] [wikitr:/Help/Dialog/MapPaint Map Style panel] to download and activate the style. A good starting point to see it in action is the [osmwww:#map=14/47.0705/15.4353 area around Graz in Austria].
     33Use the tab [wikitr:/Help/Preferences/Map#MapPaintStyles Map Paint Styles] under [[JOSMImage(preferences/map,24,link=,middle)]] [wikitr:/Help/Preferences/Map Map settings] in [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences] to download and activate the style. A good starting point to see it in action is the [osmwww:#map=14/47.0705/15.4353 area around Graz in Austria].
    3434
    3535To '''report bugs or provide feedback''' send [[osmwiki:User:Imagic|me a message]].
    3636
    3737== Settings
    38 Some settings of the style can be configured in [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences] in [[JOSMImage(preferences/display,24,link=,middle)]] [wikitr:/Help/Preferences/Display Display settings] under [wikitr:/Help/Preferences/Display#Colors Colors]. All settings start with **`mappaint.lane.and.road.attributes`**. Settings that contain the text "boolean" treat `white` as `yes` and any other color as `no`. Settings that contain the text "opacity" use the lightness to specify the opacity (the values for transparency or alpha are completely ignored!)
    39 * The settings **`carriage.way.backward`**, **`carriage.way.forward`** and **`carriage.way.both_ways`** specify the color of the respective lanes.
    40 * The settings **`sidewalk`**, **`cycletrack`** and **`combined.sidewalk.and.cycletrack`** specify the color of the sidewalk, a cycletrack and a combined sidewalk and cycletrack
    41 * If **`boolean.right.hand.traffic`** is set to `white`, lanes are rendered for right hand traffic, if set to `black` for left hand traffic and if set to anything else (which is now the default) the right- and left-hand traffic [wikitr:/left-right-hand-traffic database] from JOSM is used to automatically determine the side.
    42 * If **`boolean.use.svg.for.turning.markings`** is set to `white`, the markings for turning lanes are rendered more precisely. '''If you run into memory problems, set this to `black`.''' If this is set to `black`, the setting **`integer.png.turn.variant`** can be used to specify which set of png images should be used for turn markings. Currently two sets are supplied (value 000000 and 000001).
    43 * The settings **`opacity.lane`**, **`opacity.markings`** and **`opacity.sidewalk`** specify the opacity of the lane background, road markings and the sidewalk background. If set to `white` they are opaque; if set to `black` they are completely transparent, any grey setting in between is treated an appropriate opacity.
     38Some settings of the style can be configured in [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences] in [[JOSMImage(preferences/display,24,link=,middle)]] [wikitr:/Help/Preferences/Display Display settings] under [wikitr:/Help/Preferences/Display#Colors Colors] or in [wikitr:/Help/Preferences/Advanced Advanded preferences]. All settings start with **`Paint Style Lane and Road Attributes: `**, respectively, **`clr.mappaint.lane and road attributes.`**. Settings that contain the text **`Boolean_`** treat `white` (`#FFFFFF`) as `yes` and any other color as `no`. Settings that contain the text **`Opacity_`** use the lightness to specify the opacity (the values for `transparency` or `alpha` are completely ignored!)
     39* The settings **`Carriage_way_backward`**, **`Carriage_way_forward`** and **`Carriage_way_bothways`** specify the color of the respective lanes.
     40* The settings **`Sidewalk`**, **`Cycletrack`** and **`Combined_sidewalk_and_cycletrack`** specify the color of the sidewalk, a cycletrack and a combined sidewalk and cycletrack
     41* **`No_access`** sets the color of the dashes if lane's value in `access:lanes[:forward/backward/both_ways]=*` is `no`
     42* If **`Boolean_right_hand_traffic`** is set to `white` (`#FFFFFF`), lanes are rendered for right hand traffic, if set to `black` (`#000000`) for left hand traffic and if set to anything else (which is now the default) the right- and left-hand traffic [wikitr:/left-right-hand-traffic database] from JOSM is used to automatically determine the side.
     43* If **`Boolean_use_svg_for_turning_markings`** is set to `white`, the markings for turning lanes are rendered more precisely. **If you run into memory problems, set this to `black`**.
     44 * If this is set to `black`, the setting **`Integer_PNG_turn_variant`** can be used to specify which set of png images should be used for turn markings. Currently two sets are supplied (value `#000000` and `#000001`).
     45* If **`Boolean_use_svg_for_destination`** is set to `white`, the destination texts are rendered more smoothly.
     46* The settings **`Opacity_lane`**, **`Opacity_markings`** and **`Opacity_sidewalk`** specify the opacity of the lane background, road markings and the sidewalk background. If set to `white` they are opaque; if set to `black` they are completely transparent, any `grey` setting in between is treated an appropriate opacity.
     47* If **`Boolean_show_warning`** is set to `white` warnings about `:lanes` tags are rendered
     48* If **`Boolean_show_error`** is set to `white` error about `:lanes` tags are rendered
     49* If **`Boolean_show_disputed`** is set to `white`, disputed warnings about non numerical values for `maxspeed` and missing tag `source:maxspeed` or its value not in format `<country code>:<context>` are rendered.
     50
    4451
    4552== Known limitations/bugs