5 | | You can download the data [http://josm.openstreetmap.de/browser/josm/trunk/data/left-right-hand-traffic.osm here] (click on ''Original format'' on the bottom of the page) and load the file in JOSM to investigate the borders. The areas in the file describe the areas with left-hand traffic. All other areas use right-hand traffic. |
| 5 | The database is used e.g. at the following places: |
| 6 | * The default internal mappaint style (for cycleway lanes and tracks on highways and roundabout icons) |
| 7 | * The [wiki:Styles/Lane_and_Road_Attributes Lane and Road Attributes] style |
| 8 | * The [wiki:Styles/Maxspeed Maxspeed] style (for maxspeed:forward and maxspeed:backward) |
| 9 | * The [wiki:Styles/PriorityRoad Priority Road] style (for priority_road:forward and priority_road:backward) |
| 10 | * For the [wiki:Help/Action/CreateCircle create circle] action, to use the correct way direction, if you create a roundabout. |
| 11 | * The plugin [https://github.com/JOSM/turnlanes-tagging TurnLanes-tagging] |
9 | | If you notice an error in the database you can create a new ticket by clicking in JOSM menu Help → [[Image(source:trunk/images/bug.png,20px,middle)]] [wiki:Help/Action/ReportBug Report bug]. |
| 15 | You can use the pseudo classes `:righthandtraffic` for right-hand traffic and `!:righthandtraffic` for left-hand traffic or the eval expression `is_right_hand_traffic()` in your [[Styles/|mapcss mappaint style]]. See [[Help/Styles/MapCSSImplementation]] for more information. Note that you maybe get wrong results near to borders of countries with different driving directions since the area borders of left-hand traffic are simplified in JOSM. These simplifications are necessary to reduce the size of the database, but it can be refined on request. |
| 16 | |
| 17 | If you notice an error in the database you can create a new ticket by clicking in JOSM menu Help → [[JOSMImage(bug,20px,middle)]] [wiki:Help/Action/ReportBug Report bug]. |
| 18 | |
| 19 | The left-right-hand-traffic.osm file is generated from the more detailed boundaries file. More infos about it see [wiki:Help/Styles/MapCSSImplementation#Territoryselector MapCSSImplementation#Territoryselector] ([attachment:boundaries.png:wiki:Help/Styles/MapCSSImplementation screenshot preview]). |