POST
|
@IsmaelChivite Sorry, I did a little more digging and didn't come across anything that indicated the house number and street name have separate fields in the json. The house number does have its own, so that's good. The first image shows page 2 of the Geocode and Reverse Geocode sample in Connect. https://developers.arcgis.com/rest/services-reference/enterprise/reverse-geocode/
... View more
2 weeks ago
|
0
|
0
|
42
|
POST
|
@IsmaelChivite Is there any chance this is an option now? I'd like to extract just the address (house number + street name) from the geocode result in the same way one can extract the city, state and so on. I've tried the Address property shown here by way of pulldata("@json",${reversegeocode_json_output},"address.Address") but that didn't work. The Reverse Geocode sample in Survey123 Connect is what I used as a basis for that.
... View more
2 weeks ago
|
0
|
0
|
45
|
POST
|
@AlixVezina I'll mark your last comment as the solution. Thanks for looking into this with me.
... View more
2 weeks ago
|
2
|
0
|
110
|
POST
|
I published my app to our local server and tested Safari and Chrome on two separate iPhones, then Chrome and Firefox and an Android. Safari and Chrome both displayed the EP widget as they should across both systems. Firefox does NOT display it correctly - the top half of the Select button/window is cut off and scrolling to the top of the EP window is not available. Just FYI.
... View more
3 weeks ago
|
0
|
1
|
128
|
POST
|
Thank you. Can you tell me what style or size settings you used? I'll make sure mine match. And can you test your results in Firefox, Chrome and Edge? I generally use Firefox and when I opened your public app I noticed the same behavior that led me to posting the original question. When I open your app in Chrome and Edge the full scroll is available and the startup shows top of the EP window. Below are what each of those look like. Firefox > Chrome > Edge
... View more
3 weeks ago
|
0
|
0
|
132
|
POST
|
@AlixVezina - I should be clear that I didn't misread your first post and mistake Row for Column. I don't think I want to go the Column route and skipped it altogether. I simply tried ROW as another option given the horizontal friendliness of the Elevation Profile.
... View more
3 weeks ago
|
0
|
4
|
142
|
POST
|
Hi @AlixVezina. Thank you for the suggestions. I just tried moving it to the widget controller and I'm still noticing the same behavior ( the Select box is cut off and I can't scroll to the top of it). I also tried inserting Elevation Profile within a Row within the (bottom) sidebar and that doesn't work either. If the widget is aligned to the top the Select tool shows up but Draw does not, and vice versa for aligned to the bottom. If it's aligned to the center they both only partially display. There isn't a vertical scroll bar available.
... View more
3 weeks ago
|
0
|
0
|
142
|
POST
|
I am working on an app that will include the Elevation Profile widget in Developer 1.18. I can get the widget configured as desired for the large and medium screen configurations. I am not able to set it correctly on the small screen though. I have it in the bottom sidebar while the map and everything else are in the top sidebar. This is my medium configuration. You can see Select Line and Draw Profile are side-by-side. I want the small screen to look like this too if possible, but no matter what style configuration combos I come up with I can't. Even if I am able to get them stacked and visible there is always part of the Select Line option cut off and the scroll bar on the right doesn't allow for scrolling all the way to the top. I've changed the style configs for the Elevation Profile and Sidebar (bottom) about every way I can and only increasing the height of the sidebar seem to make it better, but that takes up too much screen space. Is there a way to display them next to each other or at least get the scroll bar to work all the way? Any help is appreciated.
... View more
a month ago
|
0
|
8
|
277
|
POST
|
Update to my previous post, with the help of information at https://community.esri.com/t5/arcgis-enterprise-questions/arcade-map-not-defined-inside-popup-expression/m-p/1620918#M42351 I am able to see $map when I add the FeatureServer URL. If I add the MapServer URL I do not see $map.
... View more
08-29-2025
12:16 PM
|
0
|
0
|
76
|
POST
|
Ironically, I'm not seeing $map when I do add a feature (service) to AGOL using 'Add layer from URL'.
... View more
08-29-2025
10:52 AM
|
0
|
0
|
82
|
POST
|
@ZachBodenner I think I have what I need now, subject to a few minor changes after feedback from our users. Thanks again for all of your help and for sharing the code. It is greatly appreciated and things went much faster after you responded.
... View more
04-04-2025
12:01 PM
|
0
|
1
|
435
|
POST
|
@ZachBodenner Thanks, I'll change the H3 and see how that goes. That's a bummer (and a little annoying) on the expression part.
... View more
04-01-2025
10:18 AM
|
0
|
0
|
437
|
POST
|
@ZachBodenner Thanks again. I'm moving in the right direction. Two more things though. 1) In place of the field names I need to reference expressions that I've created to better display the information. I haven't been able to get the syntax right - do you know how to do that? For instance, in the doc1 variables I need... i1 = expression/expr0 (instead of $feature.index1) b1 = expression/expr1 (instead of $feature.book1) Etc. I've tried $expression/expr0, ${expression/exp0}, {expression/exp0} and the code won't run. I can add these expressions as variables in the element but that will add A LOT of code that I don't want in it if I don't need it there. 2) Any idea how to remove the white space between the header (red) and title row (dark gray) so that it looks like the image in first my post from today?
... View more
03-31-2025
12:46 PM
|
0
|
4
|
903
|
POST
|
Thanks @ZachBodenner . I'll try out your element with my stuff this afternoon. In case this helps answer your questions, I have a map service referencing a polygon feature class that shows source document locations for right-of-way easements, acquisitions, etc. We have up to four possible documents, and like I said in the previous post, not all shapes have all four document fields (book type, book #, page #, imageURL) populated. In fact, few do out of 2,000+ features. Below is what my html table looks like in the Text element. Essentially, book1 doc fields are the first line and the fields are referenced via expressions 0 thru 3. Book2 doc fields are line 2 and expressions 4 thru 7. I'll always be pointing to an expression (based on field values) to populate the table rows instead of directly displaying the values from the feature class.
... View more
03-31-2025
10:16 AM
|
0
|
6
|
909
|
POST
|
@ZachBodenner Hi. Do you know how to get the table result to be displayed horizontally to look more like this? I'm trying to figure out how to do the horizontal display and remove the blank/null lines ('na' above) so that only populated records are returned. My feature class has fields (index, book, page, imageURL) for documents one thru four. Sometimes only doc1 is populated, sometimes it's only doc2 and so on.
... View more
03-31-2025
07:36 AM
|
0
|
8
|
919
|
Title | Kudos | Posted |
---|---|---|
2 | 2 weeks ago | |
1 | 03-20-2025 09:53 AM | |
1 | 08-08-2024 11:29 AM | |
1 | 01-23-2025 08:35 AM | |
2 | 04-25-2024 11:57 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|