标签:matrix new add 地址 shp host imu pm2 mat
//wmts瓦片服务
viewer.imageryLayers.addImageryProvider(new Cesium.WebMapTileServiceImageryProvider({
url: ‘http://localhost:9001/geoserver/gwc/service/wmts?REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0‘ +
‘&LAYER=shp:pm25bj&STYLE=&FORMAT=image/png&TILEMATRIXSET=EPSG:900913&TILEMATRIX=EPSG:900913:{TileMatrix}&TILECOL={TileCol}&TILEROW={TileRow}‘, //服务地址
maximumLevel: 20
}));
标签:matrix new add 地址 shp host imu pm2 mat
原文地址:https://www.cnblogs.com/dog2016/p/12121235.html