mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* Extend GeoPolygon to support interiors (#2315) Per GeoJson, we should support polygon with exterior and interiors (holes on the surface) in Geo Filter by Polygon(#795). This commit extend current GeoPolygon filter to accept interiors. It includes: 1. changes to proto and internal GeoPolygon struct, and validation fn 2. add and refactor some tests 3. add integration test * add gRPC geo_polygon validation --------- Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>