We're exploring digitizing our Cemetery Plot Records and it would be really nice to have a pre-canned Solution for storing Cemetery Plot Data that can be used for managing these plots.
@Laura - The directions widget in Experience Builder uses the ArcGIS World Routing service to find routes and directions on street networks. It cannot find directions for custom road networks, or private roads within a cemetery, for example. If you want the ability to get walking directions to a plot, you'd be looking at creating a network dataset and custom routing utility service, and using that as the route settings for the directions widget in Experience Builder.
If that feels like overkill, the Cemetery Viewer ExB in the solution already has 'Use device's location' enabled, and visitors could use their location on the map to see where they are in the cemetery, and how to navigate to the plot.
Hey @DanielWickens
Is there any way to get walking directions to a plot? The directions widget takes me on main roads and doesn't walk you through the cemetery.
@Allie - sorry for the delay, i was out of the office for a few weeks and just catching up on this. If you're still experiencing this issue with Field Maps on the Samsung devices, would you be able to try and reproduce the issue and check the logs for any errors? https://support.esri.com/en-us/knowledge-base/how-to-export-logs-from-the-arcgis-field-maps-mobile-ap-000026882
Hi @DanielWickens thanks for your timely reply, and apologies for my delay! I created the layer in arcgisonline. There are birth date and death date fields and they're date type fields. I can confirm that inputting the information into the date fields behaves differently on two different devices. Apple devices have the scrolling date fields, and I can input correct dates on that device. Samsung knock off brand - negative. I know there's also an issue with field maps app and Samsung devices when it comes to adding photos to gravesites layer, or in my case a headstones layer. Another issue I can confirm on my end because I've tried both Iphone and my samsung knock off (oneplus nord) devices in the field collecting headstones and one plus nord crashes field map app every time. I am working with the field maps team on it. If you can think of any pointers to get the samsung device to stop crashing the app,feel free to share! 🙂
@Allie - can you provide more details about the date fields? How are they formatted, designed, etc.?
Hello! I've created a point layer to store headstone points, and have birth and death date fields in my layer. I'm not able to put dates in before the year 1900 in the field map app. I can in Pro. Any suggestions on what I need to do is appreciated. Many thanks!
Thanks so much @DanielWickens this worked perfectly.
Up and running now 🙂
@Allie - You need to configure the attributes in your Outstanding Issues web map. Open the web map in Map Viewer Classic, then select the feature layer and click "Configure Pop-up". Then click "Configure Attributes". Check the fields you want to display and edit. Select a field to change its alias, order it, and format it. The fields you set to Display are shown as columns in the Manager app. The fields you set to Edit are editable when you select a record in the Manager app. Here's a screenshot from the Burials web map for reference:
Hi there!
So, I've done a bit of extra configuring on the Cemetery Manager application so that it includes an additional web map I made specifically for reconciling unresolved issues that only the cemetery manager can. I've called my map 'outstanding issues'. Take a look at the screenshots:
This is the Burial web map.
There are only a few fields showing. This is what I'm trying to accomplish in my 'outstanding issues' map. All of the fields are showing. How can I get it to only show a few like the burials map?
Thank you @Laura, I will keep an eye on the progress of the bug. I have not come across that error in ArcGIS Pro before, and the help documentation about it is sparse. https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/160001-170000/tool-errors-and-warnings-160226-160250-160233.htmI am curious to see what Esri Support uncovers.
I have logged a bug for it
@Laura - Do you have screenshots of the errors you're experiencing?
Yes, I have already done that. I need to add more data and update other data since performing the join. When I appended the first time it automatically removed that join for me and all times following that in which I am trying to update data I am getting errors in both AGOL and Pro. Esri support is also getting the errors I am at the moment.
@DanielWickens
Other issues are being brought up on: https://community.esri.com/t5/arcgis-solutions-questions/moving-from-a-solution-in-agol-to-portal/m-p/1317859#M1213
@Laura - Have you loaded data into both the gravesite feature layer and owner/burial tables? The next step would be to join the gravesites with each table via Gravesite ID and calc the Global ID to establish a relationship.
I have updated data in my tables; however the views in AGOL did not update with the table. How can I get those to update?
@Laura - you should be able to click on the highlighted burial/owner record in the table of the dashboard to unselect it.
Is there a way to clear your selection from the burial and owner tables in the dashboard?
Thanks @DanielWickens for responding to my question. This is very helpful
Appreciate the assist!
I am the one that logged that bug. I am also having issues with the append tool as well.
@Laura - The only bug that's been submitted for Cemetery Management that I'm aware of is BUG-000158051: Getting a 999999 error when trying to use the Calculate Field geoprocessing tool in the Cemetery Data Management Project.
I closed this BUG as a known-limit because I was not able to reproduce the issue. I was able to successfully run the tool using the data provided. The ArcGIS Pro help documentation has a topic for troubleshooting the 999999 error, if that's what you're running into.
Also happy to talk offline and I can take a look.
@Allison_Hockey - You can try adding an "imageurl" field to the Gravesites/Burials tables. You can then create a CSV or XLSX spreadsheet to append the Amazon Bucket URLs to that field based on the unique ID (e.g., ObjectID) of each feature. You will need to match up the ObjectID with the Amazon Bucket URL in your spreadsheet before uploading. Once you have your spreadsheet ready, you can use it to append and update features using the steps outlined here.
If you've uploaded the data correctly, each existing feature will have the Amazon Bucket URL in the "imageurl" field. You will need to update the hosted feature layer views that are used in the maps and apps to show the new "imageurl" field you added. Once you've done that, you can update the apps to use the "imageurl" as the image source in the pop-up, instead of using the feature's attachments. See screenshot below as an example:
I have been running into errors with the task tools. I am told by support there are known bugs. Is this going to be resolved?
Yes, that is correct Danie @DanielWickens, ad thanks for following up. I understand having a URL link in the attribute table is different than an attached photo, and I think I'd like to have both. Ideally, I would like to be able to click on the URL link for the image and it will open up in a new browser window, allowing me to see a larger picture.
There is also the question of automating the photo attachment, and URL link population process. For example, if I already have 2,000 photos stored on my computer and I move them to an amazon bucket, all I have to do is change the beginning of the url to the address of the amazon bucket, and when I click on the link in my attribute table of the specific gravesite, my photo opens up in a new window and all is gravy. I just needed to do a simple 'find and replace' on all photo links in the attribute table.
I would be so pleased if there were a slick way to do that with arcgis online too. The only way I have been able to figure this out is to upload them one by one, copy and paste the new url to my attribute table, and they open up in a new window. It works, but obviously not ideal for the time sink it is. Do you happen to know if it's possible for AGOL to let us keep the original file name as it's stored on our local drives and just give a new header like amazon does?
@Allison_Hockey - When photos are attached to the gravesite or burial features, they are presented in the pop-up for apps such as the Cemetery Dashboard and Cemetery Viewer (see screenshot below).
Are you also asking for a way to store the URL of the image file as a field in the feature layer? Is there a specific reason why you want to do this?
I've implemented this solution and it's wonderful!
Now, I want to be able to upload all the photos to my agol account that people can take when they go to the cemetery and submit a memorial. The photos get taken and attached to the feature service, which is great. But I'd like to be able to also upload these photos automatically to my AGOL account to get the url to these photos so people can open the photo up in a web browser instead of having to download it when they click the link. Is this possible? Is there an easier way to accomplish what I'm after and I just don't know it yet? Any help is appreciated, thanks a million!
Just got the Cemetery Management solution configured with our data to show our park managers. I am very impressed with some of the functionality offered like using a Survey123 form to allow the public to post pictures and comments on burials.
Thank you, Daniel. I'm checking it out now... looks great!
Hello everyone,
The Cemetery Management solution has been released for ArcGIS Online and is now available in the ArcGIS Solutions app.
A short video is available here to review the core capabilities of the solution.
We are aiming for an ArcGIS Enterprise version of the solution to be released with 11.2 in the fall. Please don’t hesitate to reach out with any questions.
Thank you!
I am interested in this solution as well. Thank you for letting the community know.
Ian
Connectez-vous pour publier, suivre le contenu, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.