|
POST
|
Do you have any Python API scripts that perform inventory or maintenance operations on your Portal? I've noticed that, for example, digging into the layers of a web map with the API for Python will count as a view.
... View more
|
1
|
1
|
136
|
|
IDEA
|
Maybe this will get you pretty close? Native Support For Thematic Layer Groups in Experience Builder, Seriously This Time
... View more
a week ago
|
0
|
0
|
77
|
|
POST
|
@emacdougall wrote: I'm using Microsoft Edge. I just tried Chrome and had no issues. To confirm, you're saying the layer properties pane works fine in Chrome but does not work in Edge?
... View more
2 weeks ago
|
0
|
4
|
338
|
|
POST
|
Interesting. What web browser are you using? Is there another one you can try?
... View more
2 weeks ago
|
0
|
6
|
360
|
|
POST
|
I tried the whole process again with a built-in user on both the source and destination Portal orgs and the clone items operation is working now! The Esri Support AI Chatbot mentioned BUG-000135084 and suggested it.
... View more
3 weeks ago
|
0
|
0
|
111
|
|
POST
|
It's easy to click on the layer when you don't mean to and "unselect" it, making the properties pane on the right become disabled. Ensure you left click on the layer in the Layers list so there's a blue bar on the left of it, indicating it is selected. Also, make sure you aren't selecting a group layer, those might have different properties available.
... View more
3 weeks ago
|
0
|
8
|
393
|
|
POST
|
Same here. I'm on Pro 3.5.4 connecting to Portal on 11.5 trying clone items from our test Portal to our prod Portal. I've tried connecting as a built-in user and with SSO. I also tried changing the sharing of the item and tried with different items. You do not have permissions to access this resource or perform this operation. (Error Code: 403)
... View more
3 weeks ago
|
0
|
1
|
115
|
|
IDEA
|
@DETCOG_GIS ...you can also just change the basemap's projection and then access the geometry directly without any further manipulation. I agree, this might work. However, there are some artifacts in my experience doing this. I noticed that all selection highlights (including when the pop-up is displayed) are visually/spatially distorted compared to the displayed geometry and it looks really confusing for users.
... View more
3 weeks ago
|
0
|
0
|
243
|
|
BLOG
|
Copilot confirmed by citing some of my Community posts This is hilarious. I've occasionally stumbled across my own Esri Community posts when manually searching for answers and it always makes me chuckle.
... View more
04-01-2026
09:52 AM
|
0
|
0
|
588
|
|
BLOG
|
This was as entertaining as it was interesting! Thanks for the fun write up. I was thinking you're becoming the John Nelson of the Esri Community, then I scrolled down and saw him being punched out! haha Maybe you should start a YouTube vlog and really take over the world.
... View more
03-19-2026
08:59 AM
|
1
|
0
|
1044
|
|
IDEA
|
I can't wait to see the crowd's reaction when someone reads this in the "what's new with Python" portion of the opening plenary session at the Dev & Tech Summit next year. Impactful new ArcPy features always get the best reactions!
... View more
03-06-2026
03:34 PM
|
0
|
0
|
222
|
|
IDEA
|
Please, please, we need this. Don't forget Enterprise Portal, too. We're at 11.5 and this is still a problem.
... View more
02-26-2026
11:36 AM
|
0
|
0
|
1067
|
|
IDEA
|
Thank you to everyone who has contributed to this discussion. I was able to get the function from @MDB_GIS working in ArcGIS Online. I had been testing in a web map that used a basemap in state plane, but I could never get the calculations to come out right. I finally started over with a new web map, adding the basemap and layer services again and then it worked! I guess something from the other web map was still holding on to Web Mercator somehow.
... View more
02-26-2026
08:37 AM
|
0
|
0
|
466
|
|
IDEA
|
Interesting. I had only been testing in ArcGIS Online. In ArcGIS Pro, the calculation (with ft_to_m = 0.3048) is correct. Has anyone else tried this in ArcGIS Online? Here's a comparison of what I'm seeing between the two apps (at the same location): ArcGIS Pro: -111.8669267268508, 33.31052991092958 ArcGIS Online: -154.5911295109528, 33.42959248309001
... View more
02-24-2026
07:59 AM
|
0
|
0
|
770
|
|
IDEA
|
@MDB_GIS, I'm attempting to use your code with NAD83 HARN / Arizona Central ft (EPSG WKID 2868), but the lon, lat values are still slightly off (mostly the longitude). Here's the parameters I changed. Can you tell where I'm going wrong? AI was no help for me on this one. // Projection parameters from EPSG:2868
var a = 6378137.0; // semimajor axis (meters)
var inv_f = 298.257222101; // inverse flattening
var f = 1 / inv_f;
var e2 = 2 * f - f * f; // eccentricity squared
var k0 = 0.9999; // scale factor
var lon0 = -111.9166666666667; // central meridian (deg)
var lat0 = 31.0; // latitude of origin (deg)
var falseE_ft = 700000; // false easting (Intl Ft)
var falseN_ft = 0.0; // false northing (Intl Ft)
var ft_to_m = 0.3048006096012192; // US survey foot -> meter
... View more
02-23-2026
08:26 AM
|
0
|
0
|
812
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Tuesday | |
| 1 | 03-19-2026 08:59 AM | |
| 1 | 02-12-2026 01:37 PM | |
| 1 | 12-01-2025 06:19 AM | |
| 1 | 07-31-2025 11:59 AM |