Hello,<br><br>I am using Gdal 1.8.1 (gdalinfo --version -&gt; GDAL 1.8.1, released 2011/07/09).<br><br>I used gdal_rasterize to burn some tif file with values from a shapefile:<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
gdal_rasterize -a ID -l vector_test vector_test.shp test_out.tif<br></blockquote><br>My tif file contains a unique layer of type UInt32.<br><br>The shape files contains an ID column with four features with ID 28021201, 28021202, 28021203 and 28021204.<br>
<br>But test_out.tif is not burned correctly it has :<br>- 28021200 where 28021201 is expected;<br>- 28021204 where 28021203 is expected;<br>- others values are OK.<br><br>I can provide sample files if needed.<br><br>Is there something I missuse in my command line or is it a normal issue ?<br>
<br>Thanks for your replies.<br><br>Best regards,<br>Guillaume.<br>