From 7dcae13161cf794725046bb4854cc9a92d42ce1d Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Sun, 3 May 2009 16:17:10 +0800
Subject: [PATCH] ENH: change test location

---
 mapnikOTBClasses.cxx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mapnikOTBClasses.cxx b/mapnikOTBClasses.cxx
index 232c218a62..5b24f07135 100644
--- a/mapnikOTBClasses.cxx
+++ b/mapnikOTBClasses.cxx
@@ -40,12 +40,12 @@ int main(int argc, char * argv[])
   size[1] = 1000;
   vectorDataRendering->SetSize(size);
   ImageType::PointType origin;
-  origin[0] = 1.;//UL lon
-  origin[1] = 44;//UL lat
+  origin[0] = 1.5;//UL lon
+  origin[1] = 43.5;//UL lat
   vectorDataRendering->SetOrigin(origin);
   ImageType::SpacingType spacing;
-  spacing[0] = 0.001;
-  spacing[1] = -0.001;
+  spacing[0] = 0.0001;
+  spacing[1] = -0.0001;
   vectorDataRendering->SetSpacing(spacing);
 
 
-- 
GitLab