|
IDEA
|
@JörgMoosmeier I'm using Enterprise 10.9.1 but, to my knowledge and experience, no, you cannot do what I have described either in Portal of AGOL. I just logged into AGOL and then added an earthquake layer to my map. For a filter, I tried to just filter that layer for records from today and it's still asking me for the specific date. There is no relative "today" option- you must select or specify an actual date. The Help document you linked to mentions options such as "is on" or "is after" but in all these cases, you have to supply a hard date value (9/21/2023). I want a relative value ("today") so that the map is smart enough to adjust rather than me having to manually update it.
... View more
09-21-2023
07:50 AM
|
0
|
0
|
10332
|
|
IDEA
|
The new Map Viewer (both AGOL and Enterprise) should have the ability to filter a layer's data by a date relative to the current date. For example, I have a layer of construction closures that have a start and endate as attributes. I want to apply a filter such that only records where the closing date occurs in the future would be displayed. With Map Viewer Classic, I believe you could edit the map's JSON in AGOL Assistant to implement this but I don't know if this is still possible with the new Map Viewer. Either way, users should have to hack their maps for a pretty standard date filter option. The choices would be something like: "occurs on.." <Specific Date | Today> "occurs on or after.." <Specific Date | Today> "occurs on or before.." <Specific Date | Today> It would be nice to also have some addition variants like "within the next week | within the next month" but a relative option like "today" should be the absolute minimum.
... View more
09-20-2023
11:15 AM
|
54
|
21
|
13658
|
|
IDEA
|
Yeah, thanks @arc_ticodex I was aware of the custom CSS option that Sites/Hub provides but this is far too basic functionality that ESRI should provide (especially since they provided it in other products like Classic Storymaps. Forcing users to resort to custom CSS is always a recipe for disaster. giphy
... View more
09-19-2023
08:12 AM
|
0
|
0
|
1983
|
|
POST
|
If the data in Field1 is consistent, you can use the Split Arcade function to split the Field1 value based on spaces into an array. Then you can building your popup how you see fit.
... View more
09-14-2023
02:02 PM
|
2
|
0
|
1499
|
|
POST
|
Started working with with Sites (v10.91) and I'm frustrated by one thing (ok, many things but..) which is the save location of any pages that I create. When I created my Site, I saved it into a Content folder I had created for my project but I've noticed that any page I create gets dropped into the root level of my content and I have to manually move the page item into the folder I had created for the Site. Maybe I've missed it but is there setting someplace for specifying where pages that are created are saved in a Site project?
... View more
09-13-2023
08:31 AM
|
0
|
0
|
884
|
|
IDEA
|
Text cards should have a halo option for better readability. Since the crop on background images adjusts automatically as screen size changes, there's no guarantee that any text will always be legible over an image. A halo option (with hard/soft edge options) would solve this. textCardHaloEx.jpg
... View more
09-12-2023
09:23 AM
|
4
|
3
|
2052
|
|
IDEA
|
With Map Cards, I'd like to see a clickable link or a button underneath the map frame that would allow users to open that map, full size, in a new window. Since the row will expand to the tallest element, in my example, any link I try to add will be miles away from the map because the text on the left hand side is more than the height of the map. It just makes more sense to make this a supported option rather than me trying to kludge it in. SitesMapCardEx.jpg
... View more
09-11-2023
01:28 PM
|
0
|
0
|
873
|
|
IDEA
|
For Hub Basic / Enterprise Sites, the Contact Info Card really has two options- the email address and the subject line for the email that would be generated. It would be useful if the "Contact Information" label was modifiable, both in text content and size. I have some pages developed about a capital project where I might want to list more than one contact and I'd like to have the label above the email link explain who might be the best person for someone to contact. For example, "For Design Questions, Contact.." or "For Environmental Related Questions, Contact.." etc. The default size of the card is large so a smaller option might be better when you want to have more than one contact displayed together.
... View more
09-11-2023
11:48 AM
|
0
|
0
|
978
|
|
POST
|
I don't know if the ESRI forum software stripped it out of his reply but I would add a semi-colon to Ken's solution in the appropriate spot so it should be like this: popup += ` ${counter}) ${f.FullAddress}<br>`; It may work without the semi-colon but it's not suggested that you do so (link).
... View more
08-30-2023
02:27 PM
|
2
|
1
|
1099
|
|
POST
|
I don't know if EB itself imposes any limits but this is something to check out- If the layers affected are published by you, make sure that the service parameters have been altered to allow more records to be returned from queries. The default limit is 2,000 records. Service Parameters (ArcGIS Pro Help) Configure a Web Feature Layer (ArcGIS Pro Help)
... View more
08-30-2023
10:44 AM
|
1
|
0
|
1698
|
|
POST
|
First things first, work off copies of the original deliverable so you always have that to fall back to. They don't appear to be geographic coordinates so you can cross those options off the list. Are you in the US? You have two likely options then- UTM or State Plane. Figure out which relevant UTM/State Plane Zones address the area you know the data is supposed to be located in and then attempt to apply those projection definitions to the data. It's gonna be trial and error but these would be your best educated guesses to start with.
... View more
08-25-2023
01:24 PM
|
1
|
0
|
2007
|
|
POST
|
If I wasn't clear, that was the point I was trying to make is that you could set it in WAB/EB. You're probably correct that you couldn't do it in Classic. They added a "map options" section to the new viewer. Seems like the perfect place to insert this as an option. This is all coming to a head for me as I've had a simple JS API application for editing & maintaining a construction closures layer and I'd like to get out of a code based solution. Editing within the new Map Viewer (and the editor app they're developing) will work fine for me but I do kind of miss using my org's address locator in my JS API app instead of the ESRI locator.
... View more
08-23-2023
11:48 AM
|
0
|
0
|
3471
|
|
POST
|
I'm not the admin of our Portal so I'll have to pass this info along but thanks for pointing me to the setting. Still a shame that you can't change this at the user level like you can within widget options in WAB.
... View more
08-23-2023
11:35 AM
|
0
|
1
|
3473
|
|
POST
|
Is there any way to change the default locator from ESRI's to our local one if we have one built out? I'm wondering if I'm missing something or if I need to add it to Ideas. Steve
... View more
08-23-2023
08:31 AM
|
0
|
5
|
3542
|
|
POST
|
I feel like linear referencing is a huge hole in ESRI's online tools and the fact that you can't just click to obtain a milepost location or find a specific milepost location is almost criminal. That being said, it can be done with Roads & Highways but it requires some programming and extra work to set up (which, is why I'm not doing it). Anyways, check out the answer in this thread for more details. The Github sample has a link to a working demo. Steve
... View more
08-22-2023
01:42 PM
|
0
|
0
|
1326
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 4 weeks ago |