使用leaflet js库旋转地图

Pau*_*ulo 6 maps openlayers image-rotation leaflet

我需要一个地图旋转功能,就像openLayers 3中提供的功能一样(查看下面的示例):

http://ol3js.org/en/master/examples/drag-rotate-and-zoom.html

有没有办法使用leafletjs库,或者使用自定义插件做同样的事情?

tmc*_*mcw 2

Leaflet 目前不支持地图旋转,因为它的全系列浏览器都不支持它。插件也不支持这一点,因为旋转逻辑需要在 Leaflet 核心中实现。