Thanks! Nice tip! I have read the documentation and will play arround with setting the datatypes for my columns too, this will give me the ability to do thematic mapping right on the csv!<br><br><div class="gmail_quote">2011/2/23 Richard Duivenvoorde <span dir="ltr">&lt;<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">Milo van der Linden wrote:<br>
</div><div class="im">&gt; Shouldn&#39;t it go to the dev list if the absolute path is required? I<br>
&gt; think that assuming the vrt and the csv are in the same dir should be<br>
&gt; the first check as ogr2ogr has no problem with it.<br>
<br>
</div>Hi Milo,<br>
<br>
I had a look at the docs of ogr vrt driver:<br>
<a href="http://www.gdal.org/ogr/drv_vrt.html" target="_blank">http://www.gdal.org/ogr/drv_vrt.html</a><br>
<br>
it&#39;s not really necessary to use the full path, you can add a attribute<br>
relativeToVRT=&quot;1&quot; to the SrcDataSource element:<br>
<br>
&lt;SrcDataSource relativeToVRT=&quot;1&quot;&gt;test.csv&lt;/SrcDataSource&gt;<br>
instead of<br>
&lt;SrcDataSource&gt;test.csv&lt;/SrcDataSource&gt;<br>
<br>
this makes your vrt-definition also work in qgis without an absolute<br>
path. (don&#39;t know why a relative path is working for ogr2ogr though ...)<br>
<br>
Regards,<br>
<font color="#888888"><br>
Richard<br>
</font></blockquote></div><br>