mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
@@ -212,8 +212,8 @@ export function buildFilter(filter: SCSearchFilter):
|
||||
// @ts-ignore unfortunately, typescript is stupid and won't allow me to map this to an actual type.
|
||||
ignore_unmapped: true,
|
||||
[`${filter.arguments.field}.point.coordinates`]: {
|
||||
bottom_right: filter.arguments.shape.coordinates[0],
|
||||
top_left: filter.arguments.shape.coordinates[1],
|
||||
top_left: filter.arguments.shape.coordinates[0],
|
||||
bottom_right: filter.arguments.shape.coordinates[1],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user