POST
|
Thanks Xander, However the problem I am seeing is that the "Other" objects I have switched off in the webmap are still selectable and produce a pop-up even though they are invisible.
... View more
09-02-2019
03:44 PM
|
0
|
1
|
284
|
POST
|
Hi all, I am trying to produce a webmap in ArcGIS online from a hosted feature layer to show current event locations. The point feature layer has 2 time-based fields - StartDate and EndDate representing each event. I would like to produce a dynamic map of 'todays events' which will only show those events which are currently on. So far I have tried creating a filter expression using the 'in the last' option, but this wont work as my data wont suit this approach. I also tried using an Arcade expression as follows based on code i found here: -------------------------------------------------------------------------------------------------------- var started = $feature.Start_Date var closed = $feature.End_Date var present = Now() // if current date/time is greater than or equal to the start time // AND current date/time is less than or equal to the close time // return open, otherwise its closed If (present >= started && present <= closed) { return "Open today" } ---------------------------------------------------------------------------------------------------------- However when I go to view this in my webmap I find that everything not returned as "Open today" is classified "Other" and is still selectable on my webmap popup, even if its visibility is removed. Is there a way using Arcade expressions in ArcGIS online to remove or filter out these unwanted geometries? Any help much appreciated, Thanks Andrew
... View more
09-02-2019
03:25 AM
|
0
|
4
|
1212
|
POST
|
Hi, When using the AGOL Scene Styler in mobile view, does anyone know how to make the pop-up open as expanded by default? I noticed that it's possible to put custom CSS styles in on the Theme tab/page but I cant think what properties to use to avoid the extra step of having the collapsed view come up first and then the user having to know to manually click on it to expand it. Any help much appreciated.
... View more
07-18-2019
10:34 PM
|
0
|
0
|
39
|
POST
|
Hi all, I am trying to add a dropdown menu which will open when the header section is tapped in a Storymap Journal mobile view. I gather I need to add an event listener to the header and insert the bootstrap dropdown code into the index.html but have not seen or done this before. Ideas anyone? I have downloaded and hosted the source code. Am trying to build a few pages that will be bound together by the same dropdown to create an app-like experience. Thanks AC
... View more
06-25-2019
08:49 PM
|
0
|
0
|
231
|
POST
|
Hi, I have a question about the swiper/slider bar in the mobile version of Map Journal Story Maps. I'd like to customise it but despite downloading the source code I'm not really making much headway. I can see from the dev tool that it's using idangero.us js & css(I think!). We like the Journal look and feel in general, however would like to claim more onscreen space on mobile by moving that bar down and thinning it down or whatever. Many thanks in advance for any help - I am new to Story Maps - I've had a look through the web for answers and struggled to find anything but apologies if this has been gone through previously. Thanks AC
... View more
04-16-2019
07:04 AM
|
0
|
0
|
127
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|