Roger,

On Mon, Nov 10, 2008 at 10:43 PM, Roger André <[EMAIL PROTECTED]> wrote:
> Andrew,
>
> I believe your syntax is incorrect.  Assuming that you are trying to exclude
> water from your image, it should be something like this:
> % gdal_rasterize -b 1 -b 2 -b 3 -i -burn 0 -burn 0 -burn 0 -l gshhs_land
> gshhs_land.shp warped.tif

I used
gdal_rasterize -i -b 1 -b 2 -b 3  -burn 255 -burn 255 -burn 255 -l
ammprv03 ammprv03.shp ortho.tif

and it didn't have an effect on the raster map (posted to
 http://trac.osgeo.org/gdal/ticket/1458
).

I observe that the -i position is different. If that matters, please add
a related warning into http://www.gdal.org/gdal_rasterize.html .

thanks,
Markus
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to