json-api-dotnet/JsonApiDotNetCore

Support spatial filter operators

bjornharrtell opened this issue · 4 comments

I think the operations from this list that are predicates would be relevant to support as filter operators:

https://docs.microsoft.com/en-us/ef/core/modeling/spatial

Most relevant are probably the ones that are supported by all providers for the geometry type:

  • Contains
  • Crosses
  • Disjoint
  • Intersects
  • IsWithinDistance
  • Overlaps
  • Within