On 01/07/11 15:18, Luisa Peña wrote:
Uhm. If this is not possible, how can I export a raster map with labels in a legend?
In my experience, the classical way would be to export your raster map into the desired format and then export the labels as a separate legend (text) file with r.category. E.g.:
r.out.gdal landclass96@PERMANENT type=Int32 out=myraster.tif r.category landclass96@PERMANENT fs=";" > myrasterlegend.csv and possibly: r.colors.out landclass96@PERMANENT rules=myrastercolors.txt Moritz _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
