-
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
Click on room on indoor map opens room detail page #216
Comments
It already is kinda working. Two issues:
clickOnRoom.mp4 |
@anonym-HPI could you also have a look at the issue here? Right now the first click on the map places a marker and the second places another one and you can start a route. However, the user probably only wanted to see the detail page and not get a route. You can see the issue in the video above: the first click displays the search result but second opens the route window instead of the detail page of room C-E.15 (left bottom corner). |
@oleschl correct, it was intended to see the detail page of the room. I am thinking how this interfears with the routing, as when you want to navigate to a room it should probably also be clickable. |
It will exist (in development) a script which will fill polygons into the database, as a site note. It would probably be good to have in every Geojson a room id (unique over the complete project, could be just the id of the room in the database), that links to the room in the database and could then be used to open it. What do you think @oleschl ? |
As a user I want to see the detail page of a room when clicking on it on the map, because I don't want to have to search for a room when I know which room I want to see the detail page of.
The text was updated successfully, but these errors were encountered: