|
POST
|
@RobertKrisher They will always have both Switch #1 & #2 OPEN or both CLOSED at the same time as they always want both concurrent lines from that feeder to the customer. If it is running off 274 to the customer than you a loop between the substation and customer. If they open the breaker at 273 and closed both switches then you have a loop on 295 to customer and technically 295 back to circuit breaker 273.
... View more
04-11-2025
09:53 AM
|
0
|
0
|
1033
|
|
POST
|
@RobertKrisher I was told if they want to feed the customer from FDR 295 they close the circuit breaker in the Substation at FDR 273, which again is just one device with the two concurrent lines going into it. The big problem I'm running into, is not that it is causing issues in the GIS or it doesn't export, is that when it is imported into the OMS system, it shows loops as a different color in their system and they are reading this as a loop, even though the operators say technically it is isn't a loop because they are concurrent lines from the same feeder.
... View more
04-11-2025
06:10 AM
|
0
|
0
|
1052
|
|
POST
|
In our Electric Utility network we have parallel lines running from the same feeder OR 2 Circuits running from the same feeder. Meaning in the Substation we have one feeder or one circuit breaker with two lines coming out of it. Then this runs out into the distribution system and both lines are feed into on individual switch for a customer. It also runs tees into another direction where it hits an open switch on both lines that is connected to another feeder that is also two parallel lines out of the same feeder/circuit. What is happening is because I have one device connecting two lines at one end and another device connecting the same two lines at the other end, I'm getting a loop. How would I go about depicting this, keeping in mind that I have to export the JSON to our OMS system that is also reading the loop. Below is a small diagram to hopefully better explain.
... View more
04-10-2025
02:43 PM
|
0
|
7
|
1125
|
|
POST
|
@TonghuiMing, not sure if this is exactly the same or not, but what what you recommend. I'm utilizing Developer vs 1.16. Within my pages, I have a folder called More that has two external links to it . Then I have a menu setup within my header. When viewing the live site, the only way to initiate that drop down is to click the arrow next to the More. Clicking anywhere else on the button does nothing. To me this is a slight hinderance that the arrow is very small area to click and the whole thing looks like a button as the entire button has a hover color change. The other two buttons (which are also external links) can be clicked anywhere within the button and it functions properly. Is this by design or a setting I have configured incorrectly.
... View more
03-20-2025
12:40 PM
|
1
|
0
|
817
|
|
IDEA
|
Did anyone figure out how to make this modification in the coding in Developer Edition?
... View more
03-11-2025
01:14 PM
|
0
|
0
|
3855
|
|
IDEA
|
@Brian_McLeer How did you get just the parent group layer to expand and keeping all the other group layers collapsed? I'm in v1.16 of Developer Edition. I added the listIem.open = true in the below code of the widget.tsx. When I added this all groups were expanded but not the legend. I would prefer to only have the parent group layer expanded and have all subgroups and legend collapsed. defineLayerListActionsGenerator = (isTableList = false) => {
return async (event) => {
const listItem = event.item
let actionGroups = {}
listItem.actionsSections = []
listItem.open = true
if (!isTableList && this.props.config?.useMapWidget && this.props.config?.enableLegend && listItem.layer.legendEnabled) {
if (typeof listItem.layer?.id !== 'string' || !listItem.layer.id.startsWith('jimu-draw')) {
listItem.panel = {
content: 'legend',
open: listItem.layer.visible && this.props.config?.showAllLegend
}
}
}
... View more
03-06-2025
10:59 AM
|
0
|
0
|
1285
|
|
IDEA
|
I second, third, and fourth @MattiasEkström comment. When I have a map image service added to a map that has several layers within it, I would prefer to have this initial map image layer expanded by default, but all my group layers under that not expanded. The ability to pick and choose would be awesome or the ability where it recognize that it is a map service and allows the expansion of that by default. It is so annoying that in map layers widget you just see the service main layer and have to expand from there.
... View more
03-06-2025
06:58 AM
|
0
|
0
|
1317
|
|
POST
|
I agree having it twice is too much. In Web App Builder if my Basemap in my Web Map Classic was name the exact same as the Basemap in the Gallery it just ignored the duplication and only showed it once. I found that if I change the thumbnail of the map that it is displaying in Experience Builder to the default thumbnail of the basemap that initially opens then the basemap gallery will take on that icon. I don't like that solution and I think ESRI needs to think about how this functions.
... View more
03-04-2025
11:52 AM
|
0
|
0
|
1049
|
|
POST
|
I have an Intersect Arcade Expression that I'm adding to a layer with a bunch of small polygons to intersect a march larger polygon. I'm doing this across two different layers within two different services published as Map services to my portal. One layer is working and one is not. The below is NOT working. When I run this I get "Test execution error: Unknown Error. Verify test data." when I run it. I found if I delete the First in the Intersect clause then I get "Test execution error: Execution error - Cannot access value using a key of this type. Verify test data." In both the working and not working layer, they are polygons and the fields that I am displaying are Integer Fields. var cra_fields = [
'CRA_AREA'
]
var craa = FeatureSetByPortalItem(Portal('https://######/'), 'ae5d1369bf0942eda25e42aaac316677', 4)
var incra = First(Intersects($feature, craa))
If(IsEmpty(incra)){
return 'Not within CRA Area'
} else {
return `CRA Area: ${incra['CRA_AREA']}`
} This one is working and is exactly the same code, only a different layer. var anx_fields = [
'AnnexDate',
'AnnexYear',
]
var annex = FeatureSetByPortalItem(Portal('https://####/'), 'a2ef88e45eb34494859820e5295b2b98', 10)
var inanx = First(Intersects($feature, annex))
If(IsEmpty(inanx)){
return 'No Annexation Data'
} else {
return `Annexation Year: ${inanx['AnnexYear']}`
}
... View more
02-26-2025
08:40 AM
|
0
|
0
|
318
|
|
IDEA
|
I see need for improvement on the Spatial Filter within the Query Widget. 1. Currently for Geometry types you have Current Map Extent and Drawn Graphic. When you enable both the Current Map Extent is automatically selected as your filter type. I think you should have the ability to select which one you want automatically selected or have the ability to have neither selected which is the dashed line in the drop down. Because if you also have the attribute filter applied it treats this query as an AND statement. So if the end user, if they are not to savvy if they do NOT want to use a spatial filter they would have to to remember to change the spatial filter to the NONE option, if they don't then they would not get the results they were hoping for. 2. That NONE or dashed line needs to be words. Again, what about the none tech savvy people, do you except everyone to know what a dashed line means. 3. I think the Buffer distance should have the option to check on and off by end user, in case they don't want to use it, instead of seeing it all the time or changing the default value.
... View more
02-25-2025
08:54 AM
|
1
|
1
|
362
|
|
POST
|
Thanks @JeffreyThompson2. I'm new to Experience Builder and I completely missed that being a drop down. So many options now.
... View more
02-24-2025
11:04 AM
|
0
|
0
|
999
|
|
POST
|
In Experience Builder, how do I set a custom icon to an existing widget icon. I have some Section Views that have widgets within it and I want the View icon to be the widget icon. However the icons are super limited in the custom widgets. In Developer, I found the icon SVG file for the widgets icons I want to use within the folder structure, but when I select custom icon, it only gives me the option for png, jpg, gif. Anyway, I can import those existing widget icons into this window so I can select them without having to reinvent icons? Using Developer 1.16.
... View more
02-24-2025
09:55 AM
|
0
|
2
|
1011
|
|
POST
|
@Ke_Xu I had found that patch and installed it and same results. Just to emphasize in the live version of the app and you use the Map Layers, the subtype layers are there and I can interact with them. Where I cannot interact with them is when I'm in edit mode and click the Customize Layers button within the Map Layer Properties window. I see all the layers except for the subtype layers.
... View more
02-19-2025
11:46 AM
|
0
|
0
|
774
|
|
POST
|
@Ke_Xu I can't get logged into that site. I have tried this group sub layer in Online, Developer Edition v 1.16 and Portal 11.3 with the map Layers. Below is a screenshot of what I'm seeing in the Custom Layers window in Map Layers. The Dimension layer and Dimension_ExpSubtype are set up as Subtype Group layers that I have published via Pro on my Portal. The Dimension_Exp NOT Subtype is adding that layer not as a group layer to my Pro Project. As you can see only the NOT Subtype is showing in that Custom layers.
... View more
02-17-2025
06:43 AM
|
0
|
2
|
794
|
|
POST
|
@Ke_Xu Is there a limitation with certain widgets in the developer edition? I'm using version 1.16 and trying to configure the Map Layers widget. When using the customize layers none of my subtype layers are showing. If I add them the layers NOT as a Group Subtype before publishing from Pro then it shows.
... View more
02-14-2025
01:02 PM
|
0
|
0
|
1896
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a month ago | |
| 1 | 03-20-2025 12:40 PM | |
| 2 | 10-24-2025 07:26 AM | |
| 2 | 06-10-2025 09:37 AM | |
| 1 | 05-13-2025 08:38 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|