Skip to content
Snippets Groups Projects
Commit ff72536c authored by Matthew Gerring's avatar Matthew Gerring Committed by Alex Reisner
Browse files

Make API key optional in MapQuest lookup

MapQuest doesn't require a key for the "open" API, but the
geocoder throws an error if you don't provide one anyway.
This edit makes the API key optional.
parent 996545ab
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ module Geocoder::Lookup ...@@ -10,7 +10,7 @@ module Geocoder::Lookup
end end
def required_api_key_parts def required_api_key_parts
["key"] []
end end
def query_url(query) def query_url(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