|
POST
|
Is it possible to have multpile arcpy.da.Editor cursors run on the same enterprise feature class / table simultaneously? I have a few scripts that are setup to insert a row into the same table. There are times when a script may run longer than expected and there will be multiple scripts running at the same time. Through testing it seems like the first script will not have an issue and insert a row without a problem, however, the second script may (or may not) throw an error on startEditing(). This dataset is versioned, so I'm using startEditing(True, True) for the parameters. I do use del to delete the Editor cursor once stopEditing() has finished. I'm wondering a couple things: 1) First of all, is having multiple arcpy.da.Editor instances running on the same table an issue? 2) Is startEditing(True, True) the correct / recommended set of parameters to use?
... View more
02-19-2018
01:08 PM
|
0
|
1
|
885
|
|
POST
|
I have 2 feature classes (that I know of) that do NOT show in the Pro Catalog tree but using the same connection file within ArcCatalog, they do show. The feature classes in question are highlighted below. Is there any known reason why given the same connection file, feature classes will NOT display within Pro? Again, I'm using the same connection file, so permissions are already configured on the feature classes and obviously work fine within ArcMap/ArcCatalog. I'm using ArcGIS Pro 2.1.1. Pro Catalog Tree ArcCatalog Tree
... View more
02-13-2018
07:47 AM
|
1
|
6
|
3946
|
|
POST
|
The process is the same (I believe) as editing one of Esri's vector tile base maps.
... View more
01-26-2018
08:38 AM
|
0
|
0
|
1771
|
|
POST
|
Totally agree. In theory, I see a huge potential for vector tiles in not only base maps, but also as a way of easily creating a cache for static features. However, there just seems to be too many quirks/bugs with vector tiles. My biggest gripe is that what you see in Pro does not get translated to the vector tiles. You may produce a great map in Pro, but when you create the vector tiles, I was left disappointed with how it looked in vector tile format. Labeling is a huge problem with current vector tiles, not only do the labels not seem to respect their placement in Pro, but they don't seem to respect label scales. In the original vector tiles I created to start this thread, the labels were all the same font size and did not change sizes at different scales as they did in Pro. I have virtually given up on vector tiles since I created this post in hopes of Esri addressing these issues. For me personally, until these issues are fixed, they are not worth using on complex maps. For simple caching of features that require no labels, I can see them working, but if your map has any type of labelling, I would be prepared to be disappointed.
... View more
01-22-2018
07:52 AM
|
1
|
0
|
7047
|
|
POST
|
I have a geoprocessing service that outputs a file. Part of the python script includes adding messages (arcpy.AddMessage) to communicate to the user what's going on. However, these messages don't come across when the tool is run as a geoprocessing service. Is there any way to add messages to a geoprocessing service...? System info: ArcGIS Enterprise 10.5.1 ArcGIS Server Advanced Windows Server 2012 R2
... View more
12-20-2017
06:11 AM
|
0
|
5
|
4015
|
|
POST
|
Forgot to add Moveable and domClass as parameters to the function list, as shown on line 47 in the first screenshot! Thanks!
... View more
11-20-2017
07:43 AM
|
0
|
0
|
3414
|
|
POST
|
Is there a way to make a pop-up within a WAB developer edition app draggable / movable? Some of our users find it inconvenient that the pop-up in most cases covers the selected feature. I found this technical article which appears to address the issue, but I noticed two things: It seems to be geared towards the Launchpad theme, so I'm not sure if it applies to other themes It seems to have been written for WAB 1.x I tried implementing these into a 2.x app with the Foldable theme and my app would no longer load. Based on the above technical article, I'm guessing that making a pop-up draggable / movable is possible and am wondering if anyone has been successful in doing this...?
... View more
11-17-2017
02:18 PM
|
2
|
4
|
4741
|
|
POST
|
Thanks, that's the combination I was looking for. Sorry to keep going back and forth!
... View more
10-30-2017
10:59 AM
|
1
|
0
|
2631
|
|
POST
|
Owen, Installed node.js, ran the npm commands, ran the grunt command ... still not seeing the accordion panel height adjustment after changing the line of code in the accordionPanel.js file from 3 to 1.25. Test app: https://gis.linncounty.org/webapps/gis/training/arcmap/01-introduction-test/ Test app viewer-min.js file: https://gis.linncounty.org/webapps/gis/training/arcmap/01-introduction-test/app/viewer-min.js
... View more
10-30-2017
07:36 AM
|
0
|
0
|
2631
|
|
POST
|
Ok...I downloaded the source code, made the change to the '.accordion-content max-height' property, and try running grunt from the folder location and get the error that it's not a recognized command...
... View more
10-27-2017
11:36 AM
|
0
|
0
|
2631
|
|
POST
|
I thought this line of code has something to do with the spacing. Although, I'm looking in the 'viewer-min.js' file which I'm assuming is the minified viewer Javascript file. If I un-minify the file, I see this section of code: I don't see any file named 'AccordionPanel.js'. If I change the value from 3 to 1.25 as shown above, I don't notice any change.
... View more
10-27-2017
10:51 AM
|
0
|
2
|
2631
|
|
POST
|
I've downloaded the Map Series template from GitHub and am wondering if it's possible to create a custom CSS rule that would increase the height of the active accordion content window? I'd like to be able to display more text than what is currently visible.
... View more
10-26-2017
01:38 PM
|
0
|
9
|
3033
|
|
POST
|
Thought I would follow-up on this... It was determined and later re-produced by Esri that if you add a feature layer to a web map using a Feature Service (FeatureServer) and then share that layer to Open Data, the entire service layers would get indexed, not just the individual layer. If I added a map service layer to a web map and did the same workflow, it behaved as expected where only the one individual layer was indexed and shared with Open Data, not the entire service layers. If I added a feature service layer as an item, it would behave as expected. There seems to be some sort of bug if the layer is added from a feature service (FeatureServer) through a web map.
... View more
10-20-2017
11:37 AM
|
0
|
0
|
695
|
|
IDEA
|
I think it would be nice to have some tools or reports available for feature layers within AGO / Portal that display which web maps a particular feature layer is contained within. If I remove a feature layer from our Organization, I'd like to be able to quickly find out which web maps are affected so I can also remove the layer from the web map.
... View more
10-20-2017
11:14 AM
|
2
|
0
|
576
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-03-2026 09:59 AM | |
| 1 | 03-02-2026 11:02 AM | |
| 6 | 02-18-2026 04:58 PM | |
| 2 | 02-18-2026 05:01 PM | |
| 1 | 12-09-2025 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|