From a75c2f05be92ce5b290815f9c3f9d888cdd0b69e Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Fri, 6 Jun 2008 15:55:17 +0000
Subject: [PATCH] Work in progress

---
 Code/IO/otbTileMapImageIO.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/IO/otbTileMapImageIO.cxx b/Code/IO/otbTileMapImageIO.cxx
index 83c044de04..84aefacf87 100644
--- a/Code/IO/otbTileMapImageIO.cxx
+++ b/Code/IO/otbTileMapImageIO.cxx
@@ -602,7 +602,7 @@ namespace otb
     std::cout << x << ", " << y  << std::endl;
     std::cout.flush();
     
-    XYToQuadTree(x, y, quad);
+    XYToQuadTree2(x, y, quad);
     
     std::ostringstream filename;
     BuildFileName(quad, filename);
-- 
GitLab