Skip to content

Commit 3fbaade

Browse files
committed
unwrapping
1 parent ab09694 commit 3fbaade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Show shapefile metadata/ShowShapefileMetadataView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private extension ShowShapefileMetadataView {
8585
@ObservationIgnored var map = Map(basemapStyle: .arcGISTopographic)
8686

8787
/// Declare a FeatureLayer to display the shapefile features on the map.
88-
@ObservationIgnored var featureLayer: FeatureLayer!
88+
@ObservationIgnored var featureLayer: FeatureLayer?
8989

9090
/// Holds metadata information about the shapefile, such as name, description, etc.
9191
var shapefileInfo: ShapefileInfo?

0 commit comments

Comments
 (0)