{"id":2053,"date":"2023-12-15T18:27:22","date_gmt":"2023-12-15T10:27:22","guid":{"rendered":"https:\/\/usei.cn\/?p=2053"},"modified":"2023-12-15T18:27:23","modified_gmt":"2023-12-15T10:27:23","slug":"cesium-%e6%8e%a5%e5%85%a5wmts%e6%9c%8d%e5%8a%a1","status":"publish","type":"post","link":"https:\/\/usei.cn\/index.php\/2023\/12\/15\/cesium-%e6%8e%a5%e5%85%a5wmts%e6%9c%8d%e5%8a%a1\/","title":{"rendered":"Cesium \u63a5\u5165WMTS\u670d\u52a1"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code> const imageryProvider = new Cesium.WebMapTileServiceImageryProvider({\r\n    \/\/ url: `http:\/\/localhost:8088\/geoserver\/gwc\/service\/wmts\/rest\/mds:sheng\/{style}\/{TileMatrixSet}\/{TileMatrixSet}:{TileMatrix}\/{TileRow}\/{TileCol}?format=image\/png`,\r\n    url:`http:\/\/localhost:8088\/geoserver\/gwc\/service\/wmts`,\r\n    layer: \"mds:sheng\",\r\n    style: \"\",\r\n    format:'image\/png',\r\n    tileMatrixSetID: \"EPSG:4326\",\r\n    tileMatrixLabels: Object.keys(new Array(11).fill(0)).map(v => `EPSG:4326:${v}`),\r\n    \/\/ tilingScheme: new Cesium.GeographicTilingScheme()\r\n    tilingScheme:new Cesium.GeographicTilingScheme({\r\n      numberOfLevelZeroTilesX: 2,\r\n      numberOfLevelZeroTilesY: 1,\r\n    })\r\n  })<\/code><\/pre>\n\n\n\n<p>\u53c2\u6570<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wmts\/rest\/{layer}\/{style}\/{TileMatrixSet}\/{TileMatrix}\/{TileRow}\/{TileCol}?format=image\/png<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u53c2\u6570<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2053","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/2053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=2053"}],"version-history":[{"count":1,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/2053\/revisions"}],"predecessor-version":[{"id":2054,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/2053\/revisions\/2054"}],"wp:attachment":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=2053"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=2053"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=2053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}