|
POST
|
Hi Sachin - not sure if you figured this out yet but I notice that you are using .get for .push to your sources array. In my 4.x search I'm just adding souces as part of the Search's constructor options, In that way I have no need to set a sources var and get sources, then push. Not sure if that helps you or not
... View more
12-05-2016
10:03 AM
|
1
|
0
|
1858
|
|
POST
|
Hi - In spending the last few months working on securing my operational map services for a variety of use cases, I notice that when I do not wish to bypass the Identity Manager in 3.x / 4.x apps (i.e having the user enter username password into the default form) to generate the necessary tokens, the network traffic shows a token request being sent out like every 15ms. Worse, the user name password is contained in the response. It's easy enough to set up urlUtils with a proxy rule where I can set an accessToken in my proxy.config, or pass in params using the esriId.registerToken method directly in my map.js, but both of those methods then seem to bypass the Identity Manager form. In certain use cases I wouldn't want to do that. Do I need to access the form entries and store them as part of a Credential object in a json string? Then maybe set that string variable on the credential property of the feature layer? Thanks, David
... View more
11-23-2016
12:42 PM
|
0
|
0
|
1036
|
|
POST
|
I just mean that that functionality should come standard with the widget. The ability to summarize within some drawn extent that works like the current 'Summarize Within' widget but allows output to a graphics collection instead of a feature layer that has to be stored in your AGOL content. But come to think of it, Robert's current eSearch widget is really already doing that as long as you have are returning your eSearch results as operational layer, numeric fields will return count, min, max, mean and sum values. David
... View more
11-09-2016
11:01 AM
|
1
|
1
|
2721
|
|
POST
|
Hi Kirk - another way to to what Chris has done above is to set up a click event on a feature layer itself: on(yourFeatureLayer, "click", function() {
if (measurement.activeTool == "area" || measurement.activeTool == "distance" || measurement.activeTool == "location") {
mapMain.setInfoWindowOnClick(false);
} else {
mapMain.setInfoWindowOnClick(true);
}
}); and use the activeTool property of the measurement widget. I might want to try Chris' method as this way you have to set up an event for each feature layer in your module. David
... View more
11-08-2016
09:48 AM
|
2
|
0
|
3775
|
|
POST
|
I Ezequias - I like the idea of this too, but I think that ESRI should be adding this functionality as part of widgets' standard development. David
... View more
11-07-2016
08:10 AM
|
0
|
3
|
2721
|
|
POST
|
Thanks Rebecca, how were you able to change the Mark Correct?
... View more
11-03-2016
01:56 PM
|
0
|
3
|
2882
|
|
POST
|
Sorry Robert I fat-fingered the Mark Correct action . . .
... View more
11-02-2016
03:41 PM
|
0
|
4
|
2882
|
|
POST
|
mime type for .woff (Web Open Font Format) is: application/font-woff
... View more
11-02-2016
03:40 PM
|
0
|
0
|
2882
|
|
POST
|
Oh cool, yes that would be it. I'll post back the mime type for woff - .svg is an image/svg+xml
... View more
11-02-2016
03:33 PM
|
1
|
1
|
2882
|
|
POST
|
Hi All - I keep getting a 404 on the feature_actions.woff file in my dev and production WABs. The file is in place in both dev and deployed environments. Does anyone know where in the jimu or elswhere I can look to modify a path or such? Thanks, David
... View more
11-02-2016
03:07 PM
|
2
|
8
|
3616
|
|
POST
|
Attachments have been syncing fine for us in a connected environment as of yesterday, but I haven't tried disconnected attachment syncs. We've got some proxy and secure services issues we are trying to resolve between our server and our agol portal When that's done, we can get back at collector in disconnected fashion.
... View more
11-02-2016
02:54 PM
|
0
|
0
|
1895
|
|
DOC
|
Not so far thanks. I was being a bit pre-emptive in case I ran into anything. I'll let you know for sure.
... View more
11-01-2016
12:20 PM
|
0
|
0
|
15693
|
|
DOC
|
Hi Robert - have you had any issues with your latest eSearch 2.1.2 and WAB version 2.2 ? Thanks- David
... View more
11-01-2016
10:17 AM
|
0
|
0
|
15693
|
|
DOC
|
I couldn't agree more. It's been a nice run Robert that's for sure. Perhaps if/when ESRI and Google work this out . . .
... View more
09-22-2016
09:58 AM
|
0
|
0
|
18113
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-01-2026 05:41 AM | |
| 1 | 06-26-2026 12:39 PM | |
| 6 | 06-25-2026 07:23 AM | |
| 1 | 06-17-2026 06:04 AM | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
55m ago
|