<div dir="ltr"><div><div><div>Hi,<br><br></div>I am trying to pass attributes in the same time I add  features to a vector layer in a loop like this:<br><br>for (var i = 0; i < inputFeatures.geometry.components.length; i++){<br>    vectorLayer.addFeatures(new OpenLayers.Feature.Vector(inputFeatures.geometry.components[i]), { 'attributes': inputFeatures.attributes });<br>  }<br><br></div>This obviously doest not work. Anybody can help with my problem?<br><br>Thanks<br><br></div>-Max Demars<br><div><div><div><div>-- <br><div dir="ltr"><div><div><div>Stack Overflow: <a href="http://stackoverflow.com/users/1914034/burton449" target="_blank">http://stackoverflow.com/users/1914034/burton449</a><br></div></div>GIS Overflow: <a href="http://gis.stackexchange.com/users/14426/burton449" target="_blank">http://gis.stackexchange.com/users/14426/burton449</a><br></div>LastFm: <a href="http://www.lastfm.fr/user/burton449" target="_blank">http://www.lastfm.fr/user/burton449</a><br></div>
</div></div></div></div></div>