1
0
Fork 0
forked from 0x2620/oxjs

update geo module

This commit is contained in:
rolux 2011-11-23 15:53:17 +01:00
commit e0d4dd3bec
1619 changed files with 6021 additions and 686370 deletions

View file

@ -1187,7 +1187,7 @@ Ox.Map = function(options, self) {
if (place) {
self.$placeControls.flag.empty().append(
$('<img>').attr({
src: Ox.getImageByGeoname('icon', 16, place.geoname)
src: Ox.getFlagByGeoname(place.geoname, 16)
})
).show();
self.$placeControls.name.options({title: place.name})