From 4a96ed8af2edbae1dfcfddf852d8ed81a85bfb12 Mon Sep 17 00:00:00 2001 From: Ralf Gerlich Date: Mon, 14 Apr 2008 09:18:07 +0200 Subject: [PATCH] Revert "Fixed taxiway drawing order. genapts wants them from top to bottom, not from bottom to top, as it was previously fed." This reverts commit 5a6697b4e0b6e59a727868a912bff4c1fd8c91da. Not genapts was at fault but the new TaxiDraw version (CVS HEAD). Robin Peel confirmed that the objects in apt.dat are listed top-down, i.e. the topmost element comes first. --- src/Airports/GenAirports/build.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Airports/GenAirports/build.cxx b/src/Airports/GenAirports/build.cxx index a83c67e9..2bbef0fb 100644 --- a/src/Airports/GenAirports/build.cxx +++ b/src/Airports/GenAirports/build.cxx @@ -609,12 +609,12 @@ void build_airport( string airport_id, float alt_m, } #else /* Ralf Gerlich: Generate Taxiways in specified order from bottom to top */ - for ( size_t i=taxiways.size(); i>0; --i ) { + for ( size_t i=0; i