//GR: I don't know if the featuresults should be added here for later
//encoding if it was a lock request. may be after ensuring the lock
//succeed?
FeatureCollection features = FeatureCollections.newCollection();
if (nearestFeature != null) features.add(superFeature(nearestFeature, unitConvert.convert(nearestDistance), nearestBearing));
// we may need to shave off geometries we did load only to make bounds
// computation happy
if(extraGeometries.size() > 0) {
List residualProperties = new ArrayList(properties);