|
@@ -30,14 +30,19 @@ var systemConfig = {
|
|
|
// url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/dlg-fullcolor/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
// 上海市标准底图
|
|
|
// url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/basemap-shanghai-normal-sh2000/mapserver?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
+
|
|
|
// 上海宝石蓝图
|
|
|
// url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/basemap-shanghai-gem-blue-sh2000/mapserver?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
// 行政区图
|
|
|
// url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/admin-pudong-sh2k-district/mapserver?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
// 淡雅蓝
|
|
|
// url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/basemap-shanghai-white-blue-sh2000/mapserver?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
+
|
|
|
+ // 遥感影像图测试
|
|
|
+ // url:"http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/sat-2018s2/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM"
|
|
|
// 调用了测绘院底图
|
|
|
url: "http://10.242.181.28:8080/OneMapServer/rest/services/shmap_anhei/MapServer?token=HL2a2mO-uVdVvkeeX25BUL5cFIc2Q_FFlowrNYTWcBWOlJNoZWhUUOSQN0e6LG6S",
|
|
|
+
|
|
|
// url:"http://aimap.pudong.sh:5236/maps/rest/services/darkmap-f/proxy",
|
|
|
// minZoom: 1,
|
|
|
// maxZoom: 12,
|
|
@@ -45,24 +50,23 @@ var systemConfig = {
|
|
|
// 遥感影像图的相关配置项
|
|
|
imageryLayer: {
|
|
|
crs: "",
|
|
|
- url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/sat-2022s2/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
+ url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/air-2022/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
// 按照宝石蓝底图分辨率
|
|
|
// resolutions: [
|
|
|
- // 132.29166666666666, 52.916666666666664, 26.458333333333332,
|
|
|
+ // 529.1666666666666,264.5833333333333,132.29166666666666, 52.916666666666664, 26.458333333333332,
|
|
|
// 13.229166666666666, 5.291666666666666, 2.645833333333333,
|
|
|
// 1.3229166666666665, 0.5291666666666666, 0.2645833333333333,
|
|
|
// 0.13229166666666664,
|
|
|
// ],
|
|
|
- //
|
|
|
+ // //
|
|
|
//529.167725002116, 264.583862501058
|
|
|
// 按照测绘院分辨率虚拟的
|
|
|
resolutions: [
|
|
|
- 132.2919312505292, 52.91677250021167,
|
|
|
- 26.458386250105836, 13.229193125052918, 5.291677250021167,
|
|
|
- 2.6458386250105836, 1.3229193125052918, 0.5291677250021167,
|
|
|
- 0.26458386250105836, 0.13229193125052918, 0.0529167725002,
|
|
|
- 0.0264583862501, 0.0132291931251, 0.00529167725, 0.002645838625,
|
|
|
- 0.0013229193125,
|
|
|
+ 132.2919312505292, 52.91677250021167, 26.458386250105836,
|
|
|
+ 13.229193125052918, 5.291677250021167, 2.6458386250105836,
|
|
|
+ 1.3229193125052918, 0.5291677250021167, 0.26458386250105836,
|
|
|
+ 0.13229193125052918, 0.0529167725002, 0.0264583862501, 0.0132291931251,
|
|
|
+ 0.00529167725, 0.002645838625, 0.0013229193125,
|
|
|
],
|
|
|
// minZoom: 0,
|
|
|
// maxZoom: 14,
|
|
@@ -142,4 +146,3 @@ var caseColorChange = {
|
|
|
isPointColor: [0, 230, 255],
|
|
|
notPointColor: [0, 100, 240],
|
|
|
};
|
|
|
-
|