-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pelias][OpenRouteService][GeocodeEarth] Fix admin level ordering #1202
Conversation
Order of the adminLeves in Pelias did not have any particular order. I have changed the order according to this ticket: geocoder-php#852 Please note that this might be a breaking change for someone.
AdminLevels are now ordered according to the following principles geocoder-php#852
AdminLevels are now ordered according to the following principles geocoder-php#852
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. |
Using assertSame instead of assertEquals
I've been working on an improvement for Pelias provider and I've included a refactoring of the admin levels extraction in #1250. |
Superseded by #1250 |
Order of the adminLeves in Pelias did not have any particular order. I have changed the order according to this ticket: #852
Please note that this might be a breaking change for someone.