Skip to content

Commit

Permalink
fixed (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 authored Mar 25, 2024
1 parent 667f638 commit 3ce0789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdr_schemas/polygon_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PolygonFeatureCollection(BaseModel):
All polygon features for legend item.
"""

type: GeomType.FeatureCollection
type: GeoJsonType.FeatureCollection
features: Optional[List[PolygonFeature]]


Expand Down

0 comments on commit 3ce0789

Please sign in to comment.