|
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
|
1088
|
|
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
|
1678
|
|
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
|
1985
|
|
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
|
3435
|
|
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
|
3437
|
|
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
|
3506
|
|
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
|
1307
|
|
POST
|
Coming from the Public Works sector as well, I would say Spatial Analyst. It seems like the only other extension I ever use. I've generated contours for our engineers and used ArcHydro for basin delineations
... View more
08-22-2023
01:27 PM
|
2
|
0
|
2277
|
|
POST
|
I suspect ESRI waits until they're able to get a deal on licensing new imagery from 3rd party sources. If you already know of problematic areas, I would suggest that you submit feedback using ESRI's Imagery Map Feedback app: Imagery Map Feedback Frankly, I wouldn't expect a prompt response from ESRI but at least there's now a paper trail to indicate that an area is out of date.
... View more
08-22-2023
08:25 AM
|
0
|
0
|
824
|
|
POST
|
Thanks. I mean, I knew better than to try and enter some HTML tags but oh well. Was just hoping there might have been something that I hadn't thought of. Guess I have something to look forward to when Enterprise Experience Builder reaches parity with WAB in Q4 2024. 😣
... View more
08-17-2023
09:07 AM
|
0
|
0
|
1657
|
|
POST
|
Curious if anyone has ever found a way to insert a line break into a text item created using the default Draw Widget? I've tried Alt-010 and '\n' but both of these are ignored. Steve
... View more
08-17-2023
08:57 AM
|
0
|
2
|
1664
|
|
POST
|
Essentially, your point layer has to have an attribute field that stores the URL to the appropriate image. Then, over on the AGOL side, you just tweak your popup to display the photo based on the attribute field. This ArcGIS Blog post gives an overview of that part: Pop-ups: tips for adding photos
... View more
08-15-2023
02:18 PM
|
1
|
1
|
1883
|
|
POST
|
John Nelson has a YouTube video which walks through the process of making a 15m panchromatic blend of Landsat imagery and this has worked for me. Maybe by watching the video you might be able to see where you might have gone wrong?
... View more
08-07-2023
01:17 PM
|
0
|
0
|
25388
|
|
POST
|
Maybe you have to convert the format of the Epoch value something like DATEADD(s, 1624705077, '1970-01-01 00:00:00') So you're REST query would be something like DATE = DATEADD(s, 1624705077, '1970-01-01 00:00:00') SQL allows for some functions and operators within the actual SQL string so I wonder if this is one of those situations... Steve
... View more
08-03-2023
02:55 PM
|
0
|
0
|
2166
|
|
IDEA
|
Normally, ESRI allows users to alter/customize legend item descriptions but I've discovered that the chart element in a pop up (new map viewer) will not- it takes the label from the field name specified when constructing the chart. Normally, this would probably be fine but I ran into a situation where I had a series of Arcade fields for a layer (aggregating census data in different ways) and I had to give the Arcade calculation the same name in order for the label that appears when hovering over the chart to say what I want- In the screenshot above, expressions 10-13 provide a percentage number back for the popup but expressions 14-17 provide a total number count (which the pie chart uses as input). As the chart element is currently implemented, it draws on the Arcade expression name provided and there isn't a way to change this other than renaming the expression as I have done above. This just invites confusion for people maintaining applications, even if documented.
... View more
08-02-2023
01:47 PM
|
0
|
1
|
1753
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Thursday | |
| 1 | Thursday | |
| 1 | Thursday | |
| 1 | a week ago |