|
POST
|
Sorry, not my area of expertise, just trying to help. It sounds like what you want is this REST operation? https://developers.arcgis.com/rest/services-reference/enterprise/export-image/ Which is kinda similar to this? https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#fetchPixels
... View more
07-10-2025
09:13 AM
|
1
|
1
|
983
|
|
POST
|
Hi @DenisRomanovas, thanks for posting your question here. Is this the method you're looking for? https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#getImageUrl
... View more
07-09-2025
11:57 AM
|
0
|
1
|
1003
|
|
POST
|
Update: we've identified the issue and will have this resolved, probably later this week.
... View more
07-08-2025
01:42 PM
|
1
|
0
|
1020
|
|
POST
|
Hi @GeoGalvanic, thanks for posting your question here. If using the ArcGIS routing service, this does require authentication. API Keys are the recommended way to consume location services, such as routing. Currently, the expected result is a printed list of turn-by-turn directions. Here is a screenshot from the release notes: https://developers.arcgis.com/javascript/latest/release-notes/#directions-printing-beta Sine we released this functionality in beta, we do anticipate future enhancements and upgrades, such as adding an image of the map/route, at future releases.
... View more
07-07-2025
07:41 AM
|
0
|
0
|
456
|
|
POST
|
Hi @JonathanDawe_BAS, thanks for posting your question here. We are aware of this labeling issue, and are investigating. I'll follow-up here when we have an update to share.
... View more
07-07-2025
07:36 AM
|
0
|
0
|
1040
|
|
POST
|
@DeanWilson - yeah, that doesn't look right to me. I use AGO, not Enterprise, but this is what it looks like for me. Try this tutorial and make sure you select the ArcGIS Enterprise workflow on the right. Also ensure you have the correct user roles and permissions. https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/tutorials/create-an-api-key/ Lastly, check out the doc for privileges and roles: https://developers.arcgis.com/documentation/security-and-authentication/reference/privileges/#list-of-privileges
... View more
07-01-2025
01:56 PM
|
0
|
3
|
5005
|
|
POST
|
Hi @jtcrash, thanks for posting your question here. Do you have a simplified app that reproduces the issue?
... View more
07-01-2025
01:49 PM
|
0
|
0
|
1218
|
|
POST
|
Hey @DeanWilson, I'm running into issues with how to define the portal URL and use arcgis-map with the new apiKeys. However, I tested this with core and it works for me. Try this with your portal and services and API Key and webmap: https://codepen.io/noash/pen/xbGeoeG?editors=1000
... View more
07-01-2025
07:44 AM
|
0
|
1
|
5018
|
|
BLOG
|
In this free livestream, we’ll show the latest feature highlights of the ArcGIS Maps SDK for JavaScript (v4.33). Learn more about batch editing, spike theme, areas of focus in 3D, exciting component updates, and more! This is a casual event to share the new features and answer your questions about this release. We look forward to seeing you there. Tuesday, July 8th - 9am (PST) https://www.youtube.com/live/Ykmv7vq10cI 4.33 ArcGIS Release Blog https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/whats-new-in-arcgis-maps-sdk-f... 4.33 Esri Community Release Blog https://community.esri.com/t5/arcgis-javascript-maps-sdk-blog/arcgis-maps-sdk-for-javascript-version-4-33/ba-p/1625759 4.33 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.33 Samples https://developers.arcgis.com/javascript/latest/sample-code/?tagged=4.33
... View more
07-01-2025
06:59 AM
|
3
|
0
|
622
|
|
POST
|
Ah ha, that's the problem, no API Key is getting sent. I think it's either the placement and/or the property value name. It's new at 4.33. For Enterprise, you want to use `apiKeys`, not `apiKey`. https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#apiKeys Here is a sample I tried to put together. The issue may be that the javascript logic needs to go after the html components logic. https://codepen.io/noash/pen/XJbQZde?editors=1000
... View more
06-30-2025
02:05 PM
|
0
|
3
|
5050
|
|
POST
|
Does it pass the API key as a token in the network traffic? If so, are there any errors or warnings in the console? It's possible the API key is not set-up with the correct, permissions, or you might be running into a known limitation with Enterprise: https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/#arcgis-enterprise
... View more
06-30-2025
07:42 AM
|
0
|
5
|
5066
|
|
IDEA
|
Hi @NicolasGIS, thank you for posting your idea here. I think it makes sense, and we will place it under consideration. I will update this idea when we have an update to share.
... View more
06-27-2025
09:47 AM
|
0
|
0
|
1399
|
|
POST
|
Hi @MichaelWen_Timmons, thanks for posting your question here. Can you share a simple webmap that reproduce the issue? Also, there might be information in the network requests of the export operation. Lastly, the MapViewer printing is based on the ArcGIS Maps SDK for JavaScript, and there are some known printing limitations that you may be running into: https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-print.html
... View more
06-26-2025
01:58 PM
|
0
|
0
|
2173
|
|
POST
|
And here is a link to the Plenary videos: https://mediaspace.esri.com/channel/2025%2BEsri%2BDeveloper%2B%2526%2BTechnology%2BSummit%2B%257C%2BPlenary/373383312
... View more
06-26-2025
11:47 AM
|
0
|
0
|
1040
|
|
POST
|
Hi @alabanu, thanks for posting your question here. You can do this, but you need to handle both the conversion and the reverse-conversion functions. Here is a sample app that you can follow: https://codepen.io/noash/pen/EajrdrB?editors=1000
... View more
06-26-2025
11:43 AM
|
1
|
0
|
1190
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2026 11:59 AM | |
| 1 | 05-13-2026 10:29 AM | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM | |
| 1 | 03-23-2026 09:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|