We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a station has coordinates, but the train map does not have a any nodes near these coordinates, the following exception is thrown:
java.lang.IllegalStateException: Could not find railway nodes near to coordinate [51.5385828,7.6953056]
See the attached stacktrace log
This causes a 500 response to the client, causing no trains to display (even though the problem is with just one station
trainfinder_unknown_station_stacktrace.zip ...)
The text was updated successfully, but these errors were encountered:
Fix for issue #1 and more ride details on the "live" page
79d80b0
No branches or pull requests
If a station has coordinates, but the train map does not have a any nodes near these coordinates, the following exception is thrown:
See the attached stacktrace log
This causes a 500 response to the client, causing no trains to display (even though the problem is with just one station
trainfinder_unknown_station_stacktrace.zip
...)
The text was updated successfully, but these errors were encountered: