DOC
|
There is a Tree component in jimu-ui. It would be great if you could add it to the theme-builder page. Thanks!
... View more
04-02-2020
10:03 PM
|
1
|
0
|
19517
|
DOC
|
The documentation states that we can preview commonly used components at by visiting: https://localhost:3001/theme-builder . But that does not work. I am running npm start on both client and server folders. Any suggestions?
... View more
04-01-2020
05:09 PM
|
0
|
0
|
19517
|
POST
|
Why are fields in the newer versions of data dictionaries such as Local Government Information Model and Address Data Management, all lowercase?
... View more
03-12-2020
09:55 AM
|
0
|
0
|
530
|
POST
|
Newbie question here. I have a LayerChooserFromMapWithDropbox added to my widget. I am trying to make the "selection-change" event to work so that when a layer is changed, a dijit/form/Select box gets updated with fields from the selected layer. This should be pretty simple but my limited experience is making this take longer than it should. This is what I have so far... postCreate: function() {
this.inherited(arguments);
var layerChooser = new LayerChooserFromMap({
createMapResponse: this.map.webMapResponse
});
_layerChooserDropBox = new LayerChooserFromMapWithDropbox({
layerChooser:layerChooser
}, this.layerChooserDropBoxDiv);
on(_layerChooserDropBox, "selection-change", lang.hitch(this, function(){
if (_layerChooserDropBox.getSelectedItem()){
_layerObject = _layerChooserDropBox.getSelectedItem().layerInfo.layerObject;
array.forEach(_layerObject.fields, lang.hitch(this, function(fldObj){
// update fieldSelectDiv
}));
}
}));
}
... View more
05-02-2017
10:12 AM
|
0
|
2
|
1894
|
DOC
|
Robert, How did you make it so that the Point tool is active even after the results load and is available for more identify operations? The default Query tool behavior is that once a feature is selected with one of the draw tools and results appear, you have to go back and re-select the draw tool. Thanks for any help!
... View more
03-09-2017
12:29 PM
|
0
|
0
|
5472
|
POST
|
There are some here that might help with what you are looking for
... View more
01-18-2017
12:05 PM
|
0
|
0
|
723
|
POST
|
This is probably a very broad question but any pointers will help. How do you setup Portal for ArcGIS that uses Active Directory users (not in-built user store), so that you can access the maps and services from outside as well as inside the organization? Some maps and services should be entirely public with no named user reqs Some maps and services should be accessible from outside thru named user credentials Some maps and services are internal only Thank you
... View more
02-12-2016
03:32 PM
|
0
|
3
|
5831
|
POST
|
Got an update from Esri It turns out that this is a previously documented issue. Does not look like there is any urgency on resolving this... NIM088333 - Script tool validation does not allow a feature se..
... View more
10-29-2015
11:23 AM
|
1
|
0
|
1730
|
Title | Kudos | Posted |
---|---|---|
1 | 10-29-2015 11:23 AM | |
1 | 12-02-2014 11:29 PM | |
1 | 04-02-2020 10:03 PM | |
2 | 10-21-2014 03:32 PM |
Online Status |
Offline
|
Date Last Visited |
11-12-2020
10:11 AM
|