|
POST
|
Hell oeveryone, Is there a location to download older Web AppBuilder versions? I am interested in version 2.12.
... View more
04-10-2020
07:54 AM
|
0
|
1
|
734
|
|
POST
|
Thanks Robert! For layers that are going to be edited only on the web, do you recommend to edit in the Default SDE or to create a version and edit the child version.
... View more
04-08-2020
12:47 PM
|
0
|
1
|
1466
|
|
POST
|
Well, with ArcMAp you can edit an SDE layer that is not versioned. https://desktop.arcgis.com/en/arcmap/10.3/manage-data/geodatabases/configuring-an-arcmap-edit-session-to-perform-nonversioned-edits.htm
... View more
04-08-2020
12:27 PM
|
0
|
3
|
1466
|
|
POST
|
Hello everyone, When editing GIS layers with Web App Builder and SDE, what do you recommend versioned or un-versioned layers? Thanks
... View more
04-08-2020
11:50 AM
|
0
|
5
|
1501
|
|
POST
|
Hello. After adding a layer in ArcMap from ArcGIS Online feature service, this layer does not get refreshed when we open ArcMap. Is there a way request to refresh it in ArcMap. Thanks
... View more
04-06-2020
01:31 PM
|
0
|
0
|
394
|
|
POST
|
Hello everyone, Can I edit an feature layer in ArcMap, or only this can be done with ArcGIs Online.
... View more
04-01-2020
12:02 PM
|
0
|
1
|
857
|
|
POST
|
Good afternoon everyone, We are currently testing the Terraflex AddIn with ArcMap without an MXD. We load all the layers dynamically in ArcMAp so the map does not need to be saved. We are getting the following error message: "A Project Can Not Be created Without an mxd". Is there a way to synchronize the data via a script, instead of using ArcMap? Thanks
... View more
03-31-2020
09:45 AM
|
0
|
0
|
807
|
|
POST
|
Hi, This is what I did: if os.path.exists(sdeFile): # removing the file using the os.remove() method os.remove(sdeFile)
... View more
02-25-2020
11:04 AM
|
0
|
0
|
1307
|
|
POST
|
Hello everyone, How can I delete an sde file located in my scratch space. prefixOutputWorkspace = r"C:\scratch\....\ConnectionToSQL.sde" if arcpy.Exists(prefixOutputWorkspace): delete this sde conection Recreate sde connection Thanks
... View more
02-25-2020
08:47 AM
|
0
|
2
|
1381
|
|
POST
|
This SQL statement displays X and Y coordinates SELECT [PumpNumber], [SHAPE], SHAPE.STX, SHAPE.STY FROM [PUMP]
... View more
02-24-2020
09:49 AM
|
1
|
0
|
4288
|
|
POST
|
Thank you. I just hard coded the name of the Topology FC and it works here is the saple I used to test: # Import arcpy module import arcpy # Local variables: MyFC_Topology = "...\\FGDB.gdb\\MyFD\\MyFC_Topology" # Process: Delete arcpy.Delete_management(MyFC_Topology, "Topology")
... View more
01-29-2020
08:09 AM
|
0
|
1
|
2234
|
|
POST
|
Hello everyone, I would like to build a function in python that removes all topology layers from a feature dataset. How can I check if a feature dataset has topology with arcpy, and also how can identify topology layers to delete them. Thanks
... View more
01-29-2020
06:05 AM
|
0
|
3
|
2336
|
|
POST
|
Good morning, How can I check the Delete_succeeded value after running a arcpy.Delete_management in Python? I see on the Python code generated from a model: # Local variables: Delete_succeeded = "false" # Process: Delete arcpy.Delete_management( Relationship Class , "RelationshipClass") Does it mean that after the arcpy.Delete_management, I need to check Delete_succeeded ? Thanks
... View more
01-21-2020
06:43 AM
|
0
|
0
|
658
|
|
POST
|
Hello everyone, Finally I was able to do it, but using the extent: http://<your portal url>/apps/webappviewer/index.html?extent=-13079253.954115,3959110.38566837,-12918205.318785,4086639.70193162,102113 Dim URL As String = System.Configuration.ConfigurationManager.AppSettings.Item("MyGISViewerPortalURL") Dim myWKID As String = System.Configuration.ConfigurationManager.AppSettings.Item("WKID") URL = URL & strxmin & "," & strymin & "," & strxmax & "," & strymax & "," & myWKID
... View more
01-14-2020
12:23 PM
|
0
|
0
|
2461
|
| 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
|