How to Use MultiNet Shapefile and OSL |
Lanes are generally present in MultiNet® data when there are instances of lane crossing. Lane use is important both for display and for routing. Lane representation can give more accurate routing instructions (e.g., "go in the left lane and then turn left") and also demonstrate possibile real traffic situations (e.g., lane crossing with several lanes can be represented with an image).
To learn about the capturing rules for lanes and lane attribution please see the MultiNet® Data Specification document.
Figure: Files Involved with Lane Information
Follow the links below for definitions of each file involved in lane information. All Shapefile file definitions are found in the Data Content - Shapefile and OSL section of this user guide.
nw; ln; ll; ld; le; li; lt; lf; sl; lp, pm.
The use of all the Shapefile tables related to lane information are not necessary to understand the basics of lane use information.
1. The first table to check when dealing with lanes is the nw table.
ID | LANES |
---|---|
108400000197899 | 4 |
Explanation: The LANES field tells you if and how many lanes are present on a road element.
2. The ll table gives information on what type of road divider line is used to separate the lanes (e.g., Interrupted Line with Long Lines, Double Solid Line).
ID | SEQNR | DIVIDERTYP | VALIDITY |
---|---|---|---|
108400000197899 | 1 | 2 | R010 |
3. The ld table gives information about the type of arrows (indicating lane direction that the arrows point to) that are on the lane.
ID | SEQNR | DIRECTION | VALIDITY |
---|---|---|---|
108400000197899 | 1 | 3 | R010 |
Figure: Example of the DIRECTION field = "3" in the ld Table
4. The ln and lp tables give information when connectivity between lanes is necessary. This occurs when there is a change of lane when crossing road elements (e.g., you are in lane 2 on the first road element, and end up in lane 1 of the second road element after the crossing). Connectivity is present only when there is a change of lane and only when this happens in the real world, not when the change of lane is due to opposite digitalization direction. In order to use the information, start from the ln table which is related to junctions (nodes).
ID | FEATTYP | FROMTO | JNCTID |
---|---|---|---|
108400100201661 | 9860 | 1/1 | 108400200101251 |
108400100201661 | 9860 | 1/2 | 108400200101251 |
108400100201661 | 9860 | 2/3 | 108400200101251 |
5. Once you have the connectivity ID and the lanes involved, you can now search for the same ID in the lp table to tell you which road elements are involved.
ID | SEQNR | TRPELID | TRPETYP |
---|---|---|---|
108400100201661 | 1 | 108400000369141 | 4110 |
108400100201661 | 2 | 108400000062923 | 4110 |
6. Table lf table gives you information on the traffic direction allowed for each lane.
ID | SEQNR | DFLANE | VT | VALIDITY |
---|---|---|---|---|
108400000369141 | 1 | 3 | 0 | R11 |