Leaflet.markercluster: 动画不工作
Leaflet.markercluster: Animation is not working
使用Leaflet.markercluster one can see a nice animation in their example。启用动画,例如:
L.markerClusterGroup({
animate: true,
animateAddingMarkers: true
});
L.DomUtil.TRANSITION有这个值:webkitTransition
我仍然没有看到任何动画。是我使用 AngujarJS 的问题还是其他原因?
我缺少 css 文件。
<link rel="stylesheet" href="/bower_components/leaflet.markercluster/dist/MarkerCluster.css">
使用Leaflet.markercluster one can see a nice animation in their example。启用动画,例如:
L.markerClusterGroup({
animate: true,
animateAddingMarkers: true
});
L.DomUtil.TRANSITION有这个值:webkitTransition
我仍然没有看到任何动画。是我使用 AngujarJS 的问题还是其他原因?
我缺少 css 文件。
<link rel="stylesheet" href="/bower_components/leaflet.markercluster/dist/MarkerCluster.css">