Peter Johnson
Peter Johnson
metadata
optionally print record metadata such as `version` and `timestamp` by specifying the `--metadata=true` flag. Eg. ```javascript { "id": 26882421, "type": "node", "lat": 52.484265400000005, "lon": 13.320669100000002, "tags": { "amenity": "fuel", "name":...
In Pelias, we have two places named 'Markthalle Neun': - https://www.openstreetmap.org/node/1955564757 - https://www.openstreetmap.org/way/37465046 The node is actually part of the way, so we could consider detecting this and only outputting...
If the leveldb file becomes corrupted, future execution of the script results in an immediate fatal error: ``` 2015/02/26 16:54:32 file missing exit status 1 ``` Changing the location of...
test for calling '.end()' when done (npm module)
I looks like the `npm elasticsearch` client was rewritten as `npm @elastic/elasticsearch`, so I guess we should migrate at some point before the old one stops being maintained. There is...
The current static site generator for [pelias.io](https://pelias.io/) could do with a replacement. I recently stumbled upon 'Material for Mkdocs' which looks great: https://squidfunk.github.io/mkdocs-material/getting-started/ here's and example site using it: https://goreleaser.com/...
When commenting on [an issue for another repo](https://github.com/smeijer/leaflet-geosearch/issues/297#issuecomment-939351821) today I noticed that we incorrectly calculate the bounding boxes for geometries which cross the antimeridian: After a bit of digging I...
as per this comment: https://github.com/pelias/api/pull/526#issuecomment-214780089 an autocomplete query for "New York, NY" with a focus point favors the local results over the regional results so much that the city/state are...
more info at https://greenkeeper.io they suggest https://snyk.io as a replacement.
``` Hey team! I was using your awesome geocoding engine when I noticed something interesting.... ``` I've just moved all the [community health files](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization) to the [.github repo](https://github.com/pelias/.github) so they...