|
@@ -14,7 +14,7 @@ var systemConfig = {
|
|
|
assetsUrl: "http://localhost:2013",
|
|
|
mapViewer: {
|
|
|
center: [31.14785322514787, 121.50195320451814],
|
|
|
- zoom: 2,
|
|
|
+ zoom: 0,
|
|
|
},
|
|
|
terrainMap: {
|
|
|
url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/dlg-fullcolor/proxy?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
@@ -55,22 +55,22 @@ var systemConfig = {
|
|
|
// url: "http://aimap.pudong.sh:5236/zjmap/reproduction-service/maps/rest/services/admin-pudong-sh2k-neighborhood/mapserver?AccessKey=lUaEMxqqhZKLSImGuP/Ergx47orYVyIqHVgxfyGpIurKAy9kdq5uU1cWuTuIXeOM",
|
|
|
|
|
|
// 按照宝石蓝底图分辨率
|
|
|
- resolutions: [
|
|
|
- 529.1666666666666,264.5833333333333,132.29166666666666, 52.916666666666664, 26.458333333333332,
|
|
|
- 13.229166666666666, 5.291666666666666, 2.645833333333333,
|
|
|
- 1.3229166666666665, 0.5291666666666666, 0.2645833333333333,
|
|
|
- 0.13229166666666664,
|
|
|
- ],
|
|
|
+ // resolutions: [
|
|
|
+ // 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,
|
|
|
- // ],
|
|
|
+ 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,
|
|
|
+ ],
|
|
|
minZoom: 0,
|
|
|
maxZoom: 14,
|
|
|
},
|