You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/layers.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,7 @@ _TIP: Some `landuse` features only exist as point features in OpenStreetMap. Fin
511
511
*`dog_park`
512
512
*`embankment` - A raised area of land, usually to carry a road or railway.
513
513
*`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].
514
515
*`farm`
515
516
*`farmland`
516
517
*`farmyard`
@@ -1249,7 +1250,7 @@ Common values include: `drinkable_powered`, `drinkable_manual`, `drinkable_no_pu
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.
1255
1256
@@ -1317,6 +1318,9 @@ To improve performance, some road segments are merged at low and mid-zooms. To f
1317
1318
*`description`: OpenStreetMap features
1318
1319
*`distance`: ski pistes from OpenStreetMap
1319
1320
*`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.
1320
1324
*`motor_vehicle`: OpenStreetMap features
1321
1325
*`operator`: OpenStreetMap features
1322
1326
*`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
1331
1335
*`sport`: OpenStreetMap features
1332
1336
*`state`: OpenStreetMap features
1333
1337
*`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.
1334
1340
1335
1341
#### Road transportation `kind` values (lines):
1336
1342
@@ -1346,7 +1352,7 @@ To improve performance, some road segments are merged at low and mid-zooms. To f
1346
1352
*`racetrack`
1347
1353
*`rail`
1348
1354
1349
-
#### Road Transportation`kind_detail` values and zoom ranges:
1355
+
#### Road transportation`kind_detail` values and zoom ranges:
1350
1356
1351
1357
**Roads** from **Natural Earth** are used at low zooms below 8. Road `kind_detail` values are limited to `motorway`, `trunk`, `primary`, `secondary`, `tertiary`.
**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`.
1397
1403
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
+
1398
1413
#### Roads layer network values
1399
1414
1400
1415
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