Add linestring geometry to curb zone#171
Add linestring geometry to curb zone#171schnuerle merged 2 commits intoopenmobilityfoundation:devfrom
Conversation
|
Adding that CurbIQ currently stores all curb zones in line strings by default, and many cities prefer this visually, so this is a welcome addition. |
|
We will be discussing this at the Feb 25th CDS Working Group meeting. Please review and leave your comments and questions ahead of time. |
|
Need to determine if this is a breaking change by not requiring polygons any more. I believe it would be breaking. So that would mean
Many people have worked around the issue of not knowing a curb zone width by easily extrapolating geometrically from the line to a rectangle, either of typical width (like 10 feet) or just a small area (like half a foot). The polygon doesn't have to be exact, just representing the zone in some way. An actual detailed width value is an optional field. |
|
We will be discussing this at next week's Curb Working Group meeting. Make sure to look at the lengthy discussion on this topic in the original source issue #119 |
|
Current suggestion:
To keep it non breaking:
|
Explain pull request
Curb Zones geometry should be able to be represented as linestrings as well (currently it is restricted to polygon) -- often we know the length of a curb zone but not the "width". Allow type linestring for geometry field under curb zone
Is this a breaking change
Impacted Spec
CurbsAdditional context
Discussed here #119