From 08c4dcaf0c900f4c02a8fc83bc32eceb715c22dc Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 26 Feb 1999 22:10:42 +0000 Subject: [PATCH] Updated names and priorities of area types. --- Polygon/names.hxx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/Polygon/names.hxx b/Polygon/names.hxx index 50222d104..ce6236ee3 100644 --- a/Polygon/names.hxx +++ b/Polygon/names.hxx @@ -37,23 +37,25 @@ #undef RAD_TO_DEG -// Posible shape file types +// Posible shape file types. Note the order of these is important and +// defines the priority of these shapes if they should intersect. The +// smaller the number, the higher the priority. enum AreaType { - AirportKeepArea = 0, + AirportKeepArea = 0, AirportIgnoreArea = 1, - MarshArea = 2, - OceanArea = 3, - LakeArea = 4, - DryLakeArea = 5, - IntLakeArea = 6, - ReservoirArea = 7, - IntReservoirArea = 8, - StreamArea = 9, - CanalArea = 10, - GlacierArea = 11, - VoidArea = 9997, - NullArea = 9998, - UnknownArea = 9999 + OceanArea = 2, + LakeArea = 3, + DryLakeArea = 4, + IntLakeArea = 5, + ReservoirArea = 6, + IntReservoirArea = 7, + StreamArea = 8, + CanalArea = 9, + GlacierArea = 10, + MarshArea = 11, + VoidArea = 9997, + NullArea = 9998, + UnknownArea = 9999 }; @@ -68,6 +70,9 @@ string get_area_name( AreaType area ); // $Log$ +// Revision 1.2 1999/02/26 22:10:42 curt +// Updated names and priorities of area types. +// // Revision 1.1 1999/02/25 21:30:24 curt // Initial revision. // -- 2.39.2