Skip to content

Commit 2031f77

Browse files
committed
Rename portal item.
1 parent 76421de commit 2031f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shared/Samples/Display content of utility network container/DisplayContentOfUtilityNetworkContainerView.Model.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension DisplayContentOfUtilityNetworkContainerView {
2929
@Published private(set) var legendItems: [LegendItem] = []
3030

3131
/// The Naperville Electric Containers web map.
32-
let map = Map(item: .napervilleElectricalNetwork())
32+
let map = Map(item: PortalItem.napervilleElectricalNetwork())
3333

3434
/// The graphics overlay to display utility network graphics.
3535
let graphicsOverlay = GraphicsOverlay()
@@ -226,7 +226,7 @@ extension DisplayContentOfUtilityNetworkContainerView {
226226
}
227227
}
228228

229-
private extension Item {
229+
private extension PortalItem {
230230
/// A web map portal item for the Naperville Electric subtype group layers
231231
/// with containers.
232232
static func napervilleElectricalNetwork() -> PortalItem {

0 commit comments

Comments
 (0)