Skip to content

Commit b3af261

Browse files
authored
Merge pull request #1709 from musculman/master
Adds hgv (heavey good vehicle) roads properties and related environmental_zone landuse
2 parents 6af028c + 89c52a2 commit b3af261

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/layers.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ _TIP: Some `landuse` features only exist as point features in OpenStreetMap. Fin
511511
* `dog_park`
512512
* `embankment` - A raised area of land, usually to carry a road or railway.
513513
* `enclosure`
514+
* `low_emission_zone` - An area beloging to a low emission zone, such as the (London Low Emission Zone)[https://en.wikipedia.org/wiki/London_low_emission_zone]. (See also)[https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dlow_emission_zone].
514515
* `farm`
515516
* `farmland`
516517
* `farmyard`
@@ -1249,7 +1250,7 @@ Common values include: `drinkable_powered`, `drinkable_manual`, `drinkable_no_pu
12491250
![image](images/mapzen-vector-tile-docs-roads.png)
12501251

12511252
* Layer name: `roads`
1252-
* Geometry types: `line`
1253+
* Geometry types: `line`, `point`
12531254

12541255
More than just roads, this OpenStreetMap and Natural Earth based transportation layer includes highways, major roads, minor roads, paths, railways, ferries, and ski pistes matching the selection found in High Road. Sort them with `sort_rank` to correctly represent layered overpasses, bridges and tunnels. Natural Earth roads at zooms < 8 and OpenStreetMap at zooms 8+. See zoom ranges section below for more information per kind.
12551256

@@ -1317,6 +1318,9 @@ To improve performance, some road segments are merged at low and mid-zooms. To f
13171318
* `description`: OpenStreetMap features
13181319
* `distance`: ski pistes from OpenStreetMap
13191320
* `embankment`: If the road or railway is on an embankment the value will be one of `yes`, `left` or `right` depending on whether the embankment is on both sides, the left side or the right side, respectively.
1321+
* `hgv`: optional property indicating general truck heavy goods vehicle truck access. See below for list of values.
1322+
* `hgv_restriction`: optional property indicating limitations to heavy goods vehicle truck access. See below for list of values. Available on both point and line geometries. See also `hgv_restriction_shield_text`.
1323+
* `hgv_restriction_shield_text`: optional and paired with `hgv_restriction` points with values like `5.1m`. Because the units are different per restriction an abbreviation should be provided. Values in meters can be specified with one decimal precision but value of 5.0m should be given as 5m.
13201324
* `motor_vehicle`: OpenStreetMap features
13211325
* `operator`: OpenStreetMap features
13221326
* `piste_difficulty`: ski pistes from OpenStreetMap
@@ -1331,6 +1335,8 @@ To improve performance, some road segments are merged at low and mid-zooms. To f
13311335
* `sport`: OpenStreetMap features
13321336
* `state`: OpenStreetMap features
13331337
* `symbol`: ski pistes from OpenStreetMap
1338+
* `toll`: optional `boolean` value indicating whether a fee must be paid by general traffic to travel the feature.
1339+
* `toll_hgv`: optional `boolean` value when tool only applies to certain classes of vehicles like heavy good vehicle trucks.
13341340

13351341
#### Road transportation `kind` values (lines):
13361342

@@ -1346,7 +1352,7 @@ To improve performance, some road segments are merged at low and mid-zooms. To f
13461352
* `racetrack`
13471353
* `rail`
13481354

1349-
#### Road Transportation `kind_detail` values and zoom ranges:
1355+
#### Road transportation `kind_detail` values and zoom ranges:
13501356

13511357
**Roads** from **Natural Earth** are used at low zooms below 8. Road `kind_detail` values are limited to `motorway`, `trunk`, `primary`, `secondary`, `tertiary`.
13521358

@@ -1395,6 +1401,15 @@ Railway `service` values are:
13951401

13961402
**Piers** and **quays** start showing up at zoom 13+ with `kind_detail` values of `pier` and `quay`, respectively. If mooring information is available, the `mooring` property will be one of `no`, `yes`, `commercial`, `cruise`, `customers`, `declaration`, `ferry`, `guest`, `private`, `public`, `waiting`, `yacht` or `yachts`.
13971403

1404+
**Roads `hgv` values:**
1405+
1406+
The `hgv` property indicates general truck heavy goods vehicle truck access, values include: `no`, `designated`, `destination`, `delivery`, `local` and `agricultural`.
1407+
1408+
**Roads `hgv_restriction` values:**
1409+
1410+
For `hgv_restriction` property indicates general truck heavy goods vehicle truck access restrictions, values include: `weight` (kg), `height` (cm), `length` (cm), `width` (cm), `wpa` (weight per axle, in kg), `kpra` (king pin to rear axle leght, in cm), `hazmat`, `other` and `multiple` if more than one.
1411+
1412+
13981413
#### Roads layer network values
13991414

14001415
Any road with `shield_text` will include a `network` property with a value like `AA:bcdef` where `AA` is a 2-character country code, followed by a `:` separator, and `bcdef` category value which either indicates the "region" (state or province) or "level" of the road network. There are exceptions to this for trans-national networks like `e-road`. In some cases, like the United States and Canada an additional _modifier_ to appended to indicate `Truck` and other alternate routes, or further network disambiguation.

0 commit comments

Comments
 (0)