Peter Johnson

Results 297 issues of Peter Johnson

The following address currently returns zero solutions: ``` P. O. Hviezdoslava 2262/24, Topoľčany, NI, Slovakia ``` It's a complicated parse because: - The street [P. O. Hviezdoslava](https://en.wikipedia.org/wiki/Pavol_Orsz%C3%A1gh_Hviezdoslav) is a proper...

bug

Port https://github.com/pelias/polylines/pull/280 here.

enhancement

tested and working on node `v20.18.1` on MacOS

https://github.com/whosonfirst-data/whosonfirst-data/issues/2244#issuecomment-2776191060

bug

There may be duplication between these two code paths, it shouldn't really cause any issues but we might be able to remove the code block from this repo: https://github.com/pelias/whosonfirst/blob/54f19a522625c57f819e470c435266ca9c5ac8f7/src/peliasDocGenerators.js#L79-L85 https://github.com/pelias/model/blob/master/post/alphanumeric_postcodes.js

bug

The `peliasHousenumber` analyzer strips non-numeric tokens. As discussed in https://github.com/pelias/pelias/issues/810 this is somewhat unintuitive but actually works very well. https://github.com/pelias/schema/blob/41bd2d1daa0e924a7f73850202640ee7c3a1ad45/settings.js#L124-L128 The issue with this is that the original housenumber (including...

enhancement

This is an update of https://github.com/openvenues/node-postal/pull/41 which exposes the `language_classifier` and runs on all versions of node, with tests. credit: @jtara1

The neighbourhood of Gaddiannaram has its primary hierarchy pointing to [Andhra Pradesh](https://spelunker.whosonfirst.org/id/85672141) which is quite far away. It seems [Telangana](https://spelunker.whosonfirst.org/id/1108805979) is correct. https://spelunker.whosonfirst.org/id/85927619

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

bug

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...

enhancement