Skip to content
Snippets Groups Projects
Unverified Commit df473bec authored by Alexander Khatlamadzhiev's avatar Alexander Khatlamadzhiev Committed by GitHub
Browse files
parent a0828002
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ module Geocoder::Lookup
:geocode => q,
:format => "json",
:plng => "#{query.language || configuration.language}", # supports ru, uk, be
:key => configuration.api_key
:api_key => configuration.api_key
}
unless (bounds = query.options[:bounds]).nil?
params[:bbox] = bounds.map{ |point| "%f,%f" % point }.join('~')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment