|
@@ -6,6 +6,12 @@ window.ApplicationConfig = {
|
|
zhmhUrl: 'http://localhost:8088/#/yh-yzt/data-center',
|
|
zhmhUrl: 'http://localhost:8088/#/yh-yzt/data-center',
|
|
sysTitle: '余杭区一张图系统',
|
|
sysTitle: '余杭区一张图系统',
|
|
loginTitle: '余杭自然资源',
|
|
loginTitle: '余杭自然资源',
|
|
|
|
+ templateUrls: {
|
|
|
|
+ gd: 'http://60.191.110.205:18099/files/gd.zip',
|
|
|
|
+ lsyd: 'http://60.191.110.205:18099/files/lsyd.zip',
|
|
|
|
+ nzy: 'http://60.191.110.205:18099/files/nzy.zip',
|
|
|
|
+ ssnyd: 'http://60.191.110.205:18099/files/ssnyd.zip'
|
|
|
|
+ },
|
|
mapLayerConfig: {
|
|
mapLayerConfig: {
|
|
use: "outerNet",
|
|
use: "outerNet",
|
|
projection: {
|
|
projection: {
|
|
@@ -192,7 +198,7 @@ window.ApplicationConfig = {
|
|
enabled: true,
|
|
enabled: true,
|
|
visible: true,
|
|
visible: true,
|
|
serverType: "dynamic",
|
|
serverType: "dynamic",
|
|
- url: "http://60.191.110.204:6080/arcgis/rest/services/yh_yzt/YHYZT_PEWG_NEW/MapServer",
|
|
|
|
|
|
+ url: "http://60.191.110.204:6080/arcgis/rest/services/PEWG/MapServer",
|
|
params: {
|
|
params: {
|
|
layers: "show:0,1",
|
|
layers: "show:0,1",
|
|
layerDefs: {}
|
|
layerDefs: {}
|
|
@@ -216,7 +222,7 @@ window.ApplicationConfig = {
|
|
enabled: true,
|
|
enabled: true,
|
|
visible: true,
|
|
visible: true,
|
|
serverType: "dynamic",
|
|
serverType: "dynamic",
|
|
- url: "http://60.191.110.204:6080/arcgis/rest/services/yh_yzt/YHYZT_ST_GDDK_NEW/MapServer",
|
|
|
|
|
|
+ url: "http://60.191.110.204:6080/arcgis/rest/services/ST_GDDK/MapServer",
|
|
params: {
|
|
params: {
|
|
layers: "show:0,1",
|
|
layers: "show:0,1",
|
|
layerDefs: {}
|
|
layerDefs: {}
|
|
@@ -229,7 +235,7 @@ window.ApplicationConfig = {
|
|
visible: false,
|
|
visible: false,
|
|
opacity: 0.8,
|
|
opacity: 0.8,
|
|
serverType: "dynamic",
|
|
serverType: "dynamic",
|
|
- url: "http://60.191.110.204:6080/arcgis/rest/services/yh_yzt/YHYZT_LSYD/MapServer"
|
|
|
|
|
|
+ url: "http://60.191.110.204:6080/arcgis/rest/services/LSYD/MapServer"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "YHYZT_SSNYD",
|
|
id: "YHYZT_SSNYD",
|
|
@@ -238,7 +244,7 @@ window.ApplicationConfig = {
|
|
visible: false,
|
|
visible: false,
|
|
opacity: 0.8,
|
|
opacity: 0.8,
|
|
serverType: "dynamic",
|
|
serverType: "dynamic",
|
|
- url: "http://60.191.110.204:6080/arcgis/rest/services/yh_yzt/SSNYD/MapServer"
|
|
|
|
|
|
+ url: "http://60.191.110.204:6080/arcgis/rest/services/SSNYD/MapServer"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: "YHYZT_KC_TKQ",
|
|
id: "YHYZT_KC_TKQ",
|
|
@@ -311,6 +317,7 @@ window.ApplicationConfig = {
|
|
{ label: '余杭区', value: '330110' },
|
|
{ label: '余杭区', value: '330110' },
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+
|
|
mapFieldConfig: {
|
|
mapFieldConfig: {
|
|
"layersData": [
|
|
"layersData": [
|
|
{ "name": "供地地块", "value": "st_gddk", "serverName": "供地数据", "serverId": "YHYZT_ST_GDDK_NEW", "isAnal": true },
|
|
{ "name": "供地地块", "value": "st_gddk", "serverName": "供地数据", "serverId": "YHYZT_ST_GDDK_NEW", "isAnal": true },
|