pelias / labels

Pelias Label generation
https://pelias.io
MIT License
4 stars 9 forks source link

Parse order on the label field for Portugal #29

Closed npatroni closed 5 years ago

npatroni commented 5 years ago

Hi,

i'm new to Pelias and i need help to understand how to change label field order.

For Portugal we use the street name flowed by the house number (and then the rest of the fields).

How is this configured in pelias ?

TIA Nuno

missinglink commented 5 years ago

Hi @npatroni, the configuration is in https://github.com/pelias/api/blob/master/middleware/localNamingConventions.js#L5

We would be happy to accept a PR for this change for Portugal.

There should be a corresponding test case in the tests directory you can use to confirm the change via npm test

npatroni commented 5 years ago

Thanks,

What do I need to do to request this change?

Regards Nuno

missinglink commented 5 years ago

Resolved via https://github.com/pelias/api/pull/1199