No subject


Fri Feb 8 15:06:04 EST 2008


that csv files can be accessed directly by entering the path to the file in
the SrcDataSource, but this does not seem to be working for me.

Here is the connection string that I am trying to use:
CONNECTION "<OGRVRTDataSource>
<OGRVRTLayer
name='city'><SrcDataSource>C:\ms4w\apps\sp-wms\admin_tools\data\ReportData\</SrcDataSource><SrcLayer>
city.csv</SrcLayer><GeometryField encoding='PointFromColumns' x='X'
y='Y'/><GeometryType>wkbPoint</GeometryType><LayerSRS>WGS84</LayerSRS></OGRVRTLayer></OGRVRTDataSource>"


Here is the working ODBC version:
CONNECTION "<OGRVRTDataSource>
<OGRVRTLayer  name='IRSS_TEXT'><SrcDataSource>ODBC:IRSS_TEXT,city.csv
</SrcDataSource><SrcLayer>city.csv</SrcLayer><GeometryField
encoding='PointFromColumns' x='X'
y='Y'/><GeometryType>wkbPoint</GeometryType></OGRVRTLayer></OGRVRTDataSource>"

Any advice is much appreciated.
kedaar

------=_Part_1714_799338.1189194658441
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,<br><br>I am trying to access a csv file with x,y point data using OGR.&nbsp; I have it working using ODBC however I am not able to access the files without ODBC which I would like to do.&nbsp; I am using ms4w on a windows XP box and was not able to access my csv files using the method described here:
<br><a href="http://lists.umn.edu/cgi-bin/wa/cgi-bin/wa?A2=ind0603&amp;L=mapserver-users&amp;D=0&amp;P=63569&amp;X=24C17728765623E608">http://lists.umn.edu/cgi-bin/wa/cgi-bin/wa?A2=ind0603&amp;L=mapserver-users&amp;D=0&amp;P=63569&amp;X=24C17728765623E608
</a><br><br>And at the bottom of the page here:<br><a href="http://mapserver.gis.umn.edu/docs/reference/vector_data/VirtualSpatialData">http://mapserver.gis.umn.edu/docs/reference/vector_data/VirtualSpatialData</a><br><br>


More information about the mapserver-users mailing list