You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ArcGISToolkit/Components/FeatureFormView/Subviews/FormElements/UtilityAssociationsFormElement/UtilityAssociationAssetTypesView.swift
Copy file name to clipboardExpand all lines: Sources/ArcGISToolkit/Components/FeatureFormView/Subviews/FormElements/UtilityAssociationsFormElement/UtilityAssociationCreationView.swift
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
import ArcGIS
16
16
import SwiftUI
17
17
18
+
privateimport os
19
+
18
20
extensionFeatureFormView{
19
21
/// A view to configure and add a utility network association.
20
22
structUtilityAssociationCreationView:View{
@@ -30,7 +32,7 @@ extension FeatureFormView {
30
32
/// See also: `includeContentVisibility`.
31
33
@StateprivatevarcontentIsVisible:Bool=false
32
34
/// How far along an edge the association is located.
33
-
@StateprivatevarfractionAlongEdge:Double=0.5
35
+
@StateprivatevarfractionAlongEdge:Double=0
34
36
/// The options for a utility network feature when creating an association.
0 commit comments