|
@@ -2,8 +2,9 @@
|
|
window.ApplicationConfig = {
|
|
window.ApplicationConfig = {
|
|
serverURL: "/server",
|
|
serverURL: "/server",
|
|
//subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
|
|
//subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
|
|
- //subscribeUrl: 'http://localhost:8511/subscribe/',
|
|
|
|
- subscribeUrl: '/agentai/subscribe/',
|
|
|
|
|
|
+ subscribeUrl: 'http://localhost:8511/subscribe/',
|
|
|
|
+ // subscribeUrl: 'http://10.10.9.143:8511/subscribe/',
|
|
|
|
+ // subscribeUrl: '/agentai/subscribe/',
|
|
// subscribeUrl: 'http://192.168.0.145:8511/subscribe/',
|
|
// subscribeUrl: 'http://192.168.0.145:8511/subscribe/',
|
|
// zcbdUrl: 'http://ai.zjugis.com:8510/policy/#/home',
|
|
// zcbdUrl: 'http://ai.zjugis.com:8510/policy/#/home',
|
|
// fgbdUrl: 'http://ai.zjugis.com:8510/policy/#/regulation',
|
|
// fgbdUrl: 'http://ai.zjugis.com:8510/policy/#/regulation',
|
|
@@ -20,6 +21,10 @@
|
|
xzqUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZJXZQ/MapServer',
|
|
xzqUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZJXZQ/MapServer',
|
|
geoserverUrl: '/geoserver-host/geoserver/sde/ows',
|
|
geoserverUrl: '/geoserver-host/geoserver/sde/ows',
|
|
gdLayerName: 'sde%3Aecgap_klyzy',
|
|
gdLayerName: 'sde%3Aecgap_klyzy',
|
|
|
|
+ mapOptions: {
|
|
|
|
+ zoom: 10,
|
|
|
|
+ center: [29.877637, 119.533452]
|
|
|
|
+ },
|
|
aiAgent: [
|
|
aiAgent: [
|
|
'plan_dispatcher',
|
|
'plan_dispatcher',
|
|
'summary',
|
|
'summary',
|
|
@@ -64,8 +69,10 @@
|
|
id: "GD",
|
|
id: "GD",
|
|
checked: true,
|
|
checked: true,
|
|
type: 'geoserver',
|
|
type: 'geoserver',
|
|
- url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
|
|
|
|
- layername: 'sde:ecgap_klyzy'
|
|
|
|
|
|
+ //url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
|
|
|
|
+ //layername: 'sde:ecgap_klyzy'
|
|
|
|
+ url: 'http://60.191.110.204:8515/geoserver/nrllm/wms',
|
|
|
|
+ layername: 'nrllm:ecgap_klyzy'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|