Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created February 8, 2013 20:54
Show Gist options
  • Save springmeyer/4741848 to your computer and use it in GitHub Desktop.
Save springmeyer/4741848 to your computer and use it in GitHub Desktop.
<OGRVRTDataSource>
<OGRVRTLayer name="filename">
<SrcDataSource relativeToVRT="1">filename.csv</SrcDataSource>
<GeometryType>wkbPoint</GeometryType>
<LayerSRS>WGS84</LayerSRS>
<GeometryField encoding="PointFromColumns" x="long" y="lat"/>
</OGRVRTLayer>
</OGRVRTDataSource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment