|
POST
|
Hi Mody, Sorry for the delay! The 4.17 downloads should be available for download on Thursday this week. Thanks, Anne
... View more
10-14-2020
08:25 AM
|
0
|
0
|
735
|
|
POST
|
You can set the Slider widget back to zero by updating Slider.values, for example: slider.values = [0]; Here's an example using the sample you mentioned above: https://codepen.io/annefitz/pen/mdEebEN I added bufferNumSlider.values = [0]; to the clearGeometry function at line 205.
... View more
10-12-2020
10:16 AM
|
0
|
0
|
3628
|
|
POST
|
Hi Christophe, can you please provide a test-app that reproduces the issue you are seeing?
... View more
10-12-2020
10:09 AM
|
0
|
0
|
4687
|
|
POST
|
To save the bookmarks you would need to use a WebMap instead of a Map instance. Then you can use the WebMap.save() or WebMap.saveAs() method to save the bookmarks to your webmap. Here's an example: https://codepen.io/annefitz/pen/pobJXRx
... View more
10-12-2020
08:22 AM
|
1
|
0
|
5499
|
|
POST
|
Hi Loran, I am not able to reproduce the measurement issue that you are seeing above. Also, ArcGIS Portal and the ArcGIS API for JavaScript are two separate products that are not reliant on each other. You can use the ArcGIS API for JavaScript without using portal. ArcGIS API for JavaScript: ArcGIS API for JavaScript | ArcGIS for Developers (Latest) Portal home page: Portal | Documentation for ArcGIS Enterprise Hope this helps! Thanks, Anne
... View more
09-29-2020
08:01 AM
|
0
|
1
|
3228
|
|
POST
|
Hi Matthieu, Thanks for reporting this! Yes, we accidentally documented the parameters in the wrong order. We will get the documentation and typings updated shortly. Thanks again, Anne
... View more
09-24-2020
02:26 PM
|
2
|
0
|
4199
|
|
POST
|
Hi Loran, This was a bug on our side that will be fixed in the 4.17 release. Currently, adding bookmarks only works when you use the bookmarks widget with a WebMap (and not with Map). See related issue Bookmarks widget - v4.16 We will be releasing 4.17 shortly, so stay tuned for when it's released and the bug should be fixed. Or if you want to try out the fix in our development version of 4.17, you can use https://js.arcgis.com/next in your app instead of https://js.arcgis.com/4.16.
... View more
09-24-2020
01:40 PM
|
1
|
3
|
3228
|
|
POST
|
Hi Jan - CIMSymbol is still in beta and not everything in the spec is currently supported, including CIMPieChartMarker. We will update the known limitations to be more specific about what is and what is not currently supported. Thank you!
... View more
09-16-2020
08:53 AM
|
2
|
1
|
1505
|
|
POST
|
Hi Boris, Thanks for your feedback! This bug will be fixed in the 4.17 release. If you want to test it out before then, you can use the /next version of our API - this is our development branch that is updated weekly. <link rel="stylesheet" href="https://js.arcgis.com/next/esri/css/main.css">
<script src="https://js.arcgis.com/next/"></script> Thanks, Anne
... View more
08-18-2020
09:21 AM
|
2
|
1
|
1418
|
|
POST
|
Hi again, Richard! Thanks again for your feedback, we actually decided to support adding bookmarks to the Bookmarks widget when it's tied to a Map instance for the 4.17 release. If you want to test it out early you can use https://js.arcgis.com/next in your app instead of https://js.arcgis.com/4.16. Let us know what you think!
... View more
08-17-2020
03:02 PM
|
2
|
1
|
5499
|
|
POST
|
Agh you're right! Sorry about that. I will get it fixed for good this time.
... View more
08-13-2020
08:02 AM
|
0
|
0
|
2209
|
|
POST
|
Hi Divya, Sorry for the delay in getting back to you! Yes, we added it back to the documentation. Unfortunately, we won't be updating the typings for this change - the typings file is so big and it is a lot of work to get updated. You can instead edit your typings file locally at node_modules/@types/arcgis-js-api/index.d.ts To add the "edits" event for FeatureLayer: On line 284, add export type FeatureLayerEditsEventHandler = (event: FeatureLayerEditsEvent) => void; This should go after FeatureFormViewModelValueChangeEventHandler and before FeatureLayerLayerviewCreateErrorEventHandler. Next, on line 11042, add on(name: "edits", eventHandler: FeatureLayerEditsEventHandler): IHandle; This should go after updateAttachment() and before on(name: "layerview-create" ...) Let me know if this works for you! Thanks, Anne
... View more
08-10-2020
09:50 AM
|
2
|
1
|
3152
|
|
POST
|
Hi Nicolas, Thanks for reporting this! Seems like a bug with the Scale widget. We'll work to update this in a future release. Thanks again, Anne
... View more
07-27-2020
12:45 PM
|
1
|
1
|
4533
|
|
POST
|
Hi Divya, Sorry for the inconvenience, this was a bug on our side. We are working on getting the "edits" event added back to the documentation and the typings. We are planning on updating the typings next week. I'll let you know once it has been updated. Thanks! Anne
... View more
07-24-2020
03:07 PM
|
1
|
4
|
3152
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 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
|