|
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
|
1463
|
|
POST
|
I was able to clone an Experience Builder app (with the web map) from ArcGIS Online to our Enterprise Portal 11.5 using the ArcGIS API for Python. Here's the Esri resource I started with: Copy/clone content from one ArcGIS Online organization or Portal for ArcGIS to another I did get this warning in Portal when opening the cloned app in Experience Builder: "This experience is in higher version. Incompatible contents may not work." EDIT: I was able to dispel the incompatibility warning banner by generating a template from the imported app, then creating a new app from that template.
... View more
02-12-2026
01:37 PM
|
1
|
0
|
205
|
|
BLOG
|
Maybe your IDE could use a splash of whimsy? GitHub - dtinth/comic-mono-font: A legible monospace font... the very typeface you’ve been trained to recognize since childhood
... View more
02-10-2026
06:28 AM
|
0
|
0
|
391
|
|
POST
|
Hopefully you got the information you needed. If that answered your question, please mark it as an accepted solution so others visiting this post will know. Thanks!
... View more
12-02-2025
09:14 AM
|
0
|
0
|
1056
|
|
POST
|
ArcGIS API for JavaScript, Version 3.x Retirement ArcGIS API 3.x for JavaScript was retired on July 1, 2024. ... After retirement, the 3.x API will remain hosted on our CDN for a multi-year grace period Your guess on how long a "multi-year grace period" actually is. I would say two years is probably the shortest time. For safety, you should probably plan to migrate from 3.x in 2026.
... View more
12-01-2025
06:19 AM
|
1
|
0
|
1086
|
|
DOC
|
Thank you very much for sharing this. We've implemented something similar with scheduled task scripts so it's nice to see we are on the same track. I would like to add that I noticed there are occasions where Esri seems to utilize the logging module for some things because our log file was getting extra info from those tools. We created custom log levels so as not to interfere with Esri logging. We also put the contents of the log file right into the body of the email rather than attach the file.
... View more
11-03-2025
03:18 PM
|
0
|
0
|
913
|
|
POST
|
Thank you, @Ian_Ice! ❤️ I used the fully qualified domain name for the server hosting the SQL Server database when creating the .sde connection file. Then, using that as the source for the layers in my map is what finally worked for me when trying to publish a service from Pro 3.5.4 to Portal 11.5.
... View more
10-23-2025
03:53 PM
|
1
|
0
|
1794
|
|
POST
|
After contacting Esri support on this issue with the Basemap Gallery widget, two new bugs were logged: BUG-000178565: "In ArcGIS Experience Builder, adding an image service to the Basemap Gallery widget by URL automatically turns on pop-ups with no way to turn them off." BUG-000178585: "In ArcGIS Experience Builder, an image service (with pop-ups disabled) added to the basemap and the default basemap visibility set to hidden, the image service displays the pop-up."
... View more
08-18-2025
03:02 PM
|
0
|
0
|
658
|
|
POST
|
Just add a column and populate it with distinct values? You say that they appear to be duplicates (the data you posted), but then say they are not. Please describe the portion of the data that makes them distinct.
... View more
08-18-2025
02:54 PM
|
0
|
0
|
687
|
|
BLOG
|
@HaydenWelch, I've been doing the "good" option with ClearWorkspaceCache() in the finally block. I like the decorator idea though. Thanks!
... View more
07-31-2025
11:59 AM
|
1
|
0
|
779
|
|
BLOG
|
I have included this at the end of most of my scripts because of this portion of the documentation: To clear the workspace cache in a Python script, use this tool as the final call in the script. Use the Python del statement to delete all references to objects or variables that may be pointing to the workspace before calling this tool. It sounds like you have used it in the middle of your script to solve the issue. I will try to remember this as a possible intermediate process too. Thanks!
... View more
07-31-2025
09:12 AM
|
1
|
0
|
798
|
|
IDEA
|
@JC_LAURENCE, I share your thoughts on this. Please comment back here if you open a new idea.
... View more
07-22-2025
10:56 AM
|
0
|
0
|
1801
|
|
POST
|
Is the text driven by a field in the data? Use labels instead of symbols. Apply a background in the label style and set the placement to center center.
... View more
07-02-2025
04:51 PM
|
0
|
0
|
435
|
|
POST
|
Thank you, @Ke_Xu. However, I think my issue falls just outside the scope of BUG-000171703. I never have the opportunity to disable pop-ups because the basemap is from URL in the basemap gallery widget (not a web map). Should I open a support case for this?
... View more
06-20-2025
08:01 AM
|
0
|
1
|
841
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-23-2025 03:53 PM | |
| 1 | 04-28-2026 07:25 AM | |
| 1 | 03-19-2026 08:59 AM | |
| 1 | 02-12-2026 01:37 PM | |
| 1 | 12-01-2025 06:19 AM |