Skip to content

Commit 8ac0ad0

Browse files
Update Shared/Samples/Browse OGC API feature service/BrowseOGCAPIFeatureServiceView.swift
Co-authored-by: Destiny Hochhalter <[email protected]>
1 parent cc95ed5 commit 8ac0ad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Shared/Samples/Browse OGC API feature service/BrowseOGCAPIFeatureServiceView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ struct BrowseOGCAPIFeatureServiceView: View {
7070
}
7171
}
7272
.alert("Load OGC API feature service", isPresented: $alertIsPresented, actions: {
73-
// Alert is set with a default url for the OGC API, the user can update the url.
7473
TextField("URL:", text: $featureServiceURL)
7574
Button("Load") {
7675
alertIsPresented = false

0 commit comments

Comments
 (0)