9127 : Geography : performance issue due to bad initialization.

This commit is contained in:
SNoiraud
2015-12-26 17:18:05 +01:00
parent 04c39a72e0
commit 822fa7c06c
7 changed files with 18 additions and 11 deletions

View File

@@ -235,6 +235,8 @@ class GeoFamClose(GeoGraphyView):
self.sort = []
self.places_found = []
self.place_without_coordinates = []
self.nbmarkers = 0
self.nbplaces = 0
self.remove_all_gps()
self.remove_all_markers()
self.lifeway_layer.clear_ways()