Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2023

  1. [Pelias] Fix admin level ordering

    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.
    mrbig committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2a792c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. [OpenRouteService] updated unit tests due to changes in Pelias provider

    AdminLevels are now ordered according to the following principles
    geocoder-php#852
    mrbig committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a573a85 View commit details
    Browse the repository at this point in the history
  2. [GeocodeEarth] updated unit tests due to changes in Pelias provider

    AdminLevels are now ordered according to the following principles
    geocoder-php#852
    mrbig committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4645cf5 View commit details
    Browse the repository at this point in the history
  3. [Pelias] changes in unit tests

    Using assertSame instead of assertEquals
    mrbig committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8c4c541 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    5953b92 View commit details
    Browse the repository at this point in the history