Peter Johnson
Peter Johnson
I opened the extract up in QGIS and it gives the impression that it's correctly clipped, so I think it's only including invalid `relations` and not nodes or ways. QGIS...
Hi @lokkju thanks for the PR. The `shape` field already exists to accommodate storing a geometry for display, but we never fully supported it since the `center_point` field is the...
> I imagine we'd like to keep the current default behavior of not returning the shape field, since it can be extremely large Are we currently importing shapes in the...
The same idea applies to `Kaschk Bar, Linienstraße 40, 10119 Berlin`, in this case we can pretty safely assume that `Kaschk Bar` is the venue name.
I started looking at adding a `UnitClassification` but it's not as simple as I had hoped :( ```diff new file mode 100644 index 0000000..0c6fc02 --- /dev/null +++ b/classification/UnitClassification.js @@ -0,0...
Sorry for the delay, the desired result would be: ``` housenumber: 221 unit: B street: Baker St ```
I got the list of countries from here https://gist.github.com/kalinchernev/486393efcca01623b18d and it's not the best list ever (contains abbreviations and other additional tokens) but I wanted a list that was sourced...
Hmm... in hindsight this isn't quite right, for instance I put `!singapore` in the locality file when this is both a city & a country.
One thing I worry about with this is how it will affect Pelias queries generated from autocomplete input....
I'm not sure about rewriting the span body, is this really required? The combination of these tokens should already be present in the 'phrases' for that section. It should be...