Skip to content

Commit e2a262c

Browse files
authored
Merge pull request #568 from Esri/Caleb/Fix-VerficationIssues
[Fix] `Configure electronic navigational charts` point setting
2 parents 5fe32d9 + 87ad419 commit e2a262c

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Shared/Samples/Configure electronic navigational charts/ConfigureElectronicNavigationalChartsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ private extension ConfigureElectronicNavigationalChartsView {
173173
textGroupVisibilitySettings.includesNatureOfSeabed = false
174174

175175
let viewingGroupSettings = displaySettings.viewingGroupSettings
176-
viewingGroupSettings.includesBuoysBeaconsAidsToNavigation = false
177176
viewingGroupSettings.includesDepthContours = false
177+
viewingGroupSettings.includesLights = false
178178
viewingGroupSettings.includesSpotSoundings = false
179179
}
180180
}
15.6 KB
Loading
2.15 KB
Loading

Shared/Samples/Edit feature attachments/EditFeatureAttachmentsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private extension EditFeatureAttachmentsView {
212212

213213
private extension EditFeatureAttachmentsView {
214214
struct AddAttachmentView: View {
215-
// The closure called when add button is tapped.
215+
/// The closure called when add button is tapped.
216216
let onAdd: (() -> Void)
217217

218218
var body: some View {

Shared/Samples/Search with geocode/SearchWithGeocodeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct SearchWithGeocodeView: View {
4949
@State private var calloutPlacement: CalloutPlacement?
5050

5151
/// Provides search behavior customization.
52-
@ObservedObject private var locatorDataSource = LocatorSearchSource(
52+
@StateObject private var locatorDataSource = LocatorSearchSource(
5353
name: "My Locator",
5454
maximumResults: 10,
5555
maximumSuggestions: 5

0 commit comments

Comments
 (0)