|
POST
|
An update on this. Using the new editing tools (e.g., the Editor tool in the Map Viewer and the Edit widget in Experience Builder) you can now leverage tooltips to set location of a point feature using coordinates when creating and updating point features.
Example in Map Viewer below:
... View more
11-07-2024
06:50 AM
|
0
|
0
|
1060
|
|
IDEA
|
The Print widget is only meant for printing the map right now, there are no plans to include page content.
A workaround would be to Print the whole app page using the browser print You can use the Button widget and setup the Print preview link, which will trigger the browser's Print tool.
You can test it out in this app, there's a Print button in the top right. Underground Profile Viewer
Now, the browser Print functionality may have some limitations when printing the content within the browser screen. For example, before printing you'll want to check the printing settings and enable the Background graphics option.
This is not a perfect workaround. A simple screenshot could work too.
... View more
11-06-2024
02:36 PM
|
0
|
0
|
634
|
|
IDEA
|
For multiline text input in the Edit widget, you need to configure a Form for the editable layer. You can do this directly within Map Viewer. Configure forms for attribute editing (Map Viewer)—ArcGIS Online Help | Documentation
When you add the text field to the Form, make sure to choose the Text - Multiline input type.
Then, when you edit attributes for the features, you'll see that multiline input and will be able to expand it.
... View more
11-06-2024
01:52 PM
|
0
|
0
|
1721
|
|
IDEA
|
Hi @MikeDavisX ,
I think you may need to configure Forms for editing the attributes for your layer. You can configure Forms from Map Viewer. Just like the Field and Popups options, you'll find the Form configuration on the right-hand toolbar in Map Viewer.
Within the Form configuration, you can further customize how field values are collected.
For example, for you date time field, you can specify to only collect the Date information in the editing attribute form.
So now when you create new features, it will only ask for the Date and not the time.
It appears there may be a limitation where the number of collected decimals is not restricted while editing. This could be an idea/enhancement request for Forms. I'd recommend logging that request in the Field Maps community (that team builds the editing Forms functionality).
... View more
11-06-2024
01:44 PM
|
0
|
0
|
1229
|
|
POST
|
Hi @AndreasEugster ,
Thanks for posting! This is a known limitation right now. We're working on a new option that will allow you to clear widgets once they are closed from the controller which will resolve this.
... View more
10-25-2024
09:31 AM
|
1
|
2
|
1110
|
|
POST
|
There's an example in this blog: Go Beyond the Smart Editor using Smart Forms
The first example for Calculate statistics is to count features.
Here's the sample code you can modify:
// Define the source layer to intersect (replace layer name "Addresses" below)
var sourceLayer = FeatureSetByName($map, "Addresses")
// Count the number of intersecting features from the source layer
var countFeatures = Count(Intersects(sourceLayer,$feature))
// Return the value (number)
return countFeatures
... View more
10-24-2024
07:38 AM
|
0
|
0
|
1590
|
|
BLOG
|
@LisaMacgregor
To recreate this functionality for Experience Builder, you'll want to setup clustering symbology on your layer in Map Viewer. See: Configure clustering (Map Viewer)—ArcGIS Online Help | Documentation
... View more
10-22-2024
10:49 AM
|
0
|
0
|
10402
|
|
POST
|
Interesting... It does look like some issue with the layers loading. If you see this again, please do feel free to reach out to Esri Technical Support so they can help figure out what's going on with your layers! Thank you!
... View more
10-22-2024
09:49 AM
|
0
|
0
|
3949
|
|
POST
|
Hi @L77 ,
Based on the screenshot you've shared, it looks like your data sources may not be loading properly.
Please check that these layers are still accessible; for example, try to load them within Map Viewer and edit them from there.
Could these layers be coming from a server that went offline or became inaccessible for some time?
... View more
10-22-2024
06:25 AM
|
0
|
0
|
3973
|
|
POST
|
Hi @yockee
You can calculate attribute values based on other attributes from intersecting features. Here's a video example of this with the configuration details: Get smart about editing You cannot do any kind of geometry calculations.
If you'd like to do more advanced calculations, I'd recommend moving to using Forms and Experience Builder. Check out this blog: From the Smart Editor to Smart Forms
... View more
10-22-2024
06:21 AM
|
0
|
2
|
1623
|
|
POST
|
Hi @ahargreaves_FW ,
I was playing around with options for representing the results and here may be one. You could setup the Near Me widget to show the results as follows:
Set the Search Method to Specify a location but set the Search distance to 0 so that only immediately intersecting features are included. 
Set Proximity analysis for your layers
Add an Action on the UNT widget to Set Location in Near Me
You can also set actions in Near Me widget to zoom to features on the map when users will click them within the Near Me grouped list.
There is one limitation with this setup: you may end up with more line features in the Near Me count than in the actual Trace results because of that intersection analysis. Otherwise, it works pretty well.
There are some enhancements coming in Near Me in future releases that will improve this workflow. For example, adding support for Near Me to use the Selected features Data View from a data source will allow you to automatically display only the selected features returned by the trace for each layer. Near Me will also refresh analysis results automatically.
Another option coming soon, with the November update of Experience Builder in ArcGIS Online, will be a new Accordion layout widget. You may be able to leverage this to display your trace results in collapsible lists based on the returned selection from the Trace widget (show selected features or filter the data source). See a preview example below.
Unfortunately, this new Accordion widget and the new Near Me functionality won't make it into Enterprise until 11.5 and later releases. You will always be able to setup the Developer Edition of Experience Builder and connect it to your Portal to leverage the latest functionality.
... View more
10-18-2024
02:41 PM
|
1
|
0
|
2004
|
|
IDEA
|
@JorgeMorteo It should! 🙂
Make sure you've also enabled the following options when configuring the widget.
Example result: 5 miles buffer around a point a sketched using the Analysis widget
... View more
10-16-2024
08:12 AM
|
0
|
0
|
1788
|
|
IDEA
|
You can use the Analysis widget to create buffers around features (points, lines, and polygons).
... View more
10-15-2024
01:48 PM
|
0
|
0
|
6689
|
|
POST
|
@ahargreaves_FW
Not in Experience Builder. But if you build an app using the Maps SDK for JavaScript, you can preset the trace type by defining the selectedTraces property.
cc @RichRuh
... View more
10-15-2024
12:17 PM
|
1
|
0
|
918
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-08-2026 09:58 AM | |
| 5 | 03-31-2026 01:39 PM | |
| 4 | 03-03-2026 10:00 AM | |
| 1 | 12-05-2025 11:10 AM | |
| 1 | 07-01-2024 03:51 PM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|