Peter Johnson

Results 1014 comments of Peter Johnson

It's a tricky API because there's a couple of different things going on here: - nearest neighbours (for point-based geometries) - polygon intersection (for polygon-based geometries) one of those returns...

My main concern here is the discussion about which documents are shown in which order, I don't see a good solution for this. I would also consider adding a new...

There is currently a limitation on which names are searchable for elasticsearch queries. At the moment it is restricted to local languages of the country + English. This restriction was...

The WOF property we use to determine which languages are local (or not) is called `wof:lang_x_official`

similar to https://github.com/pelias/openstreetmap/issues/507

One solution I outlined in that linked issue is tweaking the `similarity` values see https://github.com/pelias/schema/issues/408

It's been a long time and I'd love to see this merged. The reason it's not an easy merge is that it makes a change to the name field which...

@rowanwins this is similar to https://github.com/pelias/openaddresses/pull/402 in some ways and different in others. A few observations about this PR: - The `package.json` change links to a github fork, I had...

This is ready for testing, there are some features I would have liked to add but will have to wait for a subsequent PR: - do not decompress after downloading,...

Yeah good idea about the logging, I'll go through and make sure everything is logged, even if it's at the debug log level, I also want to log the output...