Leaflet Map Clustering + Marker Rotation -
has ever tried use leaflet clustering plugin + marker rotation plugin? tried work both work partially.
in first view, can see clusters , isolated (and rotated) markers. every time zoom in cluster rotated markers disappear. have idea why happens?
to rotate marker, use :this leaflet plugin
include in html :
<script src="../leaflet-plugin/marker.rotate.js"></script>
wen create marker :
var marker = new l.marker(map.getcenter(), {iconangle: 90});
Comments
Post a Comment