1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
| define(
| function(){
| //
| var _instance={
| geometryServiceUrl:"",
| XZQUrl:null,
| countyUrl:null,
| basemap:null,
| widgets:null,
| copyright:"",
| proxyurl:"",
| hockId:null,
| busServices:null,
| layers:{},
| monitorSpots:{},
| layers_temp:{},
| treeNodes:[],
| events:[],
| buffer_layers:[],
| selectLayer:null,
| project_layers:{},
| XZQfeatures:null,
| areaQueryURL:null,
| ajaxURL:null,
| monitorSpotURL:null,
| test:null,
| gpserverURL:null,
| printUrl:null,
| intersect_new:null,
| intersect_custom:null,
| intersect:null,
| shpAjax:null,
| kmlAjax:null,
| txtAjax:null
| };
| return _instance;
| });
|
|