-
Type:
New Feature
-
Resolution:
Done
-
Priority:
Major - P3
-
-
Affects Version/s:
None
-
-
- Support the GeoJSON object model with enough functionality for use as query filters
- Support Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection
- Support alternative Coordinate Reference System (CRS)
- Support for n-dimensonal positions (even though currently the server supports only longitude/latitude
- No support for bbox or extra fields (as neither is required for query filters)
- Add Codec implementations for all GeoJSON object model classes
- No support needed yet for decoding, as there is currently no way to specify that a given field is a GeoJSON geometry type
- Support new Filters factory methods:
- geoWithin (including $box, $polygon, $center, and $centerSphere)
- geoIntersects
- near
- nearSphere