|
POST
|
If you can share a simplified reproducible test-app on some place like Codepen, that would make it a lot easier to diagnose. Also, the guide page in the query and filter tutorial should offer some good background information: https://developers.arcgis.com/javascript/latest/query-filter/
... View more
04-23-2025
11:41 AM
|
0
|
2
|
1046
|
|
POST
|
I think the query.where property or the filter.where should work for you. Can you share a public app that reproduces the issue? I don't have special characters in a field name to test with. https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#where https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html#where
... View more
04-23-2025
11:39 AM
|
0
|
0
|
1632
|
|
POST
|
Hi @LightmobieLDA, thanks for posting your question here. While we recommend using an API Key with basemaps in our tutorials, API Keys are not required for every basemap. Legacy basemaps still work without an API Key, like `gray` or `gray-vector` as seen in this example: https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=query-attribute-bins And documented here: https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap:~:text=The%20legacy%20basemaps%20can%20be%20accessed%20using%20the%20basemap%20id%20in%20the%20table%20below.
... View more
04-23-2025
07:44 AM
|
2
|
2
|
5332
|
|
POST
|
I haven't seen this error before with the ArcGIS Maps SDK for JavaScript. I would try to simplify the issue. Can you reproduce the issue in Dev Env with only the ArcGIS Maps SDK for JavaScript? Is your Dev Env using a modern OS and graphics card?
... View more
04-22-2025
12:58 PM
|
0
|
0
|
679
|
|
POST
|
Thanks for sharing your issue and the resolution @ShainaR!
... View more
04-17-2025
09:04 AM
|
0
|
0
|
1313
|
|
POST
|
Hi @Gurunara, for working with the ArcGIS Maps SDK for JavaScript, this might be a good time to consider migrating from widgets to components. https://developers.arcgis.com/javascript/latest/components-transition-plan/ https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/javascript-maps-sdk-a-full-transition-to-components If you're working with the Experience Builder, you might get better help if you post in their space: https://community.esri.com/t5/arcgis-experience-builder/ct-p/arcgis-experience-builder
... View more
04-15-2025
06:54 AM
|
0
|
0
|
1130
|
|
POST
|
Hi @LeonBenjamin, unfortunately, 3x was retired in July 2024. However, we do have this blog post about working with the United States vector basemaps that might help: https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/how-to-use-a-basemap-with-a-specific-world-view-in-your-web-app
... View more
04-15-2025
06:43 AM
|
0
|
0
|
541
|
|
POST
|
Hi @ckellow, first, I would recommend using the Map Viewer if possible. Map Viewer Classic will be retired soon: https://support.esri.com/en-us/knowledge-base/deprecation-map-viewer-classic-deprecation-000030662 Unfortunately I don't think you are using view correctly there. Look at this doc about using view and profiles: https://developers.arcgis.com/arcade/profiles/labeling/#profile-variables https://developers.arcgis.com/arcade/profiles/ This doc may be more helpful for configuring labels with Map Viewer: https://doc.arcgis.com/en/arcgis-online/create-maps/configure-labels-mv.htm
... View more
04-08-2025
09:43 AM
|
0
|
2
|
2341
|
|
POST
|
Hi @bearingwest, did you see our sample using a Custom TileLayer with 4.32? This might be helpful. https://developers.arcgis.com/javascript/latest/sample-code/layers-custom-tilelayer/
... View more
04-08-2025
09:27 AM
|
0
|
2
|
1516
|
|
POST
|
Hi @JoelBennett, thanks for posting your question here. Would you be able to share a simplified app that reproduces the error you shared? I tried to create an app with a labeled FeatureLayer using the Round function in Arcade: https://codepen.io/noash/pen/Byaedpe?editors=1000 The FeatureLayer is from a MapServer that was published with wkid: 4269 spatial reference. However, the MapServer was not published with labels, so perhaps that is the key.
... View more
04-08-2025
08:40 AM
|
0
|
2
|
1205
|
|
POST
|
Hi @JaredPilbeam2, you may need to use the widget property to do that currently. We're in a transition process with components and widgets. I believe you want the goToOverride property, https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#goToOverride
... View more
04-02-2025
01:56 PM
|
1
|
0
|
1378
|
|
BLOG
|
Downloads for version 4.32 are available now: https://developers.arcgis.com/javascript/latest/downloads/
... View more
03-31-2025
09:43 AM
|
0
|
0
|
1182
|
|
POST
|
Hi @BillMitchell, thanks for posting your question here. In the post you referenced, the solution was to use a specific renderer, the RasterStretchRenderer. https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-RasterStretchRenderer.html In your code, you create a new renderer with an unsupported type: type: "min-max" These are the supported renderer type values: https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html#type And here is the renderer doc for the layers of interest: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#renderer https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#renderer Hope this helps!
... View more
03-31-2025
09:40 AM
|
0
|
1
|
1591
|
|
POST
|
I think @Sage_Wall is correct. https://developers.arcgis.com/javascript/latest/functionality-matrix/ TrackInfo is the replacement for TemporalRenderer. https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html
... View more
03-28-2025
09:53 AM
|
0
|
0
|
923
|
| 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 |
15 hours ago
|