Skip to content
Snippets Groups Projects
Unverified Commit 9374fc49 authored by Alexander Khatlamadzhiev's avatar Alexander Khatlamadzhiev Committed by GitHub
Browse files

Update yandex.rb

parent df473bec
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
:api_key => configuration.api_key
:apikey => 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