1
0
Fork 0

try to get some useful progress output from tg_chopper

This commit is contained in:
Torsten Dreyer 2018-02-13 11:19:16 +01:00
parent c5dafbc409
commit dac1324c94

View file

@ -110,7 +110,7 @@ void tgChopper::Add( const tgPolygon& subject, const std::string& type )
double clip_top = b_clip.get_center_lat() + 0.0630;
tgPolygon clip_row, clipped;
SG_LOG( SG_GENERAL, SG_DEBUG, " CLIPPED row " << row << " of " << dy << ", center lat is " << b_clip.get_center_lat() << " clip_botton is " << clip_bottom << " clip_top is " << clip_top );
SG_LOG( SG_GENERAL, SG_INFO, " CLIPPED row " << row << " of " << dy << " - center lat is " << b_clip.get_center_lat() );
clip_row.AddNode( 0, SGGeod::fromDeg(-180.0, clip_bottom) );
clip_row.AddNode( 0, SGGeod::fromDeg( 180.0, clip_bottom) );