Skip to content

Commit

Permalink
Merge pull request #1831 from conor-ettinoffe-here/patch-1
Browse files Browse the repository at this point in the history
Adding Express Lane flag to Traffic
  • Loading branch information
nvkelso authored Feb 15, 2019
2 parents 363ae25 + f94370c commit 52da611
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,7 @@ However, if the roads layer does not include `linear_ref_id`, then it should be
* `is_bridge`: set to `true` when the linear is a bridge
* `is_tunnel`: set to `true` when the linear is a tunnel
* `is_link`: set to true when the linear is a slip-road
* `is_hov_lane`: set to `true` when the linear is an HOV (High-Occupancy Vechicle) express lane

## Traffic Incidents

Expand Down Expand Up @@ -2340,7 +2341,9 @@ However, if the roads layer does not include `linear_ref_id`, then it should be
* `is_bridge`: set to `true` when the linear is a bridge
* `is_tunnel`: set to `true` when the linear is a tunnel
* `is_link`: set to true when the linear is a slip-road
* `drives_on_left`: set to `true` when the country drives on the left, e.g. In the U.K
* `drives_on_left`: set to `true` when the country drives on the left (e.g. in the United Kingdom)
* `is_hov_lane`: set to `true` when the linear is, or the incident affects, a HOV (High-Occupancy Vechicle) express lane


## Water

Expand Down

0 comments on commit 52da611

Please sign in to comment.