Skip to content
Snippets Groups Projects
Commit 5cf1eb98 authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #876 from donbobka/fix_yandex_https

Fix yandex geocoder redirect to https
parents 96f8fba2 9c257864
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,10 @@ module Geocoder::Lookup
def query_url(query)
"#{protocol}://geocode-maps.yandex.ru/1.x/?" + url_query_string(query)
end
def supported_protocols
[:https]
end
private # ---------------------------------------------------------------
......
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