Skip to content

Commit

Permalink
Fix missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Oct 3, 2024
1 parent 931dd3f commit 4e89c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xpublish_wms/wms/get_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ def render(
# return self.render_quad_grid(da, buffer, minmax_only)
projection_start = time.time()

x = None
y = None
try:
da, x, y = ds.gridded.project(da, self.crs)
except Exception as e:
Expand Down

0 comments on commit 4e89c55

Please sign in to comment.