|
POST
|
Hello Greg. I had similar issues with 2.7 but not with 2.8.
... View more
06-19-2018
09:20 AM
|
1
|
1
|
2789
|
|
POST
|
I meant I have the same issue as you described it: "after I draw a polygon, on an active layer in the layerlist widget, clicking the "Report" button, the area where the occurrences are shown for certain active layers, does not load anything. The strange thing is that no error is displayed on the chrome console." So, I am asking what do you mean you fixed it by: " modify the layers of my map and had not reconfigured them in the screening widget."
... View more
06-15-2018
01:20 PM
|
0
|
1
|
2470
|
|
POST
|
Can you elaborate? I have the same problem. Thanks.
... View more
06-15-2018
12:57 PM
|
0
|
3
|
2470
|
|
DOC
|
I just wanted to say that in version 2.7 encountered some ui problems like you did, so I stayed with v. 2.6. I upgraded to 2.8 and all the issues are gone. I am using the jewelry theme.
... View more
06-04-2018
01:36 PM
|
0
|
0
|
12017
|
|
POST
|
Hello Robert. I have an existing app and I am trying to use this widget. Rebecca Strauch stated that the file structure shown below works for her. so my question is : How the app will access the widget.js under locallayer/2d/locallayer/ with this entry in app's config.json: "uri": "widgets/LocalLayer/Widget" ? Thanks.
... View more
04-05-2018
03:08 PM
|
0
|
3
|
1314
|
|
BLOG
|
so, if we don't mess with the folders, it is ok to have the LocalLayer folder name twice? How the app will access the widget.js under locallayer/2d/locallayer/ with this entry in app's config.json: "uri": "widgets/LocalLayer/Widget" ? Thanks.
... View more
04-05-2018
02:50 PM
|
0
|
0
|
8015
|
|
BLOG
|
Hello Rebecca. I am referring to the screenshot posted under 10/12/2017. You stated: "making sure the widget\LocalLayer does have another layer of LocalLayer as a subdirectory" But then in the pdf titled "TipsUsing...." you stated: "Make sure the LocalLayer is the top folder name of the widget, and not repeated as a subfolder" Are these two statements contradict each other? It will be useful to provide a screenshot under the 2D or 3D. Thanks
... View more
04-05-2018
02:09 PM
|
0
|
0
|
8015
|
|
POST
|
Hello Aaron. Did you mean that you added the suggested line in the app/themes/jewelryboxtheme/widgets/headercontroller/widget.js? Thanks.
... View more
04-05-2018
08:52 AM
|
0
|
2
|
3835
|
|
POST
|
Thank you Robert. I misunderstood based on previous discussions that infowindow cannot work on the Popup panel and I didn't further look into infowindow.
... View more
03-15-2018
09:54 AM
|
0
|
0
|
1736
|
|
POST
|
I have a tool where a user clicks on a location, it performs a query for that location, and it returns the results by placing a graphic on the location and displays the results in an infowindow. this.map.infoWindow.show(thePoint) However, I use the popup panel widget developed by the guru Robert Scheitlin and the infowindow cannot work. The issue is that I can't use infotemplate or popuptemplate because neither has the show property. The user will have to click on the location after the graphic is displayed, to view the popup. Another user described the same issue at: javascript - How to trigger a Graphic's click event? - Stack Overflow and found the solution to use: view.popup.open However, this is only available in js 4.x Any suggestions to accomplish the same task in js 3.x? Thanks.
... View more
03-15-2018
09:31 AM
|
1
|
2
|
2473
|
|
POST
|
Robert, I'd like to give to the users the option to remove other types of layers, like a csv type. I make some changes below. Do you see any reasons not to follow this path that are not apparent to me? Thanks. Removed the "var" on line 3 to make the IsRootLayer a global variable. clazz.create = function(layerInfo, layerListWidget) {
var retDef = new Deferred();
isRootLayer = layerInfo.isRootLayer();
var defaultItemInfos = [{
key: 'url',
onClick: null
}]; Add the "&& (!isRootLayer) to check if the layer is at the root. if(this._layerInfo.isLeaf() && (!isRootLayer)) {
dynamicDeniedItems.push({
'key': 'removelayer',
'denyType': 'hidden'
});
}
... View more
03-13-2018
12:22 PM
|
0
|
0
|
2474
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-09-2026 12:44 PM | |
| 1 | 06-08-2026 12:12 PM | |
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|