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
......@@ -16,6 +16,10 @@ module Geocoder::Lookup
"#{protocol}://geocode-maps.yandex.ru/1.x/?" + url_query_string(query)
end
def supported_protocols
[:https]
end
private # ---------------------------------------------------------------
def results(query)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment