Added golf course poly
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 17 Jul 2007 12:22:47 +0000 (12:22 +0000)
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 17 Jul 2007 12:22:47 +0000 (12:22 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@358 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/data/mg/poly.c
navit/src/item_def.h

index b663444..d57f65e 100644 (file)
@@ -149,6 +149,9 @@ poly_get(struct map_rect_priv *mr, struct poly_priv *poly, struct item *item)
                                item->type=type_sport_poly;
                                break;
                        case 0x3c:
+                               item->type=type_golf_course;
+                               break;
+                       case 0x3c:
                                item->type=type_water_poly;
                                break;
                        case 0xbc:
index bc94e43..0f771d2 100644 (file)
@@ -132,3 +132,4 @@ ITEM(sport_poly)
 ITEM(image)
 ITEM(image_path)
 ITEM(commercial_center)
+ITEM(golf_course)