JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

View toggle #56

Closed Marko132001 closed 1 year ago

Marko132001 commented 1 year ago

I implemented the focus/expand view toggle on navigation page. Additionally I fixed the useEffect bug in ZoomableSVG component. Also regarding some user feedback, I added map image caption above the Map component (on which floor is the current step). I couldn't think of better caption names so I am open to different suggestions. Additionally I added drawing of arrow markers between each two nodes (requesting feedback on that). This doesn't fully work as expected, given that it has some issues while navigating to certain areas, specifically if navigating to room 2-119 (the final step) or P4 (final step). The cause is most likely the "orient" attribute which is set to "auto" (couldn't find an alternate working solution). Nevertheless, I will continue to work on the problem.