Skip to content

Commit af495af

Browse files
authored
Update GeoJSON.swift
Make `boundingBox` a var
1 parent 8eedf47 commit af495af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/GeoJSONKit/GeoJSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public struct GeoJSON: Hashable {
400400
/// A GeoJSON object MAY have a member named "bbox" to include
401401
/// information on the coordinate range for its Geometries, Features, or
402402
/// FeatureCollections.
403-
public let boundingBox: BoundingBox?
403+
public var boundingBox: BoundingBox?
404404

405405
/// Additional fields that we didn't parse
406406
public var additionalFields: [String: AnyHashable]

0 commit comments

Comments
 (0)