diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index c9c5d7a3f..239a0ef84 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -1218,6 +1218,8 @@ class GeoView(HtmlView): self.maxlat = float(0.0) self.minlon = float(0.0) self.maxlon = float(0.0) + self.minyear = int(9999) + self.maxyear = int(0) latitude = "" longitude = ""