-
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
Add map movement #15
Add map movement #15
Conversation
I find it rather hard to understand that you search the adress and then walk along the compass. Probably non IT people will not really understand it? @kpoeppel Could we maybe set the compass behind an |
Definitely looks better now. Could we have maybe a small ✔️ button in the middle of the arrows to resubmit the simulation? Is there also the possibility to have a small circle in the middle of the map indicating the coordinates (maybe some three js object)? This circle would then be moved by the arrows? @kpoeppel I can also help in development here if you want. Edit: Maybe the circle in three js is a feature for later development and not the most important thing at the moment. |
Also when I type in random letters as address (like 'aklsjdh') it does not catch the error anymore but throws a mistake in the browser: |
Improved the movement on the map now to make it more intuitive. There are arrow buttons and the movement is immanent, the simulation is done once the start button is pushed. The perspective now also is kept, unless a new location is typed in. |
Should be fixed with second latest commit. |
Add now also the object showing the center. Disappearing over time for clearer view of the simulation. |
Fixed now also #5 |
To make the UI more intuitive I would also just fix the stepsize to 10 and delete the slider from the sidebar? Super nice decaying three js pointer by the way. |
Last commit fixed now also Issue #13 . |
I don't know actually. I think it is a good functionality, also "Anzahl an Simulationen" and "Radius Gebäude" is not that intuitive. Rather than removing it, I would recommend to add some explaining hover text? |
Maybe we can put all of them behind a |
@kpoeppel Another error I found: If I type in an adress outside of Bavaria (like |
I think the PR is ready to merge now @kpoeppel |
No description provided.