| 
     
      
      
      From: Didier F. <did...@fr...> - 2007-03-17 14:02:15
      
     
   | 
Hi, I cannot build a correct tile with 3' arc srtm file. there is no elevation. All the tile is a big plan. So what's wrong with it? I'm trying to build like this : for i in data/srtm-eurasia-3/*.hgt.zip; do hgtchop 1 $i work/SRTM-Eurasia-3; done (in a single line :-) ) ./terrafit.py -m 50 -x 3000 -e 2 work/ But all is working with dem 30'arc (but it's with the demchop program). I have applied the patch to simgear for newbucket.hxx and I take a look to files rendering after the terrafit script, I not see abnormal things. with 30' arc 427 +6.00000000 +43.87500000 630.00 +6.00000000 +43.88333333 549.00 with 3' arc 3000 +6.00000000 +43.87500000 0.00 +6.00000000 +43.90527778 0.00 +6.00000000 +43.90833333 431.00 Thanks in advance, Didier. -- Didier Fabert did...@fr... KFreeFlight project : A FlightGear GUI-Frontend designed for KDE users http://kfreeflight.sourceforge.net  |