Клуб API Карт

Свой балун (метка)

Пост в архиве.

Не показывает мою метку, показывает стандартную.


myPlacemark[<?=$kol?>] = new ymaps.Placemark([<?=$item['Coords']?>], {iconContent: '<?=$kol+1?>', balloonContentHeader: '<?=$item['Firma']?>', balloonContentBody: '<?=$item['Kontakt']?> <a href="page.php?id=<?=$item['id']?>"><button class="but_ball">Подробнее</button></a>', balloonContentFooter: '<?=$item['Email']?>', hintContent: '<?=$item['Firma']?>', iconLayout: 'default#image', iconImageHref: 'http://xn----8sbe7afghfbz8m.xn--p1ai/img_firms/icon/<?=$item['id']?>.png', iconImageSize: [30, 42], iconImageOffset: [-3, -42]});


что не так, подскажите?

4 комментария
И во что же в конце концов все это генерируется?
(ړײ) Игорь Чепур ღ
27 января 2016, 23:38

myPlacemark[0] = new ymaps.Placemark([55.084080,38.800142], {iconContent: '1', balloonContentHeader: 'Студия дизайна "Kolomna-WEB"', balloonContentBody: ' Подробнее', balloonContentFooter: 'info@kolomna-web.ru', hintContent: 'Студия дизайна "Kolomna-WEB"', iconLayout: 'default#image', iconImageHref: 'http://xn----8sbe7afghfbz8m.xn--p1ai/img_firms/icon/1081.png', iconImageSize: [30, 42], iconImageOffset: [-3, -42]});

iconLayout, iconImageHref задается не в properties, а в опциях.
http://jsfiddle.net/7eq6w9h0/2/

Документация: http://api.yandex.ru/maps/doc/jsapi/2.1/ref/reference/Placemark.xml
(ړײ) Игорь Чепур ღ
27 января 2016, 23:38

вечер, невнимательность.... я и не заметил, хотя в песочнице в примере именно так и сделано! спасибо амиго!