From a36765041f3a540fbbc308a4b8c0a1458a68386a Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Fri, 22 Jun 2012 18:43:10 +0200 Subject: [PATCH] ENH: use the right mode for opening --- Applications/Segmentation/otbSegmentation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Segmentation/otbSegmentation.cxx b/Applications/Segmentation/otbSegmentation.cxx index 5d3f370869..f41aea7a45 100644 --- a/Applications/Segmentation/otbSegmentation.cxx +++ b/Applications/Segmentation/otbSegmentation.cxx @@ -451,7 +451,7 @@ private: if(GetParameterString("mode.vector.outmode") == "ovw") { // Create the datasource - ogrDS = otb::ogr::DataSource::New(dataSourceName, otb::ogr::DataSource::Modes::Update_LayerOverwrite); + ogrDS = otb::ogr::DataSource::New(dataSourceName, otb::ogr::DataSource::Modes::Overwrite); // and create the layer since we are in overwrite mode, the // datasource is blank -- GitLab