Skip to content

Commit

Permalink
Add Identifiable conformance to Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed May 23, 2024
1 parent 3555473 commit 7509168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GISTools/GeoJson/Feature.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

/// A GeoJSON `Feature`.
public struct Feature: GeoJson {
public struct Feature: GeoJson, Identifiable {

/// A GeoJSON identifier that can either be a string or number.
///
Expand Down

0 comments on commit 7509168

Please sign in to comment.