POST
|
Good morning, I am trying to set the locationSharingUploadLKLFrequency on my device to a lower value than the default of 60 seconds. I am using this in a QR code https://fieldmaps.arcgis.app/?referenceContext=shareLocation&locationSharingOn=true&llocationSharingUploadLKLFrequency=10 I don't see any change. Normally with our QR codes we are using the referenceContext to open the map but it doesn't like I can do that in the same string so I am doing that after. I also tried this https://fieldmaps.arcgis.app/?itemID=xxxxxxxx9996536fe1c678af2&referenceContext=shareLocation&locationSharingOn=true&UploadLKLFrequency=10&portalURL=https%3A%2F%2Four-org.maps.arcgis.com No luck. Let me know what I am missing here. Thank you, Mele
... View more
2 weeks ago
|
0
|
0
|
253
|
POST
|
Good morning, I am trying to add a picture stroke to an extruded polygon and am not have any luck. As a matter of fact, changing the outline to a solid stroke does show up What I was able to do is copy the layer and draw just the outlines of the polygons. However I am not able to change much about the line symbol except for the color Is there a trick to making the lines show the properties I'd like? Thank you, Mele
... View more
2 weeks ago
|
1
|
0
|
193
|
POST
|
Good morning, We have a legacy app in our agency. We are working on replacing it with likely an Experience Builder app or apps. In our legacy app, we have 'themes' that allow users to see the layers relevant to their work groups without having to maintain multiple apps for each work group. One container servers all groups without creating separate apps for each. Let me know if anyone has created something like this in Experience Builder. Please send any examples you may have. Thank you, Mele
... View more
08-18-2025
11:56 AM
|
0
|
1
|
257
|
POST
|
08-15-2025
03:42 PM
|
0
|
0
|
246
|
POST
|
Thank you @MattEdrich I am still playing around but your idea makes space as I wanted. One thing I did was make the font 'white' and it looks good. Thank you for the suggestion.
... View more
08-15-2025
03:36 PM
|
1
|
1
|
248
|
POST
|
@JeffSilberberg Thank you for seeing my poor formatting. I think you are on to something for sure as know I can see the file getting passed through the connector. I think I still need to fix a few things and will try the suggestion of written it to a text file to see if I am missing something else in the format. Thanks again!
... View more
08-14-2025
03:29 PM
|
0
|
0
|
177
|
POST
|
Thank you @MattEdrich I will give that a try the suggestion. I also like your idea of using the color coding. Working in Word is no fun to begin with and then even more compounding when adding these tags.
... View more
08-13-2025
04:43 PM
|
0
|
0
|
278
|
POST
|
I have crated an Receive XML on a REST Endpoint connector and am trying to get an XML file to process in the service below I sending an XML via Python to see if anything comes through but have not seen it working as there is nothing in in/out and sample route shows nothing. This is how I am sending the XML with python in ArcGIS Pro # GeoEvent Server details geoevent_server_url = "https://ourserver:6143" # Replace with your server URL input_connector_name = "SFD_ipad_XML" # Replace with your input connector name receiver_url = f"{geoevent_server_url}/geoevent/rest/receiver/{input_connector_name}" # XML data to send xml_data = """ <<location data> <latitude>[33.49419124478499]</latitude> <longitude>[-111.8995224018715]</longitude> <date>[Jul 25, 2025 at 2:30 PM]</date> <device_id>[EPCRM365_191 (APIPAD00096)]</device_id> </location data> """ # Set the headers for the request headers = { "Content-Type": "application/xml" } try: # Send the POST request response = requests.post(receiver_url, data=xml_data, headers=headers, verify=False) # verify=False for self-signed certs # Check the response status if response.status_code == 200: print("XML data successfully sent to GeoEvent Server.") else: print(f"Error sending XML data. Status code: {response.status_code}") print(f"Response content: {response.text}") except requests.exceptions.RequestException as e: print(f"An error occurred: {e}") XML data successfully sent to GeoEvent Server. This is my first attempt at using this connector, so I may be missing something obvious. Thank you for any assistance. Mele
... View more
08-13-2025
01:33 PM
|
0
|
2
|
227
|
POST
|
This worked for hiding the image section if no images exist. Just need the border if anyone has suggestions ${if picture_of_front_yard}${#picture_of_front_yard}${$file | size:150:0}${/}${/}
... View more
08-12-2025
12:21 PM
|
0
|
0
|
303
|
POST
|
I have a survey with multiple photos possible. In my word docx template I have the following which will include all photos taken. ${#picture_of_front_yard}${$file | size:150:0}${/} I'd like to do two things. If no pictures, hide this from the taking up space in the report Add a border around each photo Right now they look like this and I would like a little separation if possible. Thank you, Mele
... View more
08-12-2025
09:40 AM
|
0
|
6
|
328
|
POST
|
Thank you for the options you presented. I did not know about the Gridded Reference Graphic tools. I will definitely look into this further. No need to write code if the functionality exists in the Pro.
... View more
07-26-2025
10:53 AM
|
0
|
0
|
159
|
POST
|
Hello, I have a tool created in .NET ArcObjects that takes the refence grid in a layout and creates a file showing which grid cell features fall within. I would like to move this functionality in to ArcGIS Pro but wanted to check to see if anyone has done something similar before I start from scratch. Let me know if anyone has done something similar in Pro. Maybe this is worthy of an ArcGIS Idea too. Thank you, Mele
... View more
07-25-2025
05:13 PM
|
1
|
2
|
214
|
BLOG
|
This was very exciting to be part of and want to extend a big congratulations to all featured!! I am honored to be included with such an amazing group of GIS leaders!!
... View more
07-25-2025
05:05 PM
|
3
|
0
|
7791
|
BLOG
|
Thank you @HeathAnderson for making this possible! I could not have achieved what I did without your help with the amazing code you provided. +
... View more
07-18-2025
03:33 PM
|
1
|
0
|
136
|
POST
|
Good afternoon, I have two layers in my map created by filtering the base data in ArcGIS pro when publishing. I'd like to make it easier for the users to filter the two layers but for now, it seems they have to select each in the table of contents and apply the attribute filter. I have also tried to symbolize and group the data in Map Viewer using one layer, but that has not resulted in what I'd like to achieve as Map Viewer does not make it easy to symbolize on multiple attributes. Let me know if you have any insights on how to filter two layers at once in Field Maps. Thank you, Mele
... View more
05-18-2025
01:16 PM
|
1
|
1
|
453
|
Title | Kudos | Posted |
---|---|---|
1 | 2 weeks ago | |
1 | 05-12-2025 03:17 PM | |
1 | 08-15-2025 03:36 PM | |
3 | 07-25-2025 05:05 PM | |
1 | 07-25-2025 05:13 PM |
Online Status |
Offline
|
Date Last Visited |
Monday
|