-
leaflet.motion是一款用于以各种方式为折线和多边形添加动画效果的便捷工具
资源介绍
Leaflet.js的动画插件
一般信息
一个插件,允许用户。
资料下载
NPM
npm install --save leaflet.motion
纱
yarn add leaflet.motion
用法
包含脚本:
< script src =" dist/leaflet.motion.min.js " > </ script >
主要选项:
L . motion . polyline ( [ ] , options , motionOptions , markerOptions ) . addTo ( map ) ; // as L.polyline
L . motion . polygon ( [ ] , options , motionOptions , markerOptions ) . addTo ( map ) ; // as L.polygon
L . mot