Skip to content

Commit

Permalink
Rebuild: Allow for larger planet
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.openstreetmap.org/applications/rendering/gosmore@23822 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
nic committed Oct 25, 2010
1 parent 70c5d75 commit 46f8518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgosm.cpp
Expand Up @@ -853,7 +853,7 @@ void GosmLoadAltStyle(const char* elemstylefile, const char* iconscsvfile) {
#define MAX_BUCKETS (1<<26) #define MAX_BUCKETS (1<<26)
#define IDXGROUPS 676 #define IDXGROUPS 676
#define NGROUPS 60 #define NGROUPS 60
#define MAX_NODES 16000000 /* Max in a group */ #define MAX_NODES 17000000 /* Max in a group */
#define S2GROUPS 129 // Last group is reserved for lowzoom halfSegs #define S2GROUPS 129 // Last group is reserved for lowzoom halfSegs
#define NGROUP(x) ((x) / MAX_NODES % NGROUPS + IDXGROUPS) #define NGROUP(x) ((x) / MAX_NODES % NGROUPS + IDXGROUPS)
#define S1GROUPS NGROUPS #define S1GROUPS NGROUPS
Expand Down

0 comments on commit 46f8518

Please sign in to comment.