We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2031f77 commit fa54f20Copy full SHA for fa54f20
Shared/Samples/Run valve isolation trace/RunValveIsolationTraceView.Model.swift
@@ -24,7 +24,7 @@ extension RunValveIsolationTraceView {
24
let map = Map(basemapStyle: .arcGISStreetsNight)
25
26
/// The utility network for this sample.
27
- private let utilityNetwork: UtilityNetwork
+ private let utilityNetwork = UtilityNetwork(url: .featureServiceURL)
28
29
/// The service geodatabase used to create the feature layer.
30
private let serviceGeodatabase = ServiceGeodatabase(url: .featureServiceURL)
@@ -94,7 +94,6 @@ extension RunValveIsolationTraceView {
94
}()
95
96
init() {
97
- utilityNetwork = UtilityNetwork(serviceGeodatabase: serviceGeodatabase)
98
map.addUtilityNetwork(utilityNetwork)
99
}
100
0 commit comments