python-omgeo
python-omgeo copied to clipboard
Add the original PlaceQuery as and argument to PostProcessor.process
A PlaceQuery includes valuable search parameters, like Viewbox, that not all geocoder implementations support. It would be a useful and non-invasive enhancement to pass the original PlaceQuery to the PostProcessor.process function so that geocoder results could be filtered and manipulated based on the properties of the PlaceQuery before being returned to the client.