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

Refine "Stop area {} belongs to multiple interchanges" error message #82

Open
alexey-zakharenkov opened this issue Aug 9, 2019 · 0 comments

Comments

@alexey-zakharenkov
Copy link
Contributor

Now, a "Stop area {} belongs to multiple interchanges" error message appears not only due to proclaimed reason, but also in the following cases:

  1. A stop_area_group accidentally contains a stop_area several times, that is member list look like:
    stop_area_group: r1, r2, r3, r1
    where r1, r2, r3 are stop_area relations

  2. Elements of stop_area are included also into stop_area_group. E.g.:
    stop_area 1 (r1): n111, w111, n112
    stop_area 2 (r2): n222, w222, n223
    stop_area_group: r1, r2, n111

    where n111 may be station/stop_position.

A relevant error message should be produced in these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant