summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-03 18:45:10 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-03 18:45:10 +0000
commit329aad58a911352e90f4c553d6f8190cf89622b0 (patch)
tree30cc7a8ae602d51051c467faf81b0b7a50fbcf44
parente00602ec2525db030fd55842ba7fc4ef8b802a09 (diff)
downloadnavit-svn-329aad58a911352e90f4c553d6f8190cf89622b0.tar.gz
Fix:Tools:Added Switzerland to osm2navit
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@1037 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--osm2navit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osm2navit.c b/osm2navit.c
index cc5622a7..481ba6d5 100644
--- a/osm2navit.c
+++ b/osm2navit.c
@@ -285,6 +285,7 @@ struct country_table {
{ 40,"Austria,Österreich,AUT"},
{276,"Germany,Deutschland,Bundesrepublik Deutschland"},
{528,"Nederland,The Netherlands,Niederlande,NL"},
+ {756,"Schweiz"},
};
static GHashTable *country_table_hash;