File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
website/public/static/demo/vue-cesium/example/ogc Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2222 lib-path ="./static/libs/cdn/cesium/Cesium.js "
2323 plugin-path ="./static/libs/cdn/zondyclient/webclient-cesium-plugin.min.js "
2424 >
25- < mapgis-3d-ogc-wms-layer :base-url ="baseUrl " :layers ="layers " :srs ="srs " :layer-style ="layerStyle "> </ mapgis-3d-ogc-wms-layer >
25+ < mapgis-3d-ogc-wms-layer
26+ :base-url ="baseUrl "
27+ :layers ="layers "
28+ :srs ="srs "
29+ :layer-style ="layerStyle "> </ mapgis-3d-ogc-wms-layer >
2630 </ mapgis-web-scene >
2731 </ div >
2832 < script >
Original file line number Diff line number Diff line change 2525 < mapgis-3d-ogc-wmts-layer
2626 :base-url ="baseUrl "
2727 :wmts-layer ="wmtsLayer "
28- :srs =" srs "
28+ :tiling-scheme =" tilingScheme "
2929 :tile-matrix-set ="tileMatrixSet "
3030 :format ="format "
3131 :layer-style ="layerStyle "
4141 baseUrl : 'http://t6.tianditu.gov.cn/vec_c/wmts?tk=9c157e9585486c02edf817d2ecbc7752' ,
4242 wmtsLayer : 'vec' ,
4343 tileMatrixSet : 'c' ,
44- srs : 'EPSG:4326' ,
44+ tilingScheme : 'EPSG:4326' ,
4545 format : 'tiles' ,
4646 layerStyle : {
4747 zIndex : 1
You can’t perform that action at this time.
0 commit comments