push value into context for gdal plugin
This commit is contained in:
parent
4b22636f3b
commit
c576291346
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ gdal_featureset::gdal_featureset(GDALDataset& dataset,
|
|||
filter_factor_(filter_factor),
|
||||
first_(true)
|
||||
{
|
||||
ctx_->push("value");
|
||||
ctx_->push("NODATA");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue