Merge remote-tracking branch 'upstream/pull/3765'
This commit is contained in:
commit
a544895e6c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module Nominatim
|
||||||
end
|
end
|
||||||
|
|
||||||
if response && result = response.get_text("reversegeocode/result")
|
if response && result = response.get_text("reversegeocode/result")
|
||||||
result.to_s
|
result.value
|
||||||
else
|
else
|
||||||
"#{number_with_precision(lat, :precision => 3)}, #{number_with_precision(lon, :precision => 3)}"
|
"#{number_with_precision(lat, :precision => 3)}, #{number_with_precision(lon, :precision => 3)}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue