You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/report.js
+57-12
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,20 @@
1
-
define([
2
-
'esri/urlUtils'
3
-
],function(urlUtils){
4
-
5
-
urlUtils.addProxyRule({
6
-
urlPrefix: 'http://server.domain',
7
-
proxyUrl: '/proxy/proxy.ashx'
8
-
});
1
+
define([],function(ImageParameters){
9
2
10
3
return{
11
-
isDebug: true,
4
+
isDebug: false,
12
5
6
+
//default mapClick mode, mapClickMode lets widgets know what mode the map is in to avoid multipult map click actions from taking place (ie identify while drawing).
7
+
defaultMapClickMode: 'identify',
13
8
mapOptions: {
14
9
basemap: 'hybrid',
15
10
center: [-122.6314,38.2658],
16
-
// center: [-122.431297, 37.773972],
17
11
zoom: 19,
18
12
sliderStyle: 'small'
19
13
},
20
14
21
15
titles: {
22
16
header: 'CMV Report Widget',
23
-
subHeader: 'This is an example of the Report Widget',
17
+
subHeader: 'Identify a parcel by clicking the map',
0 commit comments