up the max seg ids

This commit is contained in:
Steve Coast
2007-01-17 14:08:50 +00:00
parent df48eb0050
commit cbda0741a2

View File

@ -69,8 +69,8 @@ static struct tagDesc exportTags[] = {
static const char *table_name = "planet_osm";
char fieldNames[128];
#define MAX_ID_NODE (25000000)
#define MAX_ID_SEGMENT (25000000)
#define MAX_ID_NODE (35000000)
#define MAX_ID_SEGMENT (35000000)
struct osmNode {
unsigned int id;