|
POST
|
Hello, Is there an easy way to find license levels required for ArcGIS Python modules (whether the API or arcpy)? In some module documentation on the ArcGIS site, there is license requirements information available at the bottom of the page (e.g. Append), but not for all (e.g. Data Cursors). I need to be able to identify if existing python scripts will run on a newly purchased license if it's only Basic level. All of the other organization licenses are Advanced. I'm finding many of the modules used lack any licensing information in ArcGIS documentation.
... View more
01-17-2023
10:58 AM
|
0
|
1
|
1546
|
|
POST
|
We have some WebApp Builder applications created with Developer edition. We'd like to use a curated group so that users that are part of that Portal group (and not other users) can add that secure data on-the-fly in the map. If you are not signed in as a user with access to the curated group, we would expect a blank layer list in the Add Data widget given the way the permissions are granted at the layer and group level. If you are signed into the Portal as a user with access to the group, then the layer list would be populated with the group content. At this time, the widget is granting access to viewing layers in that secure group to all users regardless of group membership, yet when Details is clicked to view the item page when signed out, it prompts a login. At that level to access the item page, the group and item sharing settings behave as expected, yet at the same time, the data is viewable in the map while it shouldn't be. Is this a bug?
... View more
11-17-2022
08:07 AM
|
0
|
0
|
853
|
|
POST
|
Hello, My team is looking for a way to configure a map service (published from ArcGIS Pro 2.9.4, Portal version is 10.7.1) so that for all attributes with domains, the coded values display across the board in tables and pop-ups instead of the domain descriptions. We are using the map service in a third party map application in addition to our ArcGIS Portal apps, so we're looking for something that can be controlled at that service level so the change applies there as well. It appears that unchecking the option in the attribute table in ArcGIS Pro to change how domain values are displayed doesn't translate to the service level post-publishing. Thanks in advance!
... View more
11-15-2022
05:02 PM
|
0
|
0
|
1152
|
|
POST
|
Hi @Anonymous User does this mean that for 10.6 to 10.8, a registered Field Maps mobile app will operate similarly to Collector, where the form is based on the pop-up configuration in the web map and has the same capabilities as Collector? I just registered Field Maps on an app in Enterprise 10.7 and curious about next steps to configure and if I should expect much difference between past experience configuring Collector on this version. It's unclear at this point if there's opportunity to upgrade to 10.8.1 and beyond, and ArcGIS Online isn't an option at this time.
... View more
08-24-2022
09:23 AM
|
0
|
0
|
2464
|
|
POST
|
I am also struggling with this issue. At the moment, my solution is after new features are added, use an update cursor on the date fields to convert them using pytz, tzinfo. You can also use the datetime package timedelta module in the update cursor. Not ideal, since it requires editing to be enabled on the Portal item, but so it is...
... View more
07-29-2022
03:53 PM
|
0
|
0
|
1099
|
|
POST
|
Hello @sxw_eaglegis and @MatthewObuck, I'm running into the same problem. I'm trying to run arcgis.features.append on hosted feature services in Portal. The ArcGIS Enterprise version is 10.8.1, and the upload format I am working with is a filegdb. The error is the same as Matthew described, that this append method is only available to ArcGIS Online. Any info would be greatly appreciated!
... View more
07-28-2022
12:19 PM
|
0
|
0
|
1006
|
|
POST
|
Hi @TonghuiMing and @DavidMartinez, this was a big improvement, but is there any chance that adding multiple link actions will be possible? In the same example above, I'd ideally like to both jump to the block and open a view by clicking the 'More Info' button. The way my app is configured, because the primary data users interact with are fisheries sites, and that is the view below that map that's opened by default, I have the link set to jump to the block, which provides expected results. But if they are using the Access Site lists to browse boat launches/trails/harbor data, I have it set to open the view below as that isn't the view that's open by default, so jumping to the block could be confusing as the info shown won't match the site information they selected. Further, because it doesn't also jump to the block in addition to opening the view, the button only makes some semblance of sense if the user's screen is large enough to see that something at the bottom of the screen changed. Let me know any thoughts on that, or if configuring multiple link types is on the horizon for a later release.
... View more
05-18-2022
04:55 PM
|
0
|
1
|
7360
|
|
POST
|
That did it! Thank you for the guidance. Would be great if similar to other symbology defaults, scales matched distribution of data. That's great to know that Map Viewer cluster symbology doesn't do that automatically.
... View more
02-28-2022
05:26 PM
|
0
|
0
|
2065
|
|
POST
|
Certainly! https://adfg.maps.arcgis.com/apps/mapviewer/index.html?webmap=352b5297575a49ca96c92f4fc11545fb
... View more
02-28-2022
10:46 AM
|
0
|
2
|
2145
|
|
POST
|
I am trying to use cluster mapping in the new Map Viewer to aggregate points and vary size using the sum of fish caught and shade using the sum of fish harvested. Based on the legend configuration, it seems that this ought to be possible that I have it basically set up, but the actual map doesn't reflect the legend. Furthermore, the aggregate point number labels do not reflect anything in the data that I can discern. For example, I clicked a cluster that is labeled with 3.5. There are 8 aggregated records in this cluster, and though the pop-up table is half-obscured in the picture below, there are a total of 28 fish caught and 20 fish harvested across three different fishing areas (referenced by the pie chart). Not sure where 3.5 is coming from. Is this a bug? Has anyone else run into something similar, where the legend reflects the cluster configuration you're looking for yet the map is outputting nonsense? It is, as they say, a bit of a cluster. Thanks!
... View more
02-28-2022
10:29 AM
|
0
|
4
|
2156
|
|
POST
|
Hey thank you for the troubleshooting support!! So this is really funny... the pop-up completely works as expected in the dashboard, just not in the web map. Maybe a bug? Here's the dashboard view: I guess that's really where that counts here. And who knows, could be the weather where I am for the inconsistency over web tools, ha!
... View more
02-22-2022
03:34 PM
|
0
|
0
|
2122
|
|
POST
|
I was going back and forth on that comma, too. It's there in the example web map from the blog post where there is only one statistic (example 3) even... but I just removed it again in my expression with your suggestion, and it appears not to make a difference. Darn, thanks for the idea, though! From the blog post (example 3), for reference:
... View more
02-22-2022
02:36 PM
|
0
|
2
|
2135
|
|
POST
|
I recently came across the blog post on using Arcade to summarize data in cluster symbology pop-ups using information from aggregated features (https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/summarize-and-explore-point-clusters-with-arcade-in-popups/). Using the solution in the example that's demonstrating a table of custom attributes (section 4 in the post), I essentially copied and pasted the example Arcade into the Arcade set up in my web map for clusters, and swapped in the relevant field names. I'm getting empty elements in the table at every level... checked four times for typos. In this dataset, there are a bunch of points representing port surveys of fisherman. The points each have a bunch of info about day and location where they fished, what species they were targeting, and how much they caught and harvested of that target species. I'm trying to get the cluster pop-up to provide harvests and catches by target species of the aggregated features (for use in a dashboard where folks can filter on attributes like port and date). Here's the code I'm working with to try and get a table of Harvest by TargetSpecies from each aggregated cluster: Expects($aggregatedFeatures, "TargetSpecies", "Harvest")
var attributes = {};
var fieldInfos = [];
var statsFS = GroupBy($aggregatedFeatures,
[
{ name: 'species', expression: 'TargetSpecies'},
],
[ // statistics to return for each unique category
{ name: 'harvest', expression: 'Harvest', statistic: 'SUM' },
// { name: 'num_features', expression: '1', statistic: 'COUNT' }
]
);
var ordered = OrderBy(statsFS, 'harvest DESC');
for(var f in ordered){
var type = f.species;
attributes[type] = Text(f.harvest, "#,### harvested");
Push(fieldInfos, {
fieldName: type
});
}
return {
type: "fields",
title: "Total harvested by species",
attributes: attributes,
fieldInfos: fieldInfos,
} And the result: And the view in the pop-up: Does anyone have thoughts on why this may not be working based on the info I shared?
... View more
02-22-2022
12:00 PM
|
0
|
4
|
2252
|
|
POST
|
This seems to be a continuation of map extent issues when you have data on either side of the international dateline. I have a Web AppBuilder app that's using a web map I set up in the new Map Viewer. I used cluster symbology on points that are largely in Alaska, but includes some data that crosses over into Japan and Russia. When clicking clusters that are across the dateline from Alaska, if you select "Browse features" the pop-up crashes and closes. Here is a picture of one of those point clusters and its pop-up in the problem area: After clicking "Browse Features", highlighted in the image of the pop-up above, the pop-up simply closes altogether, and the cluster appears to break out at least partially. This issue only occurs when using the app. The web map works just fine.
... View more
01-24-2022
12:28 PM
|
0
|
0
|
738
|
|
IDEA
|
@TaraHaynesThanks for the workaround with the Text Widget. That's a bummer that you lose Arcade, but even still, I think that's going to work for the app that prompted this Idea post in the first place!
... View more
01-24-2022
12:14 PM
|
0
|
0
|
2195
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-18-2024 11:04 AM | |
| 1 | 09-18-2024 10:42 AM | |
| 2 | 07-02-2024 11:01 AM | |
| 5 | 05-07-2024 03:22 PM | |
| 1 | 01-07-2021 09:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-17-2025
08:04 PM
|