New to geoserver and trying to do the following, I want to search for all objects within specific distance of a cluster. Lets say there is a cluster of 10 items, I wish to display only items which are in 10km distance from that cluster (or within distance of any item in that cluster). Each cluster has unique ID. Every object is a polygon
Similar to discussion in Calculating distance in WGS84 (MySQL and Geoserver)
Thoughts?