|
POST
|
Ah, I see - you can still do this using customParameters - just update the bbox in the customParameters whenever you change the extent of the view and call refresh(). Here's an example: https://codepen.io/ycabon/pen/GRyqVPp?editors=1000
... View more
03-21-2022
09:31 AM
|
0
|
2
|
3199
|
|
POST
|
Hi @LewInMadrid - you can use the customParameters property to use the bbox parameter. There's an example in the documentation here: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#customParameters
... View more
03-18-2022
03:49 PM
|
0
|
1
|
3236
|
|
POST
|
Hi @LuisAntonioRodriguezGonzalez - this has been fixed and will be available in the 4.23 release. Thanks!
... View more
03-16-2022
01:16 PM
|
0
|
1
|
2896
|
|
POST
|
We've fixed this bug for the 4.23 release. You can test out the fix ahead of time using our development CDN https://js.arcgis.com/next/ Let me know if you are still seeing any issues! Thanks.
... View more
03-16-2022
11:17 AM
|
0
|
0
|
1227
|
|
POST
|
Hi @MichaelK1 - thanks for pointing this out. This might be a bug on our end. What layer are you using to render these features?
... View more
01-06-2022
08:20 AM
|
0
|
1
|
1343
|
|
POST
|
Hi @LuisAntonioRodriguezGonzalez - this appears to be a bug in 4.22. We'll take a look and get this fixed in an upcoming release! Thanks for letting us know.
... View more
12-31-2021
09:27 AM
|
0
|
0
|
3076
|
|
BLOG
|
Version 4.22 of the ArcGIS API for JavaScript introduced a new renderer in beta - the AnimatedFlowRenderer. This new renderer allows you to visualize UV or MagDir raster data from an ImageryLayer or ImageryTileLayer with animated streamlines. The direction of the raster defines the direction of movement, and the magnitude defines the visible length of the streamline. Check out this blog I wrote about getting started with the AnimatedFlowRenderer, and how to publish your raster data in ArcGIS Online: Create an Animated Flow Visualization with the ArcGIS API for JavaScript This renderer is still in beta, so we are looking for ways to improve support in the upcoming releases. If you have any feedback or ideas, we would love to hear from you!! Please comment on this thread with any feedback you might have. Thank you!
... View more
12-13-2021
03:06 PM
|
4
|
2
|
1543
|
|
POST
|
Hi Stefan! You can watch for the "bookmark-select" event and then close the expand widget, like this: const bookmarksWidget = new Bookmarks({
view: view
});
const bookmarksExpand = new Expand({
view: view,
content: bookmarksWidget
});
view.ui.add(bookmarksExpand, "top-right");
// collapses the associated Expand instance
// when the user selects a bookmark
bookmarksWidget.on("bookmark-select", function(event){
bookmarksExpand.expanded = false;
});
... View more
12-10-2021
08:20 AM
|
0
|
0
|
1475
|
|
POST
|
Hi @ararana - you can use a UniqueValueRenderer to accomplish this. Here's a sample that shows you how - Visualize features by type Here's the API reference page for more information: https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html Hope this helps!
... View more
12-06-2021
09:21 AM
|
0
|
1
|
2143
|
|
IDEA
|
At 4.20 we added support for `dimensions` - allowing users to access the time dimensions for their WMSLayer. Here's the documentation: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#dimensions And here's a codepen example: https://codepen.io/annefitz/pen/gOmEZjz?editors=1000
... View more
11-10-2021
08:41 AM
|
0
|
0
|
3638
|
|
POST
|
Hi @SteveBurdette - thanks again for pointing this out! This bug will be fixed in version 4.22 (planned for December). Here's an example of it working on the /next version of the API: https://codepen.io/annefitz/pen/BaZOjEo
... View more
11-01-2021
04:19 PM
|
0
|
0
|
7153
|
|
POST
|
Hi @RitikaManderwal - we have a WMTSLayer that allows you to easily consume WMTS services in your applications built with the ArcGIS API for JavaScript. WMTSLayer sample: https://developers.arcgis.com/javascript/latest/sample-code/layers-wmts/ WMTSLayer documentation: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html
... View more
10-13-2021
02:07 PM
|
0
|
0
|
1391
|
|
POST
|
Hi @SteveBurdette - thanks for pointing this out! We'll take a look.
... View more
09-23-2021
08:12 AM
|
1
|
0
|
7223
|
|
POST
|
Hi @SimonGIS - this issue will be fixed in the upcoming release of version 4.21. Thanks again for reporting!
... View more
09-14-2021
11:38 AM
|
0
|
0
|
5737
|
|
POST
|
@MichaelK1 and @PoaBVG , this bug has been fixed for version 4.21, which will be released in a couple weeks. If you want to test out the fix before it is officially released, you can use the `/next` version of the API: https://js.arcgis.com/next/ @MichaelK1 - here is the sample you sent with the primitiveOverride for scaleX now working: https://codepen.io/annefitz/pen/zYzqmyJ Let me know if you have any further questions! Thanks.
... View more
09-13-2021
05:24 PM
|
0
|
1
|
7586
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 03-04-2026 08:01 AM | |
| 2 | 03-03-2026 05:23 AM | |
| 2 | 03-03-2026 05:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|