Always encapsulate geometries within features
BuonOmo opened this issue · 0 comments
BuonOmo commented
Always consider a geometry either as a feature or feature collection. This will help us keeping something identical when serializing/deserializing. And always having the same interface to handle a geometry (always working with RGeo::GeoJSON::Feature
)