月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-07-12 e6a60101c210494ea716e32632c4ed52fd4f7174
src/assets/js/Map/config.js
@@ -1,12 +1,10 @@
//是否为生产环境
const isWeb = fals;
const isWeb = false;
//是否为生产环境
const webUrl = isWeb ? "/web" : ""
//配置文件地址
const config = {
  mapMoon: webUrl + "/mapscreen/index.html",
  //椭球体初始化加载图片
  imgUrl: "Workers/image/earth.jpg",
@@ -18,8 +16,15 @@
  moonTms: "/TMS",
  //Wmtsserver
  moonWmts:
    "http://172.16.2.10:50001/sj_raster/v6/wmts/service/system/10012701/1?ak=mf72ff9295c740ec0f37e61433e8a3ad8d&srs=ESRI:104903",
    "http://172.16.2.10:50001/sj_raster/v6/wmts/service/system/10000201/3?ak=mf72ff9295c740ec0f37e61433e8a3ad8d&srs=ESRI:104903",
  //地形
  moonTerrain: "http://172.16.2.10:50001/sj_raster/v6/terrain_mesh/10012701/1",
  moonTerrain: "http://172.16.2.10:50001/sj_raster/v6/terrain_mesh/10013901/45",
  conditions: [
    ['=', '<>', 'like'],
    ['>=', '>', ' =', '<=', '<', '<>'],
    ['>=', '>', ' =', '<=', '<', '<>'],
  ]
};
export default config;