L.control.minimap().addTo(map);
不能添加鹰眼图,显示没有定义这个方法
你好,leaflet的鹰眼图清参照官网范例: https://iclient.supermap.io/examples/leaflet/editor.html#controler_overviewMap
这个问题,已解决。加载后,和官方的样式不太一样,没有右下角的缩小符号
L.control.minimap(L.supermap.tiledMapLayer(miniUrl), options).addTo(map)
miniUrl是鹰眼图的服务地址,map是map对象
import L from 'leaflet' import 'leaflet/dist/leaflet.css' import '@supermap/iclient-leaflet' import 'leaflet-minimap'
多谢,我按照你发的成功弄出来鹰眼图控件了,但是还有个问题就是鹰眼图出来之后地图就变得格式很乱了,这是怎么回事啊