forked from 0x2620/oxjs
update geo module
This commit is contained in:
parent
2b394ca28b
commit
e0d4dd3bec
1619 changed files with 6021 additions and 686370 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue