OVF file syntax
P Kishor
punkish at EIDESIS.ORG
Fri Aug 11 15:57:59 PDT 2006
I have a CSV file called 'foo.txt' inside a directory called 'bar'.
The first row contains column headers. I am trying to construct a
meaningful OVF file like so, but failing.
<OGRVRTDataSource>
<OGRVRTLayer name="foo">
<SrcDataSource>CSV:"C:\\path\\to\\bar"</SrcDataSource>
<SrcLayer>foo.txt</SrcLayer>
<GeometryField encoding="PointFromColumns" x="LONGITUDE" y="LATITUDE"/>
<GeometryType>wkbPoint</GeometryType>
</OGRVRTLayer>
</OGRVRTDataSource>
Would appreciate any pointers.
This is on Windows.
--
Puneet Kishor http://punkish.eidesis.org/
Nelson Inst. for Env. Studies, UW-Madison http://www.ies.wisc.edu/
Open Source Geospatial Foundation https://edu.osgeo.org/
More information about the MapServer-users
mailing list