diff --git a/GDAL.md b/GDAL.md index 048201a..a38173f 100644 --- a/GDAL.md +++ b/GDAL.md @@ -33,6 +33,7 @@ To check if the gdal plugin built and was installed correctly you can do: | shared | boolean | wheter to open the dataset in shared mode (allowing save of resources when using multiple access to the same files) or not | false | | band | integer | request for a specific raster band index, -1 means all bands | -1 | | filter_factor | double | filter to use when querying for raster data | 0.0 | +| nodata | double | allow setting nodata value on the fly (will override value if nodata is set in data) | | # Styling