IDEA
|
Banners should be visible for all classified items on the item itself, not just web maps. And if a classified item is used in a map then it would be great if the map inherited that classification (or the highest classification of data in the map?)
... View more
01-09-2025
08:25 AM
|
0
|
0
|
162
|
POST
|
I am testing out the Classification schema option in 11.4, and am not sure if it is what I need or if I am using it incorrectly. I want to be able to classify certain datasets etc. so that it is obvious that there are restrictions associated with the data. I am hoping that these will be visible at all levels, feature layer, map and app and the banner seems to be a nice way to highlight this. However, if I classify a feature layer then the banner doesn't show when viewing that feature layer. If that classified feature layer is used in a map then the classification doesn't carry through, the map has to be classified separately. Is it only maps that get the banner? Is there a way to hide the banner when the map is NOT YET CLASSIFIED? I only want to show classified items with the banner.
... View more
01-08-2025
06:03 PM
|
0
|
0
|
293
|
POST
|
You can loop through and check the existence of a file in the output location, and update the name using an approach like the following (untested and not properly indented): filenum = 2 attachment = item[0] filename = f'{item[3]}.jpg' while os.path.exists(os.path.join(fileLocation, filename)): #check the output location arcpy.AddMessage(f'{filename} already exists, trying --{filenum}') filename = f'{item[3]}--{filenum}.jpg' filecount += 1 open(fileLocation + os.sep + filename, 'wb').write(attachment.tobytes())
... View more
10-29-2024
02:40 PM
|
1
|
0
|
567
|
POST
|
I can confirm this also happens when exporting to a FGDB.
... View more
10-06-2023
12:06 PM
|
0
|
1
|
1962
|
POST
|
Same issue in 10.9.1 . arcpy.Exists(), os.path.exists() and os.path.isfile() return true for the path, but it won't load and throws the OSError. Service is running through a conda environment. In 11.0 it doesn;t throw the error, but it doesn't run properly either. However, this makes me wonder if it is related to the aprx version. I have Pro 3.1 and I think 10.9.1 errors as it only handles up the 2.9 apparently .
... View more
08-11-2023
02:47 PM
|
0
|
0
|
2845
|
IDEA
|
I would love to have the option to add a map click event as an action.
... View more
05-24-2023
04:38 PM
|
0
|
0
|
4149
|
POST
|
I use Reflector3 to mirror an iPad to Windows, and then share the windows screen.
... View more
12-22-2020
03:11 PM
|
1
|
1
|
1133
|
POST
|
Non http links generated in Arcade (e.g. flow:// which triggers the Flowfinity app installed on the device) do not work in Field Maps on iOS or Android - they display the text but are not clickable. The same URL works in a standard web map on both platforms, and in Collector and Explorer on iOS, but not on Android. The same link set up without using Arcade (custom popup) does work on all platforms. Any indication when Arcade links will be supported in Field Maps?
... View more
12-22-2020
03:00 PM
|
0
|
3
|
1342
|
POST
|
Is there a place to see what is supported in the web browser for calculations?
... View more
02-14-2020
04:42 PM
|
1
|
0
|
2874
|
POST
|
Apart from named users, who else has access to an ArcGIS Online feature layer or web map? Can Esri staff see them? I am trying to understand FERPA and similar compliance requirements for data hosted on ArcGIS Online (or visible in an AGO map).
... View more
07-29-2019
10:55 AM
|
0
|
2
|
1064
|
POST
|
I updated to 2.4 and downloaded a new copy of the tools and was able to publish the solution.
... View more
07-29-2019
10:50 AM
|
1
|
0
|
1051
|
POST
|
I have been unable to deploy the Water Distribution System Foundation solution to an AGO organization (tested against my dev organization as well as a proper organization). In each case I get the attached error with a "Failed to create Feature Service Water Service ARea: 'spatialReference' " error. the box Use Existing Items in Organization is unchecked, I am an organization admin in both organizations. Any ideas? All I want to do is get the schema for this package to understand how it is set up but it doesn't seem to be available for download anywhere.
... View more
04-02-2019
03:12 PM
|
1
|
2
|
1307
|
POST
|
I ended up building a tool that creates a sidecar xml file that Arc reads as the metadata. It basically exports the source metadata to XML, then saves it to the layer file location with the layer file name.
... View more
08-01-2018
09:55 AM
|
0
|
0
|
2042
|
POST
|
That makes sense now. If no configuration overrides are made in a web map, will it pull changes made to an underlying layer with respect to popups etc?
... View more
04-25-2018
01:12 PM
|
0
|
1
|
1143
|
POST
|
That is very good info to know about Pro capabilities. Just throwing out another option for downloading REST Service data: the Data Pillager (GitHub - gdherbert/DataPillager: Download data from Esri REST service ) toolbox tool that I wrote for precisely that purpose some years ago, and still update every now and then with new functionality and to address issues.
... View more
02-08-2018
10:16 AM
|
0
|
0
|
766
|
Title | Kudos | Posted |
---|---|---|
1 | 10-29-2024 02:40 PM | |
1 | 12-22-2020 03:11 PM | |
1 | 03-14-2017 10:38 AM | |
1 | 12-04-2014 09:09 AM | |
1 | 07-07-2015 02:03 PM |
Online Status |
Offline
|
Date Last Visited |
Tuesday
|