GeoView : Places view correction.

svn: r11660
This commit is contained in:
Serge Noiraud 2009-01-18 23:15:39 +00:00
parent 3b99d618a4
commit 3feb8c375c

View File

@ -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 = ""