<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div style="color: black; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Hello nice people,</div><div style="color: black; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="color: black; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">I am trying to load my point data in a text file but somehow it is not working. I have scour the mail list, but still i am able to display my points ! My points are in the format of text file separated by tab ! Why it is not working ? If anybody can help, i would be a happy man !!</div><div style="color: black; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div><div><font class="Apple-style-span" face="'times new
 roman', 'new york', times, serif"><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;//Add vector layer</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;vector_layer = new OpenLayers.Layer.Vector('Basic Vector Layer', {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;protocol: new OpenLayers.Protocol.HTTP({</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;url: "map_data.txt",</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;format: new OpenLayers.Format.Text()}),</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>projection: new OpenLayers.Projection("EPSG:4326")</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>});</div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;map.addLayer(vector_layer);</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; map.addControl( new
 OpenLayers.Control.LayerSwitcher());</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;</div><div>Thanks</div><div>sukuchha&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;</div></font></div></div><div style="position: fixed; color: black; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "></div>


</div></body></html>