geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 519 forks source link

[Pelias][OpenRouteService][GeocodeEarth] Fix admin level ordering #1202

Open mrbig opened 1 year ago

mrbig commented 1 year ago

Order of the adminLeves in Pelias did not have any particular order. I have changed the order according to this ticket: https://github.com/geocoder-php/Geocoder/issues/852

Please note that this might be a breaking change for someone.

mrbig commented 1 year ago

I have noticed that there are two other providers that use the Pelias provider. That means that this change affects those as well.

I have update their unit tests.

I'm not sure if such a change is acceptable by your policy. This can be considered as a bugfix but also a breaking change.