diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index d0228139..bba3deed 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -428,6 +428,7 @@ Ox.Map = function(options, self) { .addClass('OxPlaceControl OxPlaceFlag') .bindEvent({ anyclick: function() { + // FIXME: doesn't work for 'Georgia', use Ox.Geo data! var country = this.data('country'); country && getPlaceByName(country, function(place) { place && self.map.fitBounds(place.bounds); diff --git a/tools/geo/txt/countries.txt b/tools/geo/txt/countries.txt index a8900ea9..de5d2200 100644 --- a/tools/geo/txt/countries.txt +++ b/tools/geo/txt/countries.txt @@ -1,4 +1,3 @@ -# FIXME: character encoding doesn't work! # see http://en.wikipedia.org/wiki/List_of_sovereign_states_by_date_of_formation # a < b / c a splits into b and c # a / b > c a and b join as c