Ali Seyfollahi
Ali Seyfollahi

Reputation: 2872

Map angle rotation in leaflet.js

I need a plugin for leaflet to angle rotation in map.

I need to look at map rotation (degree) and then to build a new control with angle slider.

Is there any idea?

Upvotes: 5

Views: 4408

Answers (1)

IvanSanchez
IvanSanchez

Reputation: 19069

Map rotation is complicated. Some of us Leaflet devs have been working at it, but the complexity of making it work nicely means there are still a few issues with the current approaches. See, for example, https://github.com/fnicollet/Leaflet/issues.

We hope there will be a future Leaflet release with rotation support, but do not expect it in the near future.

Upvotes: 5

Related Questions