|
POST
|
Thanks Justin! I've got labeling turned on, so it works around the issue. I had assumed it was a known issue, just couldn't find it mentioned anywhere. Thanks again!
... View more
03-01-2023
10:46 AM
|
0
|
0
|
2190
|
|
POST
|
We have recently started using Location Sharing (formerly Tracker). In the map viewer on AGOL, each user's initials show on the symbol for last known location. This holds true on Track Viewer as well. However, in Field Maps (app version 23.1.0 build 984), each user shows the default 'AF' in the last known location symbology. This is occurring on iPhones, not sure about Androids. Anyone else encountered this? Is this a bug?
... View more
03-01-2023
07:06 AM
|
0
|
7
|
2245
|
|
POST
|
Ken, That simplified code actually cleared up the problem. Now it's showing all 4 categories. Thank you! Ashley
... View more
02-18-2022
06:21 AM
|
0
|
0
|
2991
|
|
POST
|
I moved the isEmpty condition to the top and that did resolve the null dates. The expression will only show 3 of the 4 symbology types though after I've reworked the code to be sure I have data that falls in all categories: if(isEmpty($feature.cleandate)){ return "Not yet surveyed"} else if (DateDiff(Now(), Date($feature.cleandate), 'days') <= 20) { return "Surveyed within the last 20 days" } //areas which are surveyed more than 30 days but less than 100 days ago belong in the second group else if (DateDiff(Now(), Date($feature.cleandate), 'days') > 20 && DateDiff(Now(), Date($feature.cleandate), 'days') < 35) { return "Surveyed between 20 to 35 days ago" } //areas which are surveyed 100 days ago or more belong in the third group else if (DateDiff(Now(), Date($feature.cleandate), 'days') >= 35) { return "Surveyed more than 35 days ago" }
... View more
02-17-2022
01:10 PM
|
0
|
1
|
3022
|
|
POST
|
That explanation helped a lot and I was able to get the code to validate. However, I am having the same results and the empty features are still showing under the greater than 100 days. Here's my code: if (DateDiff(Now(), Date($feature.cleandate), 'days') <= 30) { return "Surveyed within the last 30 days" } //areas which are surveyed more than 30 days but less than 100 days ago belong in the second group else if (DateDiff(Now(), Date($feature.cleandate), 'days') > 30 && DateDiff(Now(), Date($feature.cleandate), 'days') < 100) { return "Surveyed between 30 to 100 days ago" } //areas which are surveyed 100 days ago or more belong in the third group else if (DateDiff(Now(), Date($feature.cleandate), 'days') >= 100) { return "Surveyed more than 100 days ago" } else if(isEmpty($feature.cleandate)){ return "Not yet surveyed"} Could this potentiallly be caused by trying to create the symbology off a field from a related table?
... View more
02-17-2022
12:35 PM
|
0
|
1
|
3028
|
|
POST
|
I am trying to write an expression for use in the new map viewer to show work that has been done within the last month, three months, etc. The expression found here does most of what I need. However, most of my locations have not yet been visited and with this expression they are showing up as having been visited over 100 days ago and not in 'other values'. I've tried a few different ways to add phrasing to the expression that will create a new symbol for locations with null date fields, but that isn't working. This is likely due to lack of knowledge on my part as this is the first time I am trying to use Arcade. Is it possible to create symbology for locations with null date fields?
... View more
02-17-2022
12:17 PM
|
0
|
6
|
3049
|
|
POST
|
I'm trying to create something similar to this, but I do not have a Location column in my choices tab. Is that a custom column?
... View more
09-29-2021
11:02 AM
|
0
|
2
|
2206
|
|
POST
|
Thanks Owen! That additional bit of information will help me offer solutions for changes as we move forward with migrating this StoryMap from Cascade.
... View more
06-10-2021
11:36 AM
|
0
|
0
|
2290
|
|
POST
|
Thanks Owen! We knew clipping and uploading was an option, but we don't have the original file. The original link (www.youtube.com/embed/LK2lr3zTs84?start=76&end=86) is working as expected in Storymaps Classic (it's in a Cascade template storymap found here), but doesn't work the same in the new storymap builder. Going back to my original question, is this a limitation of the new storymaps builder being based on JS 4.x?
... View more
06-10-2021
05:59 AM
|
0
|
0
|
2301
|
|
POST
|
Hi Owen, Thanks for getting back to me. I've made that change, but it's doing the same thing. It plays the 10 sec clip, doesn't loop, and gives me related videos at the end. Code I'm using is: <iframe src="https://www.youtube.com/embed/LK2lr3zTs84?autoplay=1&controls=0&start=76&end=86&loop=1"></iframe> Browser I'm using to test is Firefox, if that potentially makes a difference.
... View more
06-09-2021
02:02 PM
|
0
|
1
|
2309
|
|
POST
|
I am in the process of moving/recreating several storymaps from classic to the new storymaps. In the Cascade template, I have a YouTube video embedded that is playing a 10 second snippet of a video on a continuous loop. I am using this code to embed the video: www.youtube.com/embed/LK2lr3zTs84?start=76&end=86 In the new storymaps, I am using more of the YouTube player parameters to try to achieve the same experience for the user. Currently, that code looks like this: https://www.youtube.com/embed/LK2lr3zTs84?autoplay=1&controls=0&start=76&end=86&loop=1 With this code, the video will play that 10 seconds, then jump straight to related videos. I've tried adding in the playlist parameter and such, but nothing I've tried will give me the same experience. Is this a limitation of the new storymaps builder being based on JS 4.x?
... View more
06-09-2021
10:58 AM
|
0
|
6
|
2363
|
|
POST
|
I talked with Esri support about the issue. It has to do with my VPN and remote connection.
... View more
04-28-2020
08:39 AM
|
0
|
0
|
871
|
|
POST
|
I'm running ArcGIS Desktop 10.7.1. After opening the .mxd and zooming, panning, clicking, etc., most options on the layer dropdown are grayed out. I can not zoom, open the attribute table, etc. I've performed a repair and have uninstalled and reinstalled. Anyone else run into this? Any suggestions on how to fix it? Thanks in advance!
... View more
04-10-2020
07:30 AM
|
0
|
2
|
920
|
|
POST
|
Robert, I figured it out about the time you posted. Though everything looked normal in the .mxd and on the service itself, it was empty. The .mxd seems to have corrupted, though it gave me no errors. I rebuilt it and republished. Ashley
... View more
12-06-2019
07:37 AM
|
0
|
0
|
1067
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-30-2025 01:35 PM | |
| 1 | 08-31-2023 01:21 PM | |
| 1 | 02-04-2025 06:23 AM | |
| 1 | 08-21-2023 01:28 PM | |
| 1 | 03-04-2024 01:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|