From 4e89c55c4916432525d879744298d1b9d7b04edb Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Thu, 3 Oct 2024 12:47:49 -0400 Subject: [PATCH] Fix missing types --- xpublish_wms/wms/get_map.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpublish_wms/wms/get_map.py b/xpublish_wms/wms/get_map.py index e936de6..50f3ace 100644 --- a/xpublish_wms/wms/get_map.py +++ b/xpublish_wms/wms/get_map.py @@ -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: