From 5512fa6c0e89a605113b9c94bbf4697a80c3fd5c Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 9 Jan 2012 10:24:14 +0100 Subject: [PATCH] DOC: update example for appli OSMDownloader --- Applications/Utils/otbOSMDownloader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Utils/otbOSMDownloader.cxx b/Applications/Utils/otbOSMDownloader.cxx index 44f39e22d6..eccda462c9 100644 --- a/Applications/Utils/otbOSMDownloader.cxx +++ b/Applications/Utils/otbOSMDownloader.cxx @@ -86,7 +86,7 @@ private: MandatoryOff("printclasses"); // Doc example parameter settings - SetDocExampleParameterValue("support", "ROI_QB_TOULOUSE.TIF"); + SetDocExampleParameterValue("support", "qb_RoadExtract.tif"); SetDocExampleParameterValue("key", "highway"); SetDocExampleParameterValue("out", "apTvUtOSMDownloader.shp"); } -- GitLab