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

Investigate way to deal with special case (with DWE and CPH) #13

Open
lucky-bai opened this issue Apr 27, 2014 · 1 comment
Open

Investigate way to deal with special case (with DWE and CPH) #13

lucky-bai opened this issue Apr 27, 2014 · 1 comment

Comments

@lucky-bai
Copy link
Owner

When going from CPH to DWE something weird happens: you have to go up to floor 3 of CPH, cross over to DWE (you're on the eastern half of DWE) and immediately go down to floor 2 of DWE to continue. The way I'll probably handle this (for now) is link CPH:3 to DWE:2 but this solution is not entirely satisfactory (note also you can't go from CPH:2 to DWE:2)

Problem is, we don't have a node for the eastern half of DWE, only for DWE as a whole. So where does the stair-descending take place? Not in CPH for sure, because CPH:2 is not connected to DWE:2. Doing it in DWE is confusing due to the way stair climbing is drawn on the map. So best for now is to leave out the stair-descending and link CPH:3 to DWE:2.

Later maybe we can investigate more complicated infrastructure to handle cases like this but this will do for now.

@lucky-bai
Copy link
Owner Author

Not going to do anything about this right now, but just a note to self: NH now has an extension that behaves the same way -- there are two "parts" of NH that are basically two separate buildings.

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

No branches or pull requests

1 participant