api
api copied to clipboard
HTTP API for Pelias Geocoder
**Describe the bug** Custom layers are incompatible with layer filters in reverse queries. **Steps to Reproduce** 1. Import custom data into Pelias from CSV using custom sources and layers. 2....
Hello! We are considering to use Pelias API as general-purpose geocoding solution to search for countries, cities and places. We've deployed a self-hosted Pelias planet setup to tinker with it....
When performing a coarse reverse query (ie. point-in-polygon) the `distance` property is non-zero: > "distance": 19.011 https://pelias.github.io/compare/#/v1/reverse?layers=coarse&point.lat=-51.651514&point.lon=-58.738304
The `/v1/structured` API currently only supports `address` as input. This is not capable of parsing intersection queries which are supported by `/v1/search` and `/v1/autocomplete`. It would be nice to have...
**Describe the bug** I have a self-hosted instance of Pelias running in docker. I've identified a unexpected behavior when searching for an address with a unit number. When i search...
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
Pelias supports advanced deduplication for records that represent the same "thing", but have records in different layers. In particular, we support custom layers that Pelias users can fill with their...
Responding to the email "Classic npm tokens stop working December 9th" this PR migrates our classic tokens to 'OIDC' tokens. There are two options for migration: *Granular Access Tokens* These...
There is currently no entry in the `?debug` info showing if/when a document has been translated via the language service (ie. placeholder). This can make debugging quite frustrating, which is...
the `Debug` class has `beginTimer` and `stopTimer` methods which produce a lot of noise in the debug view. this PR removes the methods and replaces them with standard js date...