Adds hgv (heavey good vehicle) roads properties and related environmental_zone landuse#1709
Adds hgv (heavey good vehicle) roads properties and related environmental_zone landuse#1709nvkelso merged 4 commits intotilezen:masterfrom musculman:master
Conversation
| #### Roads hgv `kind_detail` values | ||
|
|
||
| For `hgv`the `kind_detail` values are `no`, `designated`, `destination`, `delivery`, `local` and `agricultural`. | ||
| For `hgv_restriction` the `kind_detail` values are `weight`, `height`, `length`, `width`, `wpa` (weight per axle), `kpra` (king pin to rear axle leght, in cm.), `hazmat`, `other` and `multiple` if more than one. |
There was a problem hiding this comment.
Since people always ask, let's specify units as (kg) and (m) next to each value, please...
There was a problem hiding this comment.
Will post an update with it
|
|
||
| #### Roads hgv `kind_detail` values | ||
|
|
||
| For `hgv_restriction` the `kind_detail` values are `weight`, `height`, `length`, `width`, `wpa` (weight per axle), `kpra` (king pin to rear axle leght, in cm.), `hazmat`, `other` and `multiple` if more than one. |
There was a problem hiding this comment.
Same comment about including units, please.
| * `dog_park` | ||
| * `embankment` - A raised area of land, usually to carry a road or railway. | ||
| * `enclosure` | ||
| * `environmental_zone` - An area beloging to a protected environmental area, such as the (London Loz Emission Zone)[https://en.wikipedia.org/wiki/London_low_emission_zone]. |
There was a problem hiding this comment.
Maybe there's a better term for this like restricted_driving_zone?
There was a problem hiding this comment.
Not sure about that, as in general these zones are either low_emission_zone or zero_emission_zone see here.
That is why we opted for environmental_zone as more neutral as it is an area with environmental restrictions, but I get the point that perhaps it is not descriptive enough.
Should we just go with low_emission_zone as in OSM?
There was a problem hiding this comment.
Yes, let's go with OSM's low_emission_zone terminology.
There was a problem hiding this comment.
Good, this is the term I used in my updated commit :)
| * `distance`: ski pistes from OpenStreetMap | ||
| * `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. | ||
| * `hgv`: optional property indicating general truck heavy goods vehicle truck access. See below for `kind_detail` list. | ||
| * `hgv_restriction`: optional property indicating limitations to heavy goods vehicle truck access. See below for `kind_detail` list. |
There was a problem hiding this comment.
Please also include here (and not below):
hgv_restriction_shield_text- optional property forhgv_restrictionkind points 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).
There was a problem hiding this comment.
Why here? I put it below with the other point feature description. Because we have a set of values for the lines and another set for the points. Or would you rather have all defined together? So, merging the section " Road transportation kind values (points):" into this one?
There was a problem hiding this comment.
With your last commits from today now I see what you meant by this comment :)
I thought it was more clear to have it separated, but I am obviously fine to have it together with the additional clarification you added as "this is also for points" and such.
All clear.
|
Had a quick look now, will have a deeper look Tuesday with a fresh set of eyes... |
…operties and low_emission_zone
|
@musculman Please take one last look with my edits today before we merge. Thanks for your contribution to Tilezen! |
All fine from my side! |
|
🎉 |
Connects with #1553 to document heavy good vehicle (truck) properties [edits by @nvkelso]