|
POST
|
Hello everyone, Can we show hyperlink paths in AGOL? Using Hyperlinks—Help | ArcGIS for Desktop Thanks
... View more
01-23-2017
02:01 PM
|
0
|
0
|
1016
|
|
POST
|
Thanks, Where do I add this code in the Edit Widget? Any sample? Thanks
... View more
01-23-2017
12:45 PM
|
0
|
1
|
940
|
|
POST
|
Hello everyone, We have a polygon feature class that stores a link to the physical location of the attached documents as an hyperlink: FILE:///\\[server location]\[folder path for this specific feature]\*.PDF To add or remove documents, the user drags and drops all the documents to this folder associated with the feature. This solution has been implemented with ArcMap 2 or 3 years ago, and works as expected.. I want to implement the same functionality in AGOL Web Builder, so when the editor opens the Attribute Inspector window, a button "Upload Documents" allows to add or remove documents. Something similar to: http://ajaxuploader.com/drag-and-drop-files.htm How can I add a button on the Attribute Inspector?
... View more
01-23-2017
11:32 AM
|
0
|
3
|
1702
|
|
POST
|
Hello everyone, How can I copy features ad attachments from one feature class to another feature class using Modelbuilder or Python arcpy. I tried to use the append tool but it only copies features and does not append attachments. Thanks
... View more
01-18-2017
10:01 AM
|
0
|
3
|
2740
|
|
POST
|
Robert, We have our own ArcGIS Server, and IIS web server. We no not have ArcGIS Portal. So in your case when you customize the source code of a Web Mapping Application, how do you keep the code modified if you need to change for example the Widget Editor . Thanks
... View more
01-13-2017
12:07 PM
|
0
|
1
|
4681
|
|
POST
|
Hi Robert, In my case I already have the whole Web AppBuilder JavaScript application with customized source code in the Edit Widget, ready. This Web AppBuilder javascript runs in IIS development server. If I delete the edit widget, save the app and re-add the edit widget, then I have to Download the source code again because I have lost the source code customization. How do you handle deployments to production in ArcGIS Online? Thanks.
... View more
01-13-2017
11:33 AM
|
0
|
1
|
4681
|
|
POST
|
Hello everyone, Where can I find in ArcGIS Online the Feature Layer ID in this sample "id":"Wildfire_4234" Edit—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers "layerInfos": [{ "featureLayer": { "id":"Wildfire_4234" }, Thanks
... View more
01-13-2017
11:10 AM
|
0
|
6
|
7734
|
|
POST
|
Found it! Edit—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers "layerInfos": [{ "featureLayer": { "id":"Wildfire_4234" },
... View more
01-13-2017
11:05 AM
|
1
|
0
|
609
|
|
POST
|
Found it! Edit—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers "layerInfos": [{ "featureLayer": { "id":"Wildfire_4234" },
... View more
01-13-2017
11:04 AM
|
0
|
0
|
1618
|
|
POST
|
Hello everyone, I am using Web AppBuilder for ArcGIS Developer Edition. I replaced an editable feature layer in a Web map, and now when I run my Web AppBuilder application in my workstation the new feature template does not show in the templates list. Is there a place where the feature templates are stored? A configuration file? Thanks
... View more
01-13-2017
10:20 AM
|
0
|
1
|
1412
|
|
POST
|
Hi, Where did you enable merge/cut after deleting the config_Edit? Thanks
... View more
01-12-2017
07:01 PM
|
0
|
0
|
1239
|
|
POST
|
This is the first time I am doing a deployment in ArcGIS Online. And I thin that my questions are: - how to copy from one AGOL account to another AGOL account a Web Map and a Feature Layer - how to correctly insert the new feature layer in the Web Map, in order to work with the Web AppBuilder (WAB) application that was pointing to the first account. I developed everything from my developer account: - in ArcMap, a mxd with one SDE editable layer - In ArcGIs Server a map service + feature service from the previous map - in ArcGIS Online: Feature layer pointing the the editable SDE layer, Web Map, Web Map Application - in Web AppBuidler, created a Web Application from Web Map this solution works fine. To deploy this solution, we created a new ArcGIs Online account reserved for items ready fro production, lets call it "AGOLProd" So this is what I did, login to ArcIS Online with AGOLProd, go to Groups and open my Web Map from development and saved it in "AGOLProd". Because this Web Map uses a Feature Layer I created this Feature layer with the same name and pointing to the same place in "AGOLProd". After changing the value of itemId in the file "config.json" to point to the new Web Map in my "AGOLProd". Two cases: - if I keep the map as it is, it shows the feature layer to be edited as template in the Edit window - if I replace in the Web Map the feature layer, thne my Web AppBuilder (WAB) does not show the layer in the Edit windows.
... View more
01-12-2017
10:58 AM
|
0
|
0
|
1618
|
|
POST
|
I mean in ArcGIS Online "I can open the Web Map and edit the new feature layer." My question is about how to deploy a Web Map, a Feature Layer and a Web AppBuilder (WAB) app. We have a production environment, and I am having trouble deploying an editable feature layer. In the Web Map that feeds the Web AppBuilder (WAB) app, I just deleted the existing feature layer and replaced with a new one created inside the publisher account. Then I shared the map and feature service with a Group. This part works fine. I can edit directly in ArcGIs Online with Web Map. If I test my Web AppBuilder (WAB) app with the original feature layer I can edit it, but when remove the feature layer and add the new feature layer, it doesn't work because the edit window is empty it does not show any layer or template to edit. Also I did a test keeping the old feature layer and adding the new one, and it this case it shows both of them. The old one with its same name, but the new one it lists it under "All". I did not "Make a Web Application" because I already have my Web AppBuilder (WAB) app running in IIS, and customized. Thanks
... View more
01-11-2017
07:28 PM
|
0
|
1
|
1618
|
|
POST
|
Hi Robert, The map service and mxd are the same. I am testing the deployment process, so the map service points to the layer in development. In ArCatalog I can open the Web Map and edit the new feature layer. But it looks like in the java code it does not find the template to edit. Where does the Edit Widget reference the template to edit? Thanks
... View more
01-11-2017
06:54 PM
|
0
|
1
|
1618
|
|
POST
|
Hello everyone, I copied a Web Map from an ArcGIS Online Development environment (my account) and removed one Feature Layer pointing to SDE development in the map to replace it with the same feature layer but this one pointing to the same layer but in a production SDE instance. Now when I run my Web Application Builder application the Edit Popup window, it does not show the template to edit this layer. Before the drop down box "Feature Layers" showed the layer I am editing, and in Search Templates the symbols of the template. My Web Application Builder application works fine when I copy the Web Map from development to production, the Edit Popup window shows everything. But after changing the Feature Layer, the Edit Popup window is empty. This is what I did: Create a Web Map in a production account for a Envelopment account just saving the map. - Changed ItemID in config.json to call the new Web Map - Removed the Feature Layer and added a new Feature Layer with the same name but this one pointing to production. Thanks
... View more
01-11-2017
12:51 PM
|
0
|
7
|
2731
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|