summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-12 21:25:37 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-12 21:25:37 +0000
commitba53fb9d00c5e2cf8789bc559d5c194d9036cb79 (patch)
tree58a40f99c3a9ec1abb222c08f9e65ff7b434d3b0 /navit/map.h
parent5fa6136271bc1a59062a3fa4115fa904411dc4ca (diff)
downloadnavit-ba53fb9d00c5e2cf8789bc559d5c194d9036cb79.tar.gz
Fixed:Core:Improved map querying api
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1785 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/map.h b/navit/map.h
index aac92917a..663a540e8 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -50,7 +50,8 @@ struct map_selection {
struct coord_rect c_rect; /**< For building the rectangle based on coordinates */
struct point_rect p_rect; /**< For building the rectangle based on points */
} u;
- int order[layer_end]; /**< Holds the order to be selected for each layer of items */
+ int order; /**< Holds the order */
+ struct item_range range; /**< Range of items which should be delivered */
};
/**