Closed 5minpause closed 7 years ago
The geocode call was configured to always raise the Geocoder::OverQueryLimitError error. I think this is the right decision, but I still want the changes to the records to be saved.
geocode
Geocoder::OverQueryLimitError
Fixes issue #98
Nice, thanks! This is also needed for branch release/1.5. Can you transfer it @5minpause?
@donni106 see that PR here: #104
The
geocode
call was configured to always raise theGeocoder::OverQueryLimitError
error. I think this is the right decision, but I still want the changes to the records to be saved.Fixes issue #98