Здравствуйте. Помогите разобраться, почему не применяется layout для коллекции.
var circleLayout_country = ymaps.templateLayoutFactory.createClass('<div class="placemark_layout_container"><div class="circle_layout country">$[properties.count]</div></div>');
ymaps.layout.storage.add('country#norm', circleLayout_country);
countryCollection = new ymaps.GeoObjectCollection(null, {
preset: 'country#norm'
}
);