You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, I am really impressed by how much this package has improved! Kudos to all the hard work.
What would it take to make the projections themselves scrollable, i.e. scrolling will change the projection itself, rather than the panning/zooming on the projected image. I realize this is quite ambitious, but it would be really cool to e.g. scroll around an orthographic projection.
The text was updated successfully, but these errors were encountered:
Making the projection an observable should already be supported ;)
You'd just need to hook that up to the mouse events to change the projection appropriately.
If creating each projection is fast, I think this should also have reasonable performance.
Yes this would be pretty straightforward - there's an animation in the examples folder which shows how you would "scroll" a projection. From there it's pretty much smooth sailing. Just keep changing the dest attribute of the GeoAxis as the user scrolls essentially.
I have wanted to do this for a while so might push up an example in the next few days!
Firstly, I am really impressed by how much this package has improved! Kudos to all the hard work.
What would it take to make the projections themselves scrollable, i.e. scrolling will change the projection itself, rather than the panning/zooming on the projected image. I realize this is quite ambitious, but it would be really cool to e.g. scroll around an orthographic projection.
The text was updated successfully, but these errors were encountered: