From 80de07d2f7fdb73aef93496ef6d86164f7a563c1 Mon Sep 17 00:00:00 2001 From: sleske Date: Mon, 5 Nov 2012 20:14:18 +0000 Subject: 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 --- navit/map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'navit/map.h') 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 * -- cgit v1.2.1