|
BLOG
|
We've just released the 22.3.1 update to ArcGIS Field Maps on the iOS and Android platforms. This is a maintenance-only update. With over 25 issues addressed, this is a high quality release. We encourage you to install the latest version from the Apple App Store and/or Google Play. Our next major release, introducing new capabilities, is scheduled for November 2022 and some of what is coming is now available in our Early Adopter Program.
... View more
08-24-2022
10:06 AM
|
1
|
1
|
1498
|
|
BLOG
|
We're excited to announce the June release of ArcGIS Field Maps! This is a big update leading into the summer with exciting new features like: Geofencing can provide local notifications for mobile users or control location sharing (even when offline!) ArcGIS IPS support so Field Maps can get an accurate blue dot indoors Utility Network support - maps in the field are so much more powerful when you can view associations and trace networks! Capture GPS metadata for lines and polygons - record the spatial accuracy of all types of features now! Contingent Values - now working offline and with an intuitive form design experience Field Apps licensing changes Please read the official release blog article on the ArcGIS Blog Site: https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/whats-new-in-arcgis-field-maps-june-2022/
... View more
06-23-2022
10:41 AM
|
0
|
8
|
2403
|
|
BLOG
|
Here you go Brittany. Though not really needed if the point is geometrically coincident with the line, I added in a buffer as well just for fun: var measureBuff = Buffer($feature, 2, 'meters'); var routeID = Intersects(measureBuff, //Make sure you use the layer name in your web map FeatureSetByName($map,"Routes")); if (Count(routeID) == 1){ //if multiple routes found you are not going to get a result //ROUTE_ID is the field name for the "Routes" layer return First(routeID).ROUTE_ID }; Also, you might want to bookmark this blog article. We are going to continue updating this with new examples as we come across them: https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/common-calculated-expressions-for-arcgis-field-maps/ Oh and make sure that the field you are calculating the expression for has editing unchecked. It should do that for you but best to measure twice and cut once (pun intended).
... View more
05-27-2022
01:44 PM
|
0
|
0
|
4366
|
|
BLOG
|
Hey @BrittanyBurson - thanks for following up. When you use Collect Here, from the interpolated location, it will take the m-value from the graphic and store it inside the m-value of the new point feature you create. Note we don't expose a way to set the m-value at a vertex level in Field Maps (yet) so it's really only valuable for point features. In the video I did use calculated expressions as well: I stored the m-value in a field (which was just taking the m-value from the geometry and shoving it into a double field). I converted the m-value to a station value and stored it in a string field (hardcoded using US Survey foot from this github repo). I used featuresets to grab the RouteID field off the route feature and store it for reference as well. I have then been trying to model offsets from the point on the route to say a culvert or sign by leveraging the copy capability in Field Maps with calculated expressions. It's a fairly complicated workflow that I think we can simplify over time but there are a lot of possibilities with Arcade today. Calculated expressions do require a portal update unfortunately as there are a lot of pieces to it. They are coming in ArcGIS Enterprise (11.0) (current estimated ship date for Windows/Linux is end of July). If it is all a possibility, I would consider a hybrid approach where your "portal" and web maps are stored in ArcGIS Online and your services are either ArcGIS Server feature services or hosted using replication (10.9.1 introduced bi-directional replication). Again, only if it is possible for your organization. The benefit being that you can stay up to date with all the new capabilities we bring (where there are other dependencies like this). Thank you too for linking to your post. I must have missed that post from last year. We did not implement stationing notation (display or edit) with this release. In part, we have the challenge that measures are void of any unit and we can't hard code to US Survey Foot or Meters. We'll likely need to introduce settings in the web app to pull it off. Also, we use the native keyboard from iOS/Android and do not implement our own like S123 does. That introduces concerns with accessibility and a host of other things too. We do see stationing notation for display and entry as a candidate for future updates and would like to go after it later this year! If possible, could you reach out to me directly via your account manager or a DM in Esri Community? We've really just started down this path of LRS support and I want to make sure we ground our future enhancements based on workflow conversations we have with customers like yourself!! Thanks!
... View more
05-25-2022
03:44 PM
|
1
|
0
|
4400
|
|
BLOG
|
@BrittanyBurson - apologies for not answering your question on the version number of enterprise required. Since we simply query the feature to see if it is m-aware, and we have not added any settings required from the ArcGIS Field Maps web app, you are not required to update to a more recent version of ArcGIS Enterprise to use this new functionality. The requirements listed for use of feature services within our standard requirements doc topic applies. In fact, if its ArcGIS Server feature services, they can be read-only and the only requirement is that they have Global IDs.
... View more
05-25-2022
02:05 PM
|
0
|
0
|
4450
|
|
BLOG
|
Hi Michael and @BrittanyBurson , Once again, my apologies for miscommunication with Esri support. To be clear, you DO NOT need Roads and Highways. All that we require is a selected, m-aware polyline for the Find Measure feature action to appear. This will work with hosted feature services in ArcGIS Online as well. Here is a more recent, detailed blog article on the capability and this is the first point I make in the more details section:https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/linear-referencing-comes-to-arcgis-field-maps/ Thank you for bringing this to my attention. Jeff
... View more
05-25-2022
01:48 PM
|
1
|
0
|
4458
|
|
BLOG
|
With the latest release of ArcGIS Workforce, we've added support for background synchronization. Workforce has an advanced sync engine that keeps you and the back-office up-to-date. Check out the details in our release blog article on the ArcGIS blog site and its' referenced doc topic that provides all the details on new sync capabilities: https://www.esri.com/arcgis-blog/products/workforce/field-mobility/whats-new-in-arcgis-workforce-may-2022/
... View more
05-23-2022
04:50 PM
|
1
|
0
|
930
|
|
POST
|
Hi @CodraFrum1 - we are not aware of any issues viewing Arcade expressions in pop-ups with the latest version of Field Maps over previous. Can you please reach out to Esri Support and log an incident? They will walk you through troubleshooting the expression and provide us with a repro case we can dig into.. Thanks! Jeff
... View more
05-11-2022
10:10 PM
|
0
|
2
|
7656
|
|
IDEA
|
Hey @pjdohertygis great timing! We are starting development on layer filtering this week. It is a fairly large development project with an anticipated beta this summer. Would you be interested in joining the beta when we launch one? Can you share filtering details for the task force (ie field type, is there a CVD, etc)?
... View more
05-09-2022
12:14 PM
|
0
|
0
|
19350
|
|
BLOG
|
The March 2022 release of ArcGIS Field Maps is now live! Lots of exciting new enhancements in this release. For full details, please read our blog article on the official ArcGIS Blog site: https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/whats-new-in-arcgis-field-maps-march-2022/
... View more
03-28-2022
11:09 AM
|
4
|
18
|
5600
|
|
POST
|
@SimonGIS the new Find Measure action is planned for release during the week of March 21st and we will have supporting documentation when we go live. There is a topic available in the Early Adopter Program that provides information on how this capability works in the beta version and we will have supporting documentation when we release. The Find Measure action will appear when you select a route feature (polyline with m-values) in your web map. This action does not require any additional settings from the Field Maps web app and should be supported with ArcGIS Enterprise 10.9.1. I've replied in the EAP site as well. Let's communicate details in the EAP forum for any additional questions you may have! Thanks! Jeff
... View more
03-13-2022
08:15 PM
|
0
|
0
|
1464
|
|
POST
|
Today we launched the ArcGIS Field Maps Early Access Program for 2022. Planned for release the week of March 20th, this Q1 update will include foundational support for linear referencing. We'd love to have you join our beta program and you can find details here: https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/arcgis-field-maps-early-access-release-february-2022/
... View more
02-17-2022
03:42 PM
|
1
|
0
|
875
|
|
POST
|
Today we launched the ArcGIS Field Maps Early Access Program for 2022. Planned for release the week of March 20th, this Q1 update will include foundational support for linear referencing. We'd love to have you join our beta program and you can find details here: https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/arcgis-field-maps-early-access-release-february-2022/
... View more
02-17-2022
03:35 PM
|
0
|
0
|
595
|
|
POST
|
Today we launched the ArcGIS Field Maps Early Access Program for 2022. Planned for release the week of March 20th, this Q1 update will include foundational support for linear referencing. We'd love to have you join our beta program and you can find details here: https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/arcgis-field-maps-early-access-release-february-2022/
... View more
02-17-2022
03:06 PM
|
0
|
0
|
681
|
|
POST
|
@ChrisJensen Experience Builder supports switching branches now as well with the Branch Version Management widget.
... View more
02-13-2022
07:45 PM
|
1
|
1
|
8281
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Friday | |
| 6 | 05-28-2026 09:42 AM | |
| 4 | 03-19-2026 09:06 PM | |
| 5 | 03-02-2026 08:54 AM | |
| 6 | 12-18-2025 09:34 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|