-
Notifications
You must be signed in to change notification settings - Fork 1
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
update findRandomExitPointForSIDIcao to handle invalid identifier #189
Comments
|
there's that pesky |
@erikquinn actually, will this method even be needed after we implement zlsa#752? Or is that issue more of a 'moonshot' goal? Do you have a timeframe in mind with that issue? |
Hm. I guess not. :Smile: |
And no that's no moonshot, it's kinda pathetic we don't do it already to be honest. Should be easy. Can be a next spring thing though. |
Covered by openscope/openscope#120. Closing. |
this all pretains to the
StandardRouteCollection.findRandomExitPointForSIDIcao()
methodexample:
airport: KSFO
command:
${CALLSIGN} sid offshore9
This should error in the ui and the console.
there should be a specific check for a valid routeCollection, which throws if one doesn't exist
The property name
sid
should be renamed torouteCollection
.add additional test case(s)
note: will be invalidated by zlsa#752
The text was updated successfully, but these errors were encountered: