From 2e320e0901cd6cf982a553d2de4eba7e1d4e940d Mon Sep 17 00:00:00 2001 From: Andrew Huang Date: Fri, 19 Jul 2024 21:49:59 -0700 Subject: [PATCH] Move within if --- hvplot/converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hvplot/converter.py b/hvplot/converter.py index 2eba08ce7..d87df07c8 100644 --- a/hvplot/converter.py +++ b/hvplot/converter.py @@ -600,7 +600,7 @@ def __init__( easting, northing = lon_lat_to_easting_northing(lons, lats) data[x] = easting data[y] = northing - geo = False + geo = False # Process data and related options self._redim = fields