Geography : trying to solve #05742 notes 25518

svn: r20436
This commit is contained in:
Serge Noiraud 2012-09-23 09:21:51 +00:00
parent 2ba36c75e4
commit 4c8c703dcf

View File

@ -187,11 +187,12 @@ class GeoPlaces(GeoGraphyView):
all handling of visibility is now in rebuild_trees, see that for more all handling of visibility is now in rebuild_trees, see that for more
information. information.
""" """
active = self.uistate.get_active('Place') #active = self.uistate.get_active('Place')
if active: #if active:
self._createmap(active) # self._createmap(active)
else: #else:
self._createmap(None) # self._createmap(None)
self._createmap(None)
def _create_one_place(self,place): def _create_one_place(self,place):
""" """