我想在leaflet
打印一张地图,但我有点困惑:
第一:没有出现点(标记),
第二:我希望能够在打印时间中定义比例,
第三次:我想在地图旁边打印不在地图上的图例,如下图所示
任何人都可以帮助我吗?
L.easyPrint({
title: 'Print the map',
position: 'topleft',
elementsToHide: 'p, h2,h3,h5,a,label,nav,select,button,i,legend'
}).addTo(mymap);