Geography : bug when linking a lat,lon to a place.
svn: r17614
This commit is contained in:
parent
70d5094b45
commit
10379456c6
@ -903,9 +903,11 @@ class GeoGraphyView(osmGpsMap, NavigationView):
|
|||||||
if place:
|
if place:
|
||||||
loc = place.get_main_location()
|
loc = place.get_main_location()
|
||||||
oldv = (loc.get_country(), loc.get_state(), loc.get_county()) if loc else None
|
oldv = (loc.get_country(), loc.get_state(), loc.get_county()) if loc else None
|
||||||
PlaceSelection(self.uistate, self.dbstate, self.osm,
|
for m in self.place_list:
|
||||||
self.selection_layer, self.place_list,
|
if m[0] == place.get_title():
|
||||||
lat, lon, self.__edit_place, oldv)
|
self.mark = m PlaceSelection(self.uistate, self.dbstate, self.osm,
|
||||||
|
self.selection_layer, self.place_list,
|
||||||
|
lat, lon, self.__edit_place, oldv)
|
||||||
|
|
||||||
def __add_place(self, pcountry, pcounty, pstate, plat, plon):
|
def __add_place(self, pcountry, pcounty, pstate, plat, plon):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user