Add:Tools:Make index generation a default, added nl and at is_in definitions
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 26 Feb 2008 08:52:33 +0000 (08:52 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 26 Feb 2008 08:52:33 +0000 (08:52 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@911 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/osm2navit.c

index 8d119da..14d7777 100644 (file)
@@ -19,7 +19,7 @@
 
 #define BUFFER_SIZE 1280
 
-/* #define GENERATE_INDEX */
+#define GENERATE_INDEX
 
 #if 1
 #define debug_tile(x) 0
@@ -195,7 +195,9 @@ struct country_table {
        int count;
        struct rect r;
 } country_table[] = {
+       { 40,"Austria,Österreich,AUT"},
        {276,"Germany,Deutschland,Bundesrepublik Deutschland"},
+       {518,"Nederland,The Netherlands,Niederlande,NL"},
 };
 
 static GHashTable *country_table_hash;