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
|
582
|
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
|
582
|
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
|
44
|
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
|
1018
|
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
|
55
|
Online Status |
Offline
|
Date Last Visited |
11-12-2020
10:11 AM
|