Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Oct 2, 2024
1 parent a1c9263 commit 764f0ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions morecantile/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ def __init__(self, **data):
"""Set private attributes."""
super().__init__(**data)

# TODO is the geodetic_crs always the geographic crs?
# maybe instead switch depending on if it's a projection or a geodcrs/geogcrs
self._geographic_crs = pyproj.CRS.from_user_input(
data.get("_geographic_crs", self.crs._pyproj_crs.geodetic_crs)
)
Expand Down

0 comments on commit 764f0ed

Please sign in to comment.