forked from sspinnovations/esrijsapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Site.js
42 lines (36 loc) · 755 Bytes
/
Site.js
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
38
39
40
41
42
/* global Site */
var Site = {
map: null,
esriMap: null,
mapView: null,
esriMapView: null,
esriSceneView: null,
sceneLayer: null,
graphicsLayer: null,
mapGraphicsLayer: null,
scene: null,
basemapName: 'topo',
locate: null,
locateVM: null,
toggle: null,
toggleVM: null,
home: null,
homeVM: null,
tiledLayer: null,
featureLayer: null,
popupTemplate: null,
point: null,
simpleMarkerSymbol: null,
simpleLineSymbol: null,
simpleFillSymbol: null,
graphic: null,
search: null,
searchVM: null,
locator: null,
camera: null,
geoprocessor: null,
linearUnit: null,
featureSet: null,
dom: null,
on: null
}