Changes between Version 49 and Version 50 of Styles/Lane_and_Road_Attributes
- Timestamp:
- 2014-10-30T23:13:55+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Lane_and_Road_Attributes
v49 v50 1 1 [[TranslatedPages]] 2 [[PageOutline()]] 3 = [[Image(icon. png)]] Lanes and Road Attributes mappaint style2 [[PageOutline(2-10)]] 3 = [[Image(icon.svg,30,middle)]] Lanes and Road Attributes mappaint style 4 4 5 5 This style visualizes a number of lane and road specific attributes. Namely common variants of the following tags are considered: … … 33 33 To '''report bugs or provide feedback''' send [[osmwiki:User:Imagic|me a message]]. 34 34 35 == =Settings35 == Settings 36 36 Some settings of the style can be configured using Edit -> Preferences -> Display settings -> Colours. 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!) 37 37 * The settings '''carriage.way.backward''', '''carriage.way.forward''' and '''carriage.way.both_ways''' specify the colour of the respective lanes. … … 41 41 * 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. 42 42 43 == =Known limitations/bugs43 == Known limitations/bugs 44 44 * [[ticket:8429|A bug in JOSM]] leads sometimes to rendering artefacts. 45 45 * Left-hand traffic is nearly untested. Please provide feedback. … … 48 48 * In forward and backward direction a maximum of eight lanes and for lanes in both directions a maximum of four lanes is displayed. 49 49 50 == =Acknowledgments50 == Acknowledgments 51 51 * To Wolfgang Hinsch who created a first style which visualizes many lane-specific features. Before I saw his style I wouldn't believe that this is possible. 52 52 * To Paul Hartmann who implemented some desperately needed extensions for JOSM which made the implementation of this style a lot easier and improved performance significantly. 53 53 * To all who provided valuable feedback during the creation of this style. 54 54 55 == =Preset55 == Preset 56 56 An appropriate preset for lane attributes is available at [wiki:Presets/LaneAttributes Lane Attributes]. 57 57 … … 71 71 version: "2.7-[[revision]]_[[date]]"; 72 72 license: "CC-BY-SA"; 73 icon: " images/icon.png";73 icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxOCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4NSAtNTI0LjM2KSI+PHBhdGggZmlsbD0iIzIwMmQyMCIgZD0ibSAzODUgNTI0LjM2IGggMTcgdiAxOCBoIC0xNyB6Ii8+PGcgZmlsbD0ibm9uZSI+PGcgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLXdpZHRoPSIxLjgiPjxwYXRoIGQ9Im0gMzg3LjUgNTI1LjI2IHYgMTYuMiIgc3Ryb2tlPSIjZTRlN2U0Ii8+PHBhdGggZD0ibSAzOTkuNSA1MjUuMjYgdiAxNi4yIiBzdHJva2U9IiNlNWU3ZTUiLz48L2c+PHBhdGggZD0ibSAzOTMuNSA1MjYuMzYgdiA0IiBzdHJva2U9IiNlNWU3ZTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjciLz48L2c+PHBhdGggZD0ibSAzOTMuNSA1MzUuMzYgdiA0IiBmaWxsPSIjZTRlN2U0IiBzdHJva2U9IiNlNWU3ZTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjciLz48L2c+PC9zdmc+"; 74 74 min-josm-version: "7287"; 75 75 }