var vectorLayer = L.supermap.tiledVectorLayer(url, { //矢量瓦片 cacheEnabled: true,//是否使用服务器缓存出图 returnAttributes: true,//是否返回 attributes。 }).addTo(map);
leaflet 怎么加载矢量瓦片服务资源
出不来图