diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index dc8257c0..23515072 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -995,6 +995,10 @@ Ox.ListMap = function(options, self) { place.name = self.$list.value(self.options.selected, 'name'); place.id = self.options.selected; self.$map.addPlace(place); + self.$findPlaceButton.hide(); + self.$placeFlag.attr({ + src: Ox.getFlagByGeoname(place.geoname || '', 16) + }).show(); self.$placeForm.values(place).show(); self.$areaKmInput.value(Ox.formatArea(place.area)).show(); editPlace([