var sprite= ymaps.templateLayoutFactory.createClass('<div style="margin-left: -22px; margin-top: -34px; line-height: 36px; text-align: center; width: 44px; height: 44px; background: url(/img/map_points_sprite.png) {{ options.iconImageClipRect[0][0] }} {{ options.iconImageClipRect[0][1] }} no-repeat"> {{ properties.iconContent }} </div>'),
ymaps.option.presetStorag
e.add('order#startPointNo rmal', { iconLayout: sprite, //'default#imageWithContent',
iconImageClipRect: [xy(0,0), xy(1,1)],
iconShape: {
type: 'Rectangle', // может быть переделать на круг
coordinates: [[-22, 6], [22, -34]]
}
});
в templateLayout options.iconImageClipRect[0][0] и options.iconImageClipRect[0][1] оказываются пустыми. Что делаю не так, подскажите, пожалуйста.