-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
N-1432 (0104.U1.432) Position im Gebäude fehlt #1423
Comments
thanks a ton, added the coordinate |
@CommanderStorm Thanks a lot! The "Interaktive Karte" for the room N-1432 is now correct. But in the "Lageplan" it selects the plan from the wrong building by default. If one changes this to the one of the correct building it is correct there as well. What can one do about that? |
I looked at the coordinates for the map, they seem correct. Something I have not really checked: Maybe the rotation is handled wrong? NavigaTUM/data/processors/maps/process.py Lines 24 to 31 in b59ae88
Being blunt: I am not going to invest more time into that file this week, as I finally want to get the OSM based map prototype closer to mergable. |
Sidenote: that different floors are assigned is intentional, as some rooms need that context to be findable on the floorplan |
As noted in #131 (comment) to me it looks like this error occurs for all rooms without map data from the old roomfinder. I would assume the error in NavigaTUM/data/processors/maps/roomfinder.py Lines 174 to 188 in d7f04d9
|
First of all, at the point in the programm, all maps which don't show a certain coordinate should have been removed by NavigaTUM/data/processors/maps/roomfinder.py Line 209 in d7f04d9
I think your deduction is not quite right. Lets assume >>> rf_maps = {
... "available": [],
... }
>>> not rf_maps.get("available", None)
True This means that for this Yes, the assignment to the smallest map is somewhat crude, but without more data about them, that is everything I can do. Refactoring the maps to the |
Der N-1432 (0104.U1.432) hat derzeit keine Position im Gebäude.
Es handelt sich dabei um den kleinen Raum vor dem N-1431 und seinem Nachbarraum.
The text was updated successfully, but these errors were encountered: