Skip to content

Commit

Permalink
missed one list (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 authored Mar 20, 2024
1 parent f6b7bb6 commit 40d065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdr_schemas/georeference.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Pixel_Point(BaseModel):


class Map_Area(BaseModel):
coordinates: List[List[Union[float, int]]]
coordinates: List[List[List[Union[float, int]]]]
type: GeomType = GeomType.Polygon


Expand Down

0 comments on commit 40d065b

Please sign in to comment.