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

Dynamic navigation #238

Open
oscarlorentzon opened this issue Apr 3, 2017 · 3 comments
Open

Dynamic navigation #238

oscarlorentzon opened this issue Apr 3, 2017 · 3 comments

Comments

@oscarlorentzon
Copy link
Member

Currently we use spatial navigation arrows rendered in HTML/CSS that have (semi) static positions on the canvas. They also only allow to navigate to a certain image in every direction.

The spatial navigation could be more dynamic. When hovering the ground it would be possible to show an indicator if navigation is possible. When clicking the ground we could move to the image situated in that position. Viewing direction should be consistent with current viewing direction.

@oscarlorentzon oscarlorentzon self-assigned this Apr 3, 2017
@oscarlorentzon oscarlorentzon changed the title Improved navigation Dynamic navigation Apr 3, 2017
@gyllen
Copy link
Member

gyllen commented Apr 3, 2017

+1

@oscarlorentzon
Copy link
Member Author

Related to #106

@mrAceT
Copy link

mrAceT commented Sep 19, 2019

My apologies for reviving this old topic, but...

Everything is related.. Within the current possibilities I sort of constructed what you are talking about here (I want/need this feature also).

Take a look at my "POC": https://www.geoarchief.nl/mapillary4.html?key=dOezWfZrQajwE-i0zDCsjw
The white dots in the view are the positions of the other available images. When the dots on the map are red the position is the "SfM position" (which you are planing to make more easily available). These locations are way more "what you expect" when you want to move around like this (you can double click on the map, you will move to the closest "white dot" in view.
(I need to maintain large array of datapoints and retrieve every datapoint seperately to get the SfM lat/lon, which is bulky, my POC is a bit sluggish here and there )

if I knew how to alter the opacity of the 'MarkerComponent.CircleMarker' I could only show the CircleMarker closest to the mouse position! And if I knew how to make the CircleMarker clickable I could moveTo that Key (I now use the dblclick to move to the closest image).

PS: I'm learning to use your library, some stuff can likely be doen different.. it's a work in progress ;) If you have tips, always welcome ;)

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

3 participants