From 3feb8c375c54cb25db292559fad88a73af0ca640 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Sun, 18 Jan 2009 23:15:39 +0000 Subject: [PATCH] GeoView : Places view correction. svn: r11660 --- src/DataViews/GeoView.py | 2 ++ 1 file changed, 2 insertions(+) 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 = ""