|
POST
|
Would love to be able to change that color, anyone figure it out?
... View more
07-30-2018
10:50 AM
|
1
|
0
|
5686
|
|
POST
|
Hello Katy, I set up a similar layer to test this out. In my webmap, you can use either of these expressions to only label those X/ZBV features. One just looks at the code value, and the other looks at the description value. In the IIF() expression, if the expression evaluates to false, I have the label set as '', which is an empty string so you don't see a label. If the expression evaluates to true, I have 'X' as the label value, but you can put anything there, like DomainName($feature,'valveuse') if you want the description or $feature.valveuse if you want the code. IIF(DomainName($feature, 'valveuse')=='X','X','') OR IIF($feature.valveuse=='ZBV','X','') Let me know if you have any further questions!
... View more
07-27-2018
08:01 AM
|
0
|
0
|
1262
|
|
POST
|
Hi Jorge, If I'm understanding your question correctly, you don't need Arcade for this. Simply set up the popup as shown in the image below. Put the names of your fields between the { }. You must have the {ADDRESS} part in the popup editor selected before you configure the link properties.
... View more
07-26-2018
12:51 PM
|
4
|
8
|
23097
|
|
POST
|
It turned out well! Here's the story map: August 2018 Election Results. It's just test data in there for now, and the popup links won't work until the actual election. I also found that editing the JSON via ArcGIS Online Assistant was a valuable time saver when formatting the popups for these 60ish layers.
... View more
07-25-2018
12:27 PM
|
0
|
0
|
1441
|
|
POST
|
Hi Aaron, You'll need a field on your features that you can write the expression against. So for example, a field called Bollards that is populated as either 'Yes' or 'No' for every street feature. Then you can use the expression that Brandon gave above to populate the <img>'s src as the image URL when Bollard = 'Yes'. In your screenshot, it looks like you may have a numeric field for Bollards. You could also make the Arcade expression against that and say: iif($feature.Bollards>0,IMAGEURLHERE,'') The blank string at the end for if the statement is false will generate <img src=''> in your popup, which will generate no image. You create your Arcade expressions to use in the popup with the Add button highlighted below. Check out my screenshots above to see how to set up the HTML in the popup with the expressions once you create them. Let me know if you have any more questions!
... View more
07-19-2018
06:00 AM
|
1
|
1
|
3216
|
|
POST
|
I thought more about the story action route, and I think that will reduce my workload a lot. Instead of another storymap within the tab, I'll put story action links to change the visible layers on the map. While I still can't navigate directly to Governor>Democratic from an external site, this is a much less complex construction. Thanks!
... View more
07-17-2018
10:14 AM
|
0
|
2
|
1441
|
|
POST
|
I don't see Enterprise 10.6.1 available to download yet on mine, probably takes some time to roll out to everyone. I see a 2018.0 license manager, is that what yours is showing too? Instead of '10.6.1'?
... View more
07-17-2018
08:16 AM
|
0
|
2
|
2159
|
|
POST
|
Thanks for the resources Owen. We love this capability. However, I'm hoping to take it one step further. I need to have 34 tabs within our storymap. I've done it before using just numbers instead of the text in the tabs, but that's less user friendly, so I was hoping to embed another Series storymap in some of the tabs. Like this: We have another website with the tabular election results, with links to view each race as a map in the storymap. Normally we just have the one level of story map and can make unique URLs to each race, but now since we have so many races to map, I was hoping to be able to group them and navigate directly to Governor>Dem etc.
... View more
07-17-2018
07:41 AM
|
0
|
0
|
1441
|
|
POST
|
I would like to navigate to a particular tab in a Series story map within a Series story map via the URL, if anyone's been able to figure it out.
... View more
07-16-2018
01:05 PM
|
0
|
5
|
1567
|
|
DOC
|
Hi Holly, I was getting the same error as you. I fixed it by adding [0] to the end of the currentAttachmentPath variable so that it gets the first and only attachment path in that list and uses it. I had to add it to this part: renameFile(currentAttachmentPath[0], newAttachmentPath) under both GroupedFolder and IndividualFolder. I tested it on Michael's public layer, and was able to download the attachments.
... View more
07-05-2018
11:07 AM
|
2
|
0
|
38644
|
|
BLOG
|
Hi Brandon, We're creating a survey for a small group of volunteers to collect data, but we don't have enough named users for all of them. What we're trying is a question that is basically a password for the survey. It's a text field that needs to match the correct password answer. The question is required, so they can't submit the survey without correctly answering it. All the other questions are hidden until the correct password is typed in. Of course, displaying the survey results on a webmap later will require a layer view so the password field can be hidden. So far it seems to work well.
... View more
06-14-2018
06:20 AM
|
0
|
0
|
28401
|
|
IDEA
|
I was hoping to add our building layouts to the worker maps, but we can't flip between the different floors
... View more
06-12-2018
06:27 AM
|
0
|
0
|
3763
|
|
IDEA
|
Looks like the API doesn't support AGO dependencies yet, just Enterprise for now. Python API not showing dependent map layers Though Geo Jobe says you can with their paid product https://community.esri.com/docs/DOC-7219 Looking forward to seeing more administrative tools like this available and not in a separate product like Monitor.
... View more
06-07-2018
07:10 AM
|
0
|
0
|
710
|
|
POST
|
Looks like your code is good. I tried your webmap in Chrome, Firefox, and IE. I only see those gaps in IE, is that what you're using? The Dev tools show that it's giving dimensions 28x30 to that blank image, thus showing a white gap, unlike the other browsers. I tried searching for known issues with Arcade and IE, but haven't found anything.
... View more
05-24-2018
12:30 PM
|
1
|
1
|
3958
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-23-2025 06:30 AM | |
| 1 | 03-10-2026 10:37 AM | |
| 3 | 03-05-2026 01:21 PM | |
| 2 | 02-12-2026 07:21 AM | |
| 2 | 09-04-2025 12:24 PM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|