|
POST
|
Hmm, yeah I'm not seeing that. Sorry I don't know what to tell you . . .
... View more
06-23-2016
12:17 PM
|
0
|
0
|
3274
|
|
POST
|
Ah, cache per domain, yes. Yes I think we're saying the same thing as well - - -
... View more
06-21-2016
01:34 PM
|
0
|
0
|
3274
|
|
POST
|
Hi Rene, correct me if I am wrong, but the browser should cache the .js files regardless of source. I think I misunderstood the original question. I was thinking that the issue was with the CDN . . .
... View more
06-21-2016
01:06 PM
|
0
|
2
|
3274
|
|
POST
|
Udy- You have 2 choices: continue to reference the javascript modules via a cdn source or download and host the source on your webserver David
... View more
06-21-2016
08:23 AM
|
0
|
2
|
3274
|
|
POST
|
Not sure what you mean by 'middle match'. My question a while back was about the info template. We've added a function that gets our domains' coded value descriptions and applies to the any domained fields
... View more
06-16-2016
01:54 PM
|
0
|
0
|
2139
|
|
POST
|
Hi Robert et al, just thought I'd let you know about a bit of unintended widget css interaction I discovered with the Measurement widget. If using both the measurement widget and the layer list widget, be sure to inlcude the the .esriLayerList class with the .esriToggleButton class in the expandLayerList funciton query: function expandLayerList() {
query('.esriLayer').forEach(function(node, index){
if(index < 8){
domClass.add(node, "esriListExpand");
}
});
query('.esriLayerList .esriToggleButton').forEach(function(node, index){
if(index < 8){
domClass.replace(node, "esri-icon-down", "esri-icon-right");
}
});
} Otherwise, the measurement widget (or any other widget that uses the .esriToggleButton class) places an esri-down-icon along side the measure widgets units css:
... View more
06-09-2016
11:21 AM
|
1
|
0
|
3555
|
|
POST
|
Seems to be working today. I probably needed to inlucde the outFields paramter in the soucces array: outFields: ["Match_addr"],
... View more
06-03-2016
02:19 PM
|
1
|
0
|
1201
|
|
POST
|
It also appears that now Dev 2.0 runs either way after the Chrome release . . .
... View more
06-02-2016
10:40 AM
|
0
|
2
|
4040
|
|
POST
|
Sounds good. I am also happy to report no caching errors regardless of scenario (new, rebuild, AOI use) at 10.4. I expect that will continue at 10.4.1
... View more
06-02-2016
07:55 AM
|
0
|
0
|
1613
|
|
POST
|
Hi - I'm trying to use the world geocoder as my locator source in the Directions widget, along with a feature layer as a second source (3.16). I've set up the sources array as such: sources: [{
locator: new Locator("https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"),
singleLineFieldName: "SingleLine",
name: "Search by Address",
localSearchOptions: {
minScale: 300000,
distance: 100
},
placeholder: "Search by Address",
maxResults: 3,
maxSuggestions: 3,
enableSuggestions: true,
minCharacters: 0,
},
{
featureLayer: lyrBldg,
searchFields: ["FACILITYNAME"],
displayField: "FACILITYNAME",
exactMatch: false,
outFields: bldgFlds,
name: "Search by Facility",
localSearchOptions: {
minScale: 300000,
distance: 1000
},
placeholder: "Search for Facilities",
maxResults: 3,
maxSuggestions: 3,
enableSuggestions: true,
minCharacters: 0
}], but when entering an address (regardless whether the 'All' or 'Search by Address' search option is selected), the widget will place the stop A icon on map and then clear the address from the search input. When entering a second address, the stop B icon is placed on the map, but again the input search box is cleared instantly. As such, the icons remain on the map at their correct locations, but no route can be solved. When using the world geocode service as the only source (i.e not in a sources array) I have no issues- Suggestions? Thanks, David
... View more
06-01-2016
02:35 PM
|
0
|
1
|
3505
|
|
POST
|
Yes I agree but they don't seem to register with python 2.7.10
... View more
05-26-2016
11:26 AM
|
0
|
0
|
2123
|
|
DOC
|
Nicholas - have you registered your wab dev with your portal? Added your re-direct urls? I ask because whether Portal or Online, dev still has a proxy to your node js dev machine url David
... View more
05-20-2016
10:49 AM
|
0
|
0
|
10325
|
|
POST
|
Actually Robert this is really good too - I just started looking for a way to expand my layerList on load - cool: function expandLayerList
... View more
05-19-2016
02:18 PM
|
1
|
0
|
3555
|
|
POST
|
sure glad to help, I haven't been able to contribute in awhile. Sometimes its just the small things
... View more
05-19-2016
02:06 PM
|
0
|
0
|
1227
|
| 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 |
Thursday
|