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}); 

a complete example


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -