|
@@ -639,17 +639,17 @@ export default {
|
|
|
// });
|
|
|
//
|
|
|
//5.农田
|
|
|
- if(that.showLayer){
|
|
|
- let nongtian = that.superMapRootUrl + withinData[4];
|
|
|
- that.mvtMap2 = that.scene.addVectorTilesMap({
|
|
|
- url: nongtian,
|
|
|
- canvasWidth: 512,
|
|
|
- name: 'mvt_map2',
|
|
|
- viewer: that.viewer,
|
|
|
- selectedColor: new Cesium.Color(250, 236, 246, 1.0),
|
|
|
- show: true,
|
|
|
- });
|
|
|
- }
|
|
|
+ // if(that.showLayer){
|
|
|
+ // let nongtian = that.superMapRootUrl + withinData[4];
|
|
|
+ // that.mvtMap2 = that.scene.addVectorTilesMap({
|
|
|
+ // url: nongtian,
|
|
|
+ // canvasWidth: 512,
|
|
|
+ // name: 'mvt_map2',
|
|
|
+ // viewer: that.viewer,
|
|
|
+ // selectedColor: new Cesium.Color(250, 236, 246, 1.0),
|
|
|
+ // show: true,
|
|
|
+ // });
|
|
|
+ // }
|
|
|
//
|
|
|
// //6.路网
|
|
|
// let road = that.superMapRootUrl+"/map-mvt-roadXian/restjsr/v1/vectortile/maps/road_Xian";
|