Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
Another question/thought for comment: We've implemented logic that allows multiple geometries to be used as a map filter, applying either a UNION or INTERSECTION across them. Is there any interest in that functionality in Arches Core?
the map filter in search currently only lets you do a spatial query with one feature at a time. An enhancement would enable a user to select multi-feature functionality from either:
union: "search for results bounded by any of these buffered points/polygons"
intersection: "search for results bounded by all of these buffered points/polygons"
Originally posted by @bferguso in https://github.com/archesproject/arches/issues/10827#issuecomment-2105101990
the map filter in search currently only lets you do a spatial query with one feature at a time. An enhancement would enable a user to select multi-feature functionality from either: