cesium加载天地图和超图WMTS服务

编程入门 行业动态 更新时间:2024-10-27 20:28:52

cesium加载天地图和<a href=https://www.elefans.com/category/jswz/34/1765730.html style=超图WMTS服务"/>

cesium加载天地图和超图WMTS服务

目录

1.cesium加载天地图方式

1.1 影像底图:

1.2 影像注记:

1.3 矢量底图:

1.4 矢量注记:

2. cesium加载超图WMTS方式


1.cesium加载天地图方式

1.1 影像底图:

//影像底图
imageryprovider: new Cesium.WebMapTileServiceImageryProvider({
url:"=wmts&request=GetTile&version=1.0.0&LAYER=img&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=自己的key",
layer: "tdtImgLayer",
style: "default",
format: "image/jpeg",
tileMatrixSetID: "GoogleMapsCompatible",
}),

 1.2 影像注记:

imageryprovider: new Cesium.WebMapTileServiceImageryProvider({
url:"=wmts&request=GetTile&version=1.0.0&LAYER=cia&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=自己的key",
layer: "tdtCiaLayer",
style: "default",
format: "image/jpeg",
tileMatrixSetID: "GoogleMapsCompatible",
}),

  1.3 矢量底图:

imageryprovider: new Cesium.WebMapTileServiceImageryProvider({
url:"=wmts&request=GetTile&version=1.0.0&LAYER=vec&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=你的key",
layer: "tdtVecLayer",
style: "default",
format: "image/jpeg",
tileMatrixSetID: "GoogleMapsCompatible",
}),

 1.4 矢量注记:

imageryprovider: new Cesium.WebMapTileServiceImageryProvider({
url:"=wmts&request=GetTile&version=1.0.0&LAYER=cva&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=你的key",
layer: "tdtCvaLayer",
style: "default",
format: "image/jpeg",
tileMatrixSetID: "GoogleMapsCompatible",
}),

2. cesium加载超图WMTS方式

imageryprovider: new Cesium.WebMapTileServiceImageryProvider({url:"http://local:30614/iserver/services/BIG_YX_1M_2021_1518/wmts-china/BIG_YX_1M_2021_1518/default/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png",layer: "BIG_YX_1M_2021_1518",style: "default",format: "image/png",tileMatrixSetID: "ChinaPublicServicesCGCS2000_BIG_YX_1M_2021_1518",tilingScheme: new Cesium.GeographicTilingScheme(),maximumLevel: 19,tileMatrixLabels: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"],}),

更多推荐

cesium加载天地图和超图WMTS服务

本文发布于:2024-03-23 22:12:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1743443.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:超图   加载   天地   cesium   WMTS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!