For this kind of answer you really need to join the #openlayers <a href="http://irc.freenode.net">irc.freenode.net</a> - or preferably <a href="http://chat.freenode.net">chat.freenode.net</a> -&nbsp; to be honest.&nbsp; All the developers are there in real time and for work that is pre-release it is really the best way to participate...&nbsp; 
<br><br>Looking at your particular problem; I don&#39;t see anything wrong per se.&nbsp; But I don&#39;t know this code well...<br><br>&nbsp;- a<br><br><div><span class="gmail_quote">On 12/23/06, <b class="gmail_sendername">Adam Eskreis
</b> &lt;<a href="mailto:aeskreis@gmail.com">aeskreis@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I know the vectors are still in development but if someone could help me it would be most appreciated.&nbsp; I&#39;m pretty sure my code is right, but for some reason the program keeps messing up when i try to add the features to the vector.&nbsp; here is the relevant code:
<br><br>var linearRing = new OpenLayers.Geometry.LinearRing([<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; new OpenLayers.Geometry.Point(195090.60388669,1037165.33840374), <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; new OpenLayers.Geometry.Point(195223.79377482,1037117.84835569

),<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; new OpenLayers.Geometry.Point(195230.71396682,1037136.86838771),<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; new OpenLayers.Geometry.Point(195085.51383869,1037188.31824376),<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; new OpenLayers.Geometry.Point(
195090.60388669
,1037165.33840374)]);<br>&nbsp;&nbsp;&nbsp; var polygon = new OpenLayers.Geometry.Polygon([linearRing]);<br>&nbsp;&nbsp;&nbsp; var vector = new OpenLayers.Layer.Vector(&quot;Vector Layer&quot;);<br>&nbsp;&nbsp;&nbsp; var feature = new OpenLayers.Feature();<br>&nbsp;&nbsp;&nbsp; feature.setGeometry

(polygon);<br>&nbsp;&nbsp;&nbsp; map.addLayer(vector);<br>&nbsp;&nbsp;&nbsp; vector.addFeatures(feature);<br><br>the error i get is :<br><br>this.root has no properties <br><br>the error occurs on Svg.js on line 165<br><br>does anyone have a clue as to why this isnt working?&nbsp; I know these coordinates are correct and the extents and everything else is correct, the only problme is this vector code.
<br>&nbsp;<br><br><br>

<br>_______________________________________________<br>Users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Users@openlayers.org">Users@openlayers.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://openlayers.org/mailman/listinfo/users" target="_blank">
http://openlayers.org/mailman/listinfo/users</a><br><br><br></blockquote></div><br>