Skip to content
Snippets Groups Projects
Commit 0d2e5828 authored by Christian Aust's avatar Christian Aust
Browse files

Properly handle search params, add some notes to the read me about the new service

parent 234746b4
No related branches found
No related tags found
No related merge requests found
......@@ -372,6 +372,17 @@ The following is a comparison of the supported geocoding APIs. The "Limitations"
* **Terms of Service**: http://info.mapquest.com/terms-of-use/
* **Limitations**: ?
#### ovi.com (Nokia maps) (`:ovi`)
* **API key**: none
* **Quota**: ?
* **Region**: world
* **SSL support**: no
* **Languages**: English
* **Documentation**: ?
* **Terms of Service**: ?
* **Limitations**: ?
#### FreeGeoIP (`:freegeoip`)
* **API key**: none
......
......@@ -15,9 +15,9 @@ module Geocoder::Lookup
end
def query_url_params(query)
{
super.merge(
:searchtext => query.sanitized_text
}
)
end
def query_url(query)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment