class Geocoder::Lookup::Osmnames

def base_url(query)

def base_url(query)
  host = configuration[:host] || 'geocoder.tilehosting.com'
  "#{protocol}://#{host}"
end