Необходимо создать основной стиль для меток содержащий значок default#buildingsIcon и стиль баллуна plain#balloon. Есть еще наследующие стили у которых должен меняться стиль значка из http://api.yandex.ru/maps
Что делаю не правильно? Не смог найти ответ в руководстве и примерах. Вместо требуемого шаблона баллуна выскакивает только имя - http://ovvk-info.narod.ru/etech/index.html
<parentStyle>default#buildingsIcon</parentStyle>
<balloonContentStyle>
<template>#ballonTemplate</template>
</balloonContentStyle>
<hintContentStyle>
<template>#hintTemplate</template>
</hintContentStyle>
</Style>
<Template gml:id="ballonTemplate">
<text><![CDATA[<div><font size="+1"><b>$[name]</b></font><br>Адрес: - $[metaDataProperty.AnyMetaData.adress]</div> <div><p>Выполенные работы: $[metaDataProperty.AnyMetaData.work] <br/><a href="/projects/$[metaDat
</Template>
<Template gml:id="hintTemplate">
<text><![CDATA[$[name]]]></text>
</Template>
<Style gml:id="Shopping">
<parentStyle>#PublicStyle</parentStyle>
<iconStyle>
<size x="27" y="26"/>
<href>
http://api-maps.yandex.ru/i/0.4/icons/shop.png
</href>
</iconStyle>
</Style>