我正在使用leaflet(v.1.2.2)插图和leaflet.draw(v.0.2)插件。我编辑了控制按钮,现在当我尝试使用leaflet.draw添加多边形并单击缩放按钮时,它会在地图上添加点。
如何禁用它?
控制按钮的HTML:
<div class="leaflet-control">
<a class="leaflet-control-zoom-out btn-floating waves-effect waves-light teal accent-4" href="#" title="Zoom out" role="button" aria-label="Zoom out">
<i class="zmdi zmdi-minus"></i>
</a>
</div>