<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=131582006-18092009>I am trying to add 
line features to a vector feature layer in my map (projection is EPSG:102003, as 
are the coordinates of the wkt below)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=131582006-18092009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vectorlayer = new OpenLayers.Layer.Vector("Vector 
Layer");<BR>map.addLayer(vectorlayer);<BR>var thestreetgeom = new 
OpenLayers.Geometry.fromWKT("LINESTRING((-1930473.64430529 1513488.44352758, 
-1646969.91778704<SPAN class=131582006-18092009> </SPAN>1155135.05969326))", { 
style: "default" });&nbsp;<BR> 
vectorlayer.addFeatures(thestreetgeom);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=131582006-18092009><FONT face=Arial size=2>I do not get any 
error but nothing shows on my map. Could this still be a projection problem or 
am I missing something else ?</FONT></SPAN></DIV>
<DIV><FONT size=2><SPAN 
style="FONT-SIZE: 11pt; FONT-FAMILY: Verdana"><BR>Karsten </SPAN></FONT><FONT 
size=1><SPAN 
style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"><BR></SPAN></FONT><FONT 
color=#003264><FONT size=1><SPAN 
style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Terra GIS 
LTD<BR></SPAN></FONT></FONT><st1:country-region w:st="on"><st1:place 
w:st="on"><FONT size=1><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"><FONT 
color=#003264><SPAN class=131582006-18092009>Seattle, 
</SPAN>USA</FONT></SPAN></FONT></st1:place></st1:country-region><FONT 
size=1><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"><FONT 
color=#003264>&nbsp;<BR></FONT><A href="http://www.terragis.net/"><FONT 
color=#003264>www.terragis.net</FONT></A></SPAN></FONT></DIV></BODY></HTML>