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

Restore HTTP support for LocationIQ.

Should have been part of 7cb0acc9
parent e4bc9ee2
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ module Geocoder::Lookup
"#{protocol}://locationiq.org/v1/#{method}.php?key=#{configuration.api_key}&" + url_query_string(query)
end
def supported_protocols
[:http, :https]
end
private
def results(query)
......
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