summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-11-05 20:14:18 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-11-05 20:14:18 +0000
commit80de07d2f7fdb73aef93496ef6d86164f7a563c1 (patch)
tree1afdf87105b9c7822f0de3ce01ac2ee4bbd4f39e /navit/map.h
parent2e34d2a47d88a7271880cef8494eaaf28c3d9a25 (diff)
downloadnavit-80de07d2f7fdb73aef93496ef6d86164f7a563c1.tar.gz
Fix:core:Introduce constants WORLD_BOUNDINGBOX_* for size of the world.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5258 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/navit/map.h b/navit/map.h
index ce40410ab..61e7f055c 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -39,6 +39,11 @@ struct attr;
#include "layer.h"
#include "debug.h"
+#define WORLD_BOUNDINGBOX_MIN_X -20000000
+#define WORLD_BOUNDINGBOX_MAX_X 20000000
+#define WORLD_BOUNDINGBOX_MIN_Y -20000000
+#define WORLD_BOUNDINGBOX_MAX_Y 20000000
+
/**
* @brief Used to select data from a map
*