mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-22 19:42:12 +00:00
up the max seg ids
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user