We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3515db commit 8690072Copy full SHA for 8690072
lib/geocoder/lookups/nominatim.rb
@@ -14,6 +14,10 @@ def map_link_url(coordinates)
14
15
private # ---------------------------------------------------------------
16
17
+ def supported_protocols
18
+ [:https]
19
+ end
20
+
21
def base_query_url(query)
22
method = query.reverse_geocode? ? "reverse" : "search"
23
"#{protocol}://#{configured_host}/#{method}?"
lib/geocoder/lookups/photon.rb
@@ -10,7 +10,7 @@ def name
10
11
12
def supported_protocols
13
- [:http, :https]
end
0 commit comments