feature request: rotateable map
See original GitHub issueHello all,
I will be spending some time with rotating complete map from a certain anchor point including all the map markers and so on. Would you direct me on how i should do this? So far i am rotating the map somehow but all the tiles on the viewport are not loaded correctly and also if you scroll to the borders it is not rotating anymore.
My way of rotating the canvas basically is from the TileView class like this
@Override protected void onDraw(Canvas canvas) { canvas.rotate(degrees, px, py); super.onDraw(canvas); }
Any help will be appreciated, i will make a pr as soon as i implement this.
Thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
[Feature Request] Rotating maps in Summoner Rift as ... - Reddit
[Feature Request] Rotating maps in Summoner Rift as like Wild Rift ... It would be really awesome if we could also have the...
Read more >Feature Request: Rotate selection. #82 - SpaiR/StrongDMM
I'm currently assisting in developing a fresh map for my project, and time and time again i've found that while shuffling buildings around ......
Read more >ROTATING MAP WIDGET - The Orion Platform
ROTATING MAP WIDGET. With screen real estate becoming very scarce in Orion with the continual stream of new widgets and features on offer,...
Read more >Feature request #1698: Rotation of the map view
Is desirable to rotate the map view with a function like. *void QgsRenderContext::setRotation(double degrees) *. it would have to rotate everything from the ......
Read more >Feature request: Tour map grid (rotatable)
When connecting an indoor tour, I'm finding it difficult to position nodes relative to one another, because I have few "landmarks" indoors.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@initiuminc1 i will push it on my fork when i have time
For anyone still looking for rotation, there is a fork of version 2 from @dilara91 that has it! https://github.com/dilara91/TileView/tree/feature/rotatable-map
Thanks Dilara!
Please consider that the only version that will support rotation; we’ve since upped 2 majors and will not support rotation in current or future versions.