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
@@ -315,6 +318,9 @@ public struct GeoJSON: Hashable {
315
318
id =dict["id"]as?AnyHashable
316
319
}
317
320
321
+
/// - Warning: If there are no properties, the `properties` field will be omitted, to avoid dealing
322
+
/// with `nil` values in a dictionary. This is strictly speaking not compliant with the [GeoJSON spec](https://datatracker.ietf.org/doc/html/rfc7946#section-3.2),
323
+
/// which says this value should be present with a JSON null value.
0 commit comments