1。从iserver发布的底图基本信息中初始化map、bounds和origin。this.baseMap=L.map(this.initId,{crs:L.CRS.NonEarthCRS({bounds:L.bounds([-45888490.52,-47298112.34],[45888490.52,45888490.52]),origin:L.point(-45888490.52,45888490.52)}),center:[733210.56,-1230428.86],maxZoom:18,zoomControl:false,attributionControl:false,zoom:1,});2.创建layerGroup管理时序层等业务3.collectionId和names需要开发者获取自己的业务服务相关constimageBounds='requirestimeseriesbound'constimageUrl='********************'thit.imageLayer=L.imageOverlay(imageUrl,imageBounds)that.AniLayerGroup.addLayer(this.imageLayer)
