|
POST
|
Value expressions will only work if the field is not editable, so add editableExpression: false on your Email field and your expression should work. For me, it now returns "anonymous" - https://codepen.io/annefitz/pen/poGEevm?editors=1000 This sample also uses the GetUser script if you'd like to see an example in our documentation. > I don't know if there is a switch to turn it off, but after you create or edit a feature, it would be great to return the editor to its original state and stop the create/edit of other features. Don't know if I fully understand what you're asking here, but you could update the editor's allowedWorkflows to disable the creation or editing of features.
... View more
11-02-2023
06:27 AM
|
0
|
1
|
2331
|
|
POST
|
Hi @LefterisKoumis - First of all, in your app you are currently just seeing the default form template because you have a typo on line 129 of your codepen - layernInfos should be layerInfos. Secondly, GetUser will only return the user if someone is actively signed in, so your app will need to require user sign in if you want the Arcade GetUser function to work properly.
... View more
11-01-2023
11:04 AM
|
0
|
1
|
2350
|
|
POST
|
Hi @MatthewDriscoll - a fix for this is available on npm @arcgis/core version 4.28.6 and should be available on the CDN this evening. Thanks for letting us know!
... View more
11-01-2023
09:03 AM
|
1
|
0
|
1999
|
|
POST
|
Seems to be working as expected for me - https://codepen.io/annefitz/pen/YzBwWPx?editors=1000 Could you provide a repro case of the issue you're seeing?
... View more
10-27-2023
01:56 PM
|
0
|
2
|
2079
|
|
POST
|
Hi, I'm having trouble reproducing the issue with your code above, and everything seems to be fine with our samples that use the Expand widget and BasemapGallery: https://developers.arcgis.com/javascript/latest/sample-code/basemaps-portal/ Have you tried removing the Expand widget and just rendering the BasemapGallery on it's own? Let me know if that works for you or if you get similar errors. Also, if you could provide a simpler repro case in a codepen or codesandbox, that would help us get to the bottom of this much faster. Thank you!
... View more
10-27-2023
01:50 PM
|
0
|
2
|
2140
|
|
POST
|
In 4.x you could do this by removing the Basemap's referenceLayers and adding them to the collection of baseLayers instead. Here's an example: https://codepen.io/annefitz/pen/JjxYLvO?editors=1000
... View more
10-26-2023
04:33 PM
|
0
|
1
|
1700
|
|
POST
|
Woah, very cool @JonathanDawe3! You could also try playing around with GIFs (animated CIMPictureMarkers) placed along a line - here's a (not very pretty) example: https://codepen.io/annefitz/pen/eYMRRVv?editors=1010 Using a primitiveOverride on the animatedSymbolProperties.duration property, you can tie the speed of the animation to an attribute value.
... View more
10-25-2023
08:32 AM
|
1
|
0
|
2684
|
|
POST
|
We have fixed this bug in a patch for 4.28. If you're using @ArcGIS/core - this bug fix is available on version 4.28.1. The CDN should be updated in a few hours. Thanks!
... View more
10-24-2023
04:14 PM
|
4
|
1
|
2869
|
|
POST
|
Hi, thanks for pointing this out. We will look into it!
... View more
10-24-2023
02:46 PM
|
0
|
0
|
4672
|
|
POST
|
Hi Blake, this is not currently supported with vector data (outside of a custom layer/WebGL implementation), but we are working on it. Stay tuned!
... View more
10-24-2023
02:35 PM
|
0
|
0
|
2730
|
|
POST
|
Yes, the Arcade script executes on the client-side and makes requests for the necessary symbol parts if they are not stored in the cache. For more information and examples of military symbology in the JavaScript Maps SDK, check out the Military Symbology Support in ArcGIS story map. Thanks!
... View more
10-24-2023
02:27 PM
|
0
|
0
|
1531
|
|
BLOG
|
Join us on Thursday, November 2nd at 9am PDT for a livestream discussing the exciting new features added to version 4.28 of the ArcGIS Maps SDK for JavaScript. Learn about the new Map components, basemap styles, time zone support, and more! This will be an informal setting for the JavaScript Maps SDK product team to demo new features and answer questions from the audience. Can’t wait to see you there! https://esriurl.com/WhatsNewJSSDK428
... View more
10-23-2023
11:22 AM
|
4
|
0
|
698
|
|
POST
|
The dictionary renderer requests the different symbol parts on the fly. It gets the names of the parts at startup, and make requests as needed (depending on which symbols are used). There is an internal cache at the dictionary level (and obviously at the browser level), so once a symbol gets to the client, it will be used from the cache.
... View more
10-16-2023
10:56 AM
|
0
|
0
|
1587
|
|
POST
|
You can check out the following blog posts that talk about how you can prepare your data for visualization with the FlowRenderer: Preparing your data for use with the FlowRenderer Visualize raster using a vector field in ArcGIS Hope this helps!
... View more
09-29-2023
08:54 AM
|
0
|
1
|
1260
|
| 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
|