Skip to content
Snippets Groups Projects
Commit c74853a9 authored by Piotr Jakubowski's avatar Piotr Jakubowski
Browse files

Change documentation about pelias

It seems that pelias section had the same links as mapzen. Changed that so that it points to pelias github page.
parent 77c6f99f
No related branches found
No related tags found
No related merge requests found
......@@ -600,13 +600,13 @@ The [Google Places Search API](https://developers.google.com/places/web-service/
#### Pelias (`:pelias`)
* **API key**: required
* **API key**: configurable (self-hosted service)
* **Quota**: none (self-hosted service)
* **Region**: world
* **SSL support**: yes
* **Languages**: en
* **Documentation**: https://mapzen.com/documentation/search/search/
* **Terms of Service**: http://mapzen.com/terms
* **Documentation**: https://github.com/pelias/pelias
* **Terms of Service**: https://github.com/pelias/pelias/blob/master/data_licenses.md
* **Limitations**: See terms
* **Notes**: Configure your self-hosted pelias with the `endpoint` option: `Geocoder.configure(:lookup => :pelias, :api_key => 'your_api_key', :pelias => {:endpoint => 'self.hosted/pelias'})`. Defaults to `localhost`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment