FIX - размер иконок
This commit is contained in:
parent
ef53ace6fc
commit
c1cccbb5e2
|
|
@ -68,7 +68,7 @@ function getPoints()
|
|||
'<h3>'+data[k]['name']+'</h3>' +
|
||||
data[k]['description'] +
|
||||
' <a href="'+data[k]['source']+'" target="blank">Подробнее...</a></div>'
|
||||
},{iconImageHref: data[k]['categoryIcon']});
|
||||
},{iconImageHref: data[k]['categoryIcon'], iconImageSize: [32, 37]});
|
||||
|
||||
myMap.geoObjects.add(myPlacemark);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue