GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
132 stars 63 forks source link

Parsing a GeoJSON feature with null geometry fails #143

Closed glandais closed 2 years ago

glandais commented 2 years ago

Parsing this as a org.geolatte.geom.Feature fails :

    {
      "type": "Feature",
      "geometry": null
    }