I am loading an imagery layer to cesium from geoserver the layer has a list of circles polys …ects
however when I try to use the pick function in the movement handler
var feature = viewer.scene.pick(movement.endPosition);
I always get an undefined object any idea how can I get the feature on that specific position?