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
information.
"""
active = self.uistate.get_active('Place')
if active:
self._createmap(active)
else:
self._createmap(None)
#active = self.uistate.get_active('Place')
#if active:
# self._createmap(active)
#else:
# self._createmap(None)
self._createmap(None)
def _create_one_place(self,place):
"""