Skip to content

Commit 3cdbb66

Browse files
author
zhangchunzhou
committed
优化示例,解决上架测试问题
1 parent 1d51be1 commit 3cdbb66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/public/static/demo/vue-cesium/example/model/igsm3d.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'&tk=9c157e9585486c02edf817d2ecbc7752',
4141
tiandiduoptions: {
4242
tilingScheme: 'EPSG:4490',
43-
tileMatrixLabels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']
43+
tileMatrixLabels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18']
4444
}
4545
};
4646
},

website/public/static/demo/vue-mapboxgl/example/vue-ogc/reversebbox.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
v-bind:layer="layer"
5959
v-bind:layer-id="layerId"
6060
v-bind:source-id="sourceId"
61-
v-bind:baseURL="baseURL"
61+
v-bind:base-u-r-l="baseURL"
6262
v-bind:token="token"
6363
>
6464
</mapbox-igs-tdt-layer>
@@ -93,7 +93,7 @@
9393
layerId: 'igsLayer_layerId',
9494
sourceId: 'igsLayer_sourceId',
9595
layer: {}, // 图层配置信息
96-
baseURL: 'http://t2.tianditu.gov.cn/vec_c/wmts', // 请求基地址
96+
baseURL: 'http://t2.tianditu.gov.cn/img_c/wmts', // 请求基地址
9797
token: '2ddaabf906d4b5418aed0078e1657029', // 请求天地图的key值
9898

9999
layerWms: {},

0 commit comments

Comments
 (0)