minor changes
This commit is contained in:
parent
ecb72f28ea
commit
997b704f8b
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue