mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +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.
|
// @ts-ignore unfortunately, typescript is stupid and won't allow me to map this to an actual type.
|
||||||
ignore_unmapped: true,
|
ignore_unmapped: true,
|
||||||
[`${filter.arguments.field}.point.coordinates`]: {
|
[`${filter.arguments.field}.point.coordinates`]: {
|
||||||
bottom_right: filter.arguments.shape.coordinates[0],
|
top_left: filter.arguments.shape.coordinates[0],
|
||||||
top_left: filter.arguments.shape.coordinates[1],
|
bottom_right: filter.arguments.shape.coordinates[1],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user