api icon indicating copy to clipboard operation
api copied to clipboard

HTTP API for Pelias Geocoder

Results 120 api issues
Sort by recently updated
recently updated
newest added

Hi, The pelias parser seems to do an good job, although, I've noticed a few of regressions between the addressit and the pelias parser versions of the API. Here's a...

bug

Issue https://github.com/pelias/api/pull/1401 brought up the topic of whether we should enable the `categories` feature by default across all endpoints. Currently, we have support for categories which [goes back to 2015](https://github.com/pelias/pelias/wiki/Taxonomy-v1)....

discussion

There were multiple issues with the fallback query confidence score calculation middleware. 1. Incorrect detection of handled query types. Essentially, the logic was negated 2. Incorrect list of supported query...

Hi @orangejulius , I believe that there is a problem with your commit for ["feat(confidence): Add support for new query names"](https://github.com/pelias/api/commit/2a668612edc1ce383835f84b6bbf9da60bb40c7b). In middleware/confidenceScoreFallback.js: line 28, I see 2 potential problems:-...

## The dependency [iso-639-3](https://github.com/wooorm/iso-639-3) was updated from `1.2.0` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Summary The way we calculate focus point bias today is by adding together scores for text match quality and distance from the focus point. Due to the way Elasticsearch...

It's common in OpenStreetMap for transit stations to have a name identical to a nearby street. Under these circumstances our deduplication logic will often remove the transit station in favor...

bug

Pelias /place? endpoint fails to find ids= when pelias is an alias of multiple indexes **Steps to Reproduce** It was noticed that /place? stopped working when the second index was...

bug

## The dependency [@hapi/joi](https://github.com/hapijs/joi) was updated from `16.1.8` to `17.0.2`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I was wondering why, among the queries that are parsed by libpostal and placeholder, only address layered queries uses an ID based filter, while a venue layered, or admin parts...