$('#rajony .rajon').each(function(e){
var kolosok = $(this).attr('data-semena'),
secur = $(this).attr('data-security'),
mitn = $(this).attr('data-tamozhnja'),
t = parseInt($(this).position().top),
l = parseInt($(this).position().left),
w = parseInt($(this)[0].getBoundingClientRect().width),
h = parseInt($(this)[0].getBoundingClientRect().height),
pos_l,
pos_t;
console.log(l, t, w, h);
pos_l = (l+w/2-230)/1.1 ;
pos_t = (t+h/2-130)/1.1 ;
$(this).wrap('<g class="wrap_rajon"></g>');
if(kolosok){
$(this).after(icon_kolosok);
$(this).parent().find('g').css('transform','translate('+ pos_l +'px, '+ pos_t +'px) scale(0.7)');
}
if(secur){
$(this).after(icon_secur);
$(this).parent().find('g').css('transform','translate('+ pos_l +'px, '+ pos_t +'px) scale(0.7)');
}
if(mitn){
$(this).after(icon_mitn);
}
});
Не вопрос. Я отмечу Ваш ответ)
Спасибо!