-
Tested and was fine, with:
```html
```
The leafletJs need some study, not so easy to upgrade.
-
Might be worth adding a pre-merge check which ensures that some of the `wof:hierarchy` fields are set, eg. for `wof:placetype: "neighbourhood"` I'd expect to see at least a `country` or `dependency`, …
-
As suggested by @missinglink ([here](https://github.com/pelias/api/pull/1579#issuecomment-964270947)), opening an issue for standardising the codebase using industry standards for coding style(s) as w…
-
While checking some issues with getting #2032 ready, i've found that if the Label is placed outside the geometry the result is a wrong hierarchy for the record.
Just a few examples:
- [101905935…
-
It would be great to have a very basic test suite just to catch simple errors before we publish.
-
The suffix 'Lange' (= long) should be treated just like 'Korte' (= short), but is currently also classified as an Area/Locality:
- Lange Koestraat, Utrecht
- Lange Hezelstraat, Nijmegen
- Lang Gr…
-
Hello,
We've been using LGTM with the [Pelias](http://github.com/pelias/pelias/) project for a few weeks, and overall it's been a nice way to handle signoff on our PRs, so thank you.
There's one thin…
-
JS already has `Math.clz32` but counting trailing zeros is usually more helpful than the leading zeros, I'm speaking from personal experience.
As seen in the [official MDN article about clz32](http…
-
We originally have this documentation repo only because Mapzen needed project documentation to be in its own repo so that it could be easily deployed to the Mapzen website. Back then, we didn't really…
-
I am using Pelias for a long time and for this I am using the WhosOnFirst SQLite DB provided by https://geocode.earth. I observed that download page there are a lot of format in which the WhosOnFirst …