]> err.no Git - mapper/commitdiff
Init location helper fields. Include gpx.h
authorKaj-Michael Lang <milang@angel.tal.org>
Fri, 10 Aug 2007 08:01:07 +0000 (11:01 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Fri, 10 Aug 2007 08:01:07 +0000 (11:01 +0300)
src/map.c

index 2fafe439b407aa56065f6a04712dc7583951e651..00839e4c9530572f4a5fd1765cc31e6f7e50e537 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -37,6 +37,7 @@
 #include "ui-common.h"
 #include "settings.h"
 #include "latlon.h"
+#include "gpx.h"
 
 Point _min_center = { -1, -1 };
 Point _max_center = { -1, -1 };
@@ -60,7 +61,7 @@ static gint _map_mode=0;
 guint _num_downloads=0;
 guint _curr_download=0;
 
-static osm_location map_loc = {NULL, NULL, NULL, FALSE, FALSE, 0, 0};
+static osm_location map_loc = {NULL, NULL, NULL, FALSE, FALSE, 0, 0, 0.0, 0.0 };
 static GHashTable *map_tile_hash = NULL;
 
 typedef struct _map_tile_rdata map_tile_rdata;