Query adapted = rd.adaptQuery(q);
// the specification demands that we throw an error if a spatial operator
// is used against a non spatial property
if(q.getFilter() != null) {
rd.verifySpatialFilters(q.getFilter());
}
//smuggle base url
adapted.getHints().put(KEY_BASEURL, request.getBaseUrl());