question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature request: rotateable map

See original GitHub issue

Hello 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:open
  • Created 7 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Deliganlicommented, Sep 20, 2016

@initiuminc1 i will push it on my fork when i have time

0reactions
moagriuscommented, May 18, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found