Jones Magloire

Results 30 issues of Jones Magloire

Hi all, I hope you are doing well :smile: I have a feature request from one of my customer that may be interesting for the pelias community. ### Use-cases The...

enhancement

**Describe the bug** Some addresses from OpenAddresses are using the Right Single Quotation Mark (unicode [`\u2019`](https://unicode-table.com/en/2019/)) instead of Apostrophe (unicode [`\u0027`](https://unicode-table.com/en/0027/)) and causes autocomplete failure. **Steps to Reproduce** Import [`us/la/lincoln`](https://batch.openaddresses.io/job/3838)...

bug

### Use-cases I recently had some requests which could be interesting and not complicated to implement. As a user, I want to find any document contained in a specific administrative...

enhancement

Hi there, Last year I worked on [language management on maps](https://blog.jawg.io/embrace-streets-v2/). Today I wanted to check the language management in Pelias and I think we could improve some things for...

enhancement

**Describe the bug** I found strange behavior when searching for a French address.   The input is [`ZI des Clairances, 86320, Lussac-les-Châteaux, France`](https://pelias.github.io/compare/#/v1/search?text=ZI+des+Clairances%2C+86320%2C++Lussac-les-Ch%C3%A2teaux%2C+France) ``` 0) 5000 Les Clairances, Lussac-les-Châteaux, France 1)...

bug
question

## Background The reverse geocoding is returning only the closest type, which means that if we try `layers=macrocounty,county,address` we will get the address for the point and not other elements....

feature
ideas
reverse

## Backround from https://github.com/pelias/api/issues/1405#issuecomment-571228959 > I found something else, there are no categories for `addresses` (from OSM and OA) and `streets`. It might be interesting to have a category for...

I'm trying to add more consistency in abbreviations. In WOF data we can find countries and dependencies with iso2 and iso3 abbreviations. In [pelias/whosonfirst](https://github.com/pelias/whosonfirst/) we are using only iso3 abbreviation,...

### Description As stated in the [CORS Protocol](https://fetch.spec.whatwg.org/#http-cors-protocol), in a preflight request, i.e. on an OPTIONS request, the server should return specific headers and 200 or 204 status code. The...

### Use-cases The pelias pip-service API is supported by spatial via the endpoint [`/query/pip/_view/pelias/:lon/:lat`](https://github.com/pelias/spatial/blob/master/server/routes/pip_pelias.js). This API is quite old and I think we can create a better one. The current...

enhancement