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
See PR #1709 for documentation on what was actually decided.
I'm fine if this is for zooms 14+ only at first? We should generally follow the stripping we added in v1.6.0 depending on the kind of road...
Add low_emission_zone polygons to landuse layer.
Add properties on existing line geoms in the roads layer:
hgv: optional property indicating general truck heavy goods vehicle truck access. See below for list of values.
values whitelist: no, designated, destination, delivery, local and agricultural.
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.
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.
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.
toll: optional boolean value indicating whether a fee must be paid by general traffic to travel the feature.
toll_hgv: optional boolean value when tool only applies to certain classes of vehicles like heavy good vehicle trucks.
Add new hgv_restriction kind points in the roads layer, with following properties:
hgv: optional property indicating general truck heavy goods vehicle truck access.
values whitelist: no, designated, destination, delivery, local and agricultural.
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.
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.
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.
Possibly update documentation to clarify that hgv_restriction is an allowed kind in the roads layer?
===
Just like we did for Bike Map support, let's add properties on roads layer to parallel what Valhalla sees from OSM for truck_speed and truck_route. There may also be additional properties for height restrictions on bridges and such?
tl;dr
See PR #1709 for documentation on what was actually decided.
I'm fine if this is for zooms 14+ only at first? We should generally follow the stripping we added in v1.6.0 depending on the kind of road...
low_emission_zonepolygons to landuse layer.hgv: optional property indicating general truck heavy goods vehicle truck access. See below for list of values.values whitelist:
no,designated,destination,delivery,localandagricultural.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 alsohgv_restriction_shield_text.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,otherandmultipleif more than one.hgv_restriction_shield_text: optional and paired withhgv_restrictionpoints with values like5.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.toll: optionalbooleanvalue indicating whether a fee must be paid by general traffic to travel the feature.toll_hgv: optionalbooleanvalue when tool only applies to certain classes of vehicles like heavy good vehicle trucks.hgv_restrictionkind points in the roads layer, with following properties:hgv: optional property indicating general truck heavy goods vehicle truck access.values whitelist:
no,designated,destination,delivery,localandagricultural.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 alsohgv_restriction_shield_text.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,otherandmultipleif more than one.hgv_restriction_shield_text: optional and paired withhgv_restrictionpoints with values like5.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.hgv_restrictionis an allowed kind in the roads layer?===
Just like we did for Bike Map support, let's add properties on roads layer to parallel what Valhalla sees from OSM for
truck_speedandtruck_route. There may also be additional properties for height restrictions on bridges and such?See also: