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

Don't send polygon=1 by default for Nominatim.

Fixes issue #478. This level of detail is excessive as a default.
parent 80777e93
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ module Geocoder::Lookup
def query_url_params(query)
params = {
:format => "json",
:polygon => "1",
:addressdetails => "1",
:"accept-language" => configuration.language
}.merge(super)
......
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