Peter Johnson
Peter Johnson
"Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd!"
The alternate-language names are [currently being imported](https://github.com/pelias/openstreetmap/blob/master/test/stream/tag_mapper.js#L41-L54) but the ability to search over all languages for venues was disabled in the past due to performance reasons. It's possible to re-enable...
see: https://github.com/pelias/api/issues/127
A test-case mentioning this issue changed from fail->pass due to https://github.com/pelias/api/pull/1370 The following query now returns `de:Museum des Kosovo` in position 1 https://pelias.github.io/compare/#/v1/autocomplete?lang=de&text=Museum+des+Kosovo
Hi @bboure, thanks for the suggestion. It would be simpler to add the `bbox filter` to `/reverse` and `/nearby` than create a new API. The problem with making a new...
Yeah it sounds like a reasonable change to those APIs and it would solve your use-case, so yeah :smile: A couple of questions about your proposal: 1. Changing the `point`...
> Why do you think this would be a breaking change? I understand the opposite would be the case. It's true, I can see both sides of that :wink: A...
Yep we're looking at the popularity scoring issue again, it's become a priority for a client so I should hopefully get some time to clean that up and merge it....
One thing to be aware of there is https://github.com/pelias/api/blob/master/sanitizer/nearby.js#L15, this line uses the same point sanitizer as `reverse`, which [generates an artificial `boundary.circle`](https://github.com/pelias/api/blob/master/sanitizer/_geo_reverse.js#L24-L35) around the point when one has not...
https://pelias.github.io/compare/#/v1/reverse?point.lat=40.74&point.lon=74&debug=1