Should Way.toGeometry()
return LinearRing
for closed ways?
#58
Labels
clarify
Spec is unclear about behavior
Way.toGeometry()
return LinearRing
for closed ways?
#58
Currently, it always returns
LineString
ifWay
does not represent an area.Docs say it could return
LinearRing
for closed ways)However, it is not a GeoJSON type.
It is also not an official WKT type.
The text was updated successfully, but these errors were encountered: