|
DOC
|
Robert, Is there a way to have this search multiple layers at the same time? We currently have a search utility in FLEX that allows us to search multiple layers (from different URL's) at the same time and produce a report.
... View more
07-22-2015
03:32 PM
|
0
|
0
|
7126
|
|
POST
|
Xiaodong, Is there a specific place that the new code in the stemapp/jimu.js/LayerInfos/LayerInfos.js needs to be placed? I'm having an issue trying to get it to work. The issue I'm encountering is an empty layer list, with nothing showing underneath "Operational Layers". Also, does this work with dynamic layers as well? Thanks.
... View more
07-22-2015
08:40 AM
|
0
|
1
|
3602
|
|
POST
|
Could it be that you need to include the domain in your url for the proxy? Such as ipcds0001.xxx.local?
... View more
07-17-2015
02:17 PM
|
1
|
1
|
3150
|
|
DOC
|
Are there any plans to adapt this to work with other shortening APIs, such as Go.USA.gov – Create short, trustworthy .gov URLs ?
... View more
07-09-2015
03:40 PM
|
0
|
0
|
13423
|
|
POST
|
I noticed that with the update, I was able to choose with sublayers were visible, but when launching the application, it will display the default values as being visible instead of the ones that are actually visible in the layer list widget. The same is also true for the legend widget. Any thoughts as to why this is the case and how to resolve?
... View more
07-08-2015
02:39 PM
|
0
|
12
|
1391
|
|
POST
|
Yes, you should be unzipping the file and placing the unzipped contents on your web server in the inetpub/wwwroot directory. You'll want to make sure that if you're using any sort of proxy that this is shown in the json file properly as well.
... View more
07-08-2015
10:00 AM
|
1
|
0
|
7386
|
|
POST
|
I do not have the default2D folder. Here is the modification that I made in the cofig.json file in the client\stemapp\predefined-apps\default\config.json file: "widgetOnScreen": { "widgets": [{ "uri": "widgets/LocalLayer/Widget", "visible": true },
... View more
06-26-2015
02:39 PM
|
0
|
2
|
1089
|
|
POST
|
Leah, You might want to check out this post for details: Tips for using the custom LocalLayer widget with WAB-Dev edition It seems to me the issue is related to where you added the widget in your json code. I documented how I did the install, which is working for me. Here are the details: This widget updates the interface to allow for local layers to be added into the system Tips and tricks for implementation can be found here: https://community.esri.com/blogs/myAlaskaGIS/2015/02/04/tips-for-using-the-custom-locallayer-widget-with-wab-dev-edition Must click the visibility icon to make it applicable within the application References to the widget must be added manually into the config.json file § Make sure visible=true Two changes are needed within the client\stemapp\jimu.js\LayerInfos\LayerInfoForMapService.js file: § For version 1.1 Line 450 should be changed from: var url = this.originOperLayer.url + '/' + subId; § To: var url = this.originOperLayer.layerObject.url + '/' + subId; § for v1.1 And line 423 should be changed from: var url = this.originOperLayer.url + '/layers'; § To: var url = this.originOperLayer.layerObject.url + '/layers';
... View more
06-26-2015
02:32 PM
|
0
|
4
|
1089
|
|
POST
|
Rose, This post may help out with a shapefile widget. How to use JS API Samples to Make WAB Widget?
... View more
06-24-2015
08:14 AM
|
0
|
1
|
1274
|
|
POST
|
This one for example: Add shapefile | ArcGIS API for JavaScript
... View more
06-22-2015
02:10 PM
|
0
|
4
|
2407
|
|
POST
|
Is there any easy way to take a JS API sample and convert it to a WAB Widget? I'm taking a look at a few samples out there and it would be great to take that pre-existing sample code and convert it into a widget to work with WAB.
... View more
06-22-2015
02:00 PM
|
0
|
7
|
6936
|
|
POST
|
Robert, Yes, something similar. I'm working on porting over our current application (written in FLEX) which contains an ArcGIS Server discovery widget over to JS and thought I'd pose the question. It seemed rather close to what is already out there with the Add Service Widget, but it sounds like it is a little more involved than I thought.
... View more
06-22-2015
01:01 PM
|
0
|
0
|
706
|
|
POST
|
I understand that there is a pre-existing widget that Damien produced Add Service Widget 1.1.3 , but I was curious if it was possible to modify that code or have something else entirely that would allow an individual to add in services on the fly from an ArcGIS Server endpoint. For example, the user would select the agency's specific server endpoint, see what services were available and add that service on the fly into WAB. This would be instead of researching the URL of the service - all the user would do is select the specific AGS instance (from a listing of various ArcGIS Servers) and add in services that they "see" within the server.
... View more
06-22-2015
12:08 PM
|
1
|
5
|
3614
|
|
DOC
|
It looks like with the update (v 1.1.1), when adding the new service, it is still showing up in the Layer list as "Layers" instead of the service name.
... View more
06-18-2015
08:16 AM
|
0
|
0
|
11533
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-28-2022 03:26 PM | |
| 1 | 06-28-2022 07:19 AM | |
| 1 | 09-27-2021 08:36 AM | |
| 1 | 09-27-2021 08:45 AM | |
| 3 | 09-27-2021 08:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-29-2025
07:55 AM
|