From 109e7a0cbf92af78c9e7c06ea74b94ca2704704c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 29 Feb 2012 12:34:15 +0100 Subject: [PATCH] extend bittracker to mapts latest full-experimental dump --- cut.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cut.hpp b/cut.hpp index 3663a06..ec7ec6a 100644 --- a/cut.hpp +++ b/cut.hpp @@ -17,9 +17,9 @@ class ExtractInfo { // are flexible, but providing here an estimation of the max. number of nodes // and ways gives the tool a "fail first" behaviour in the case of not enough memory // (better fail in init phase, not after 5 hours of processing) - static const unsigned int est_max_node_id = 1600000000; - static const unsigned int est_max_way_id = 140000000; - static const unsigned int est_max_relation_id = 3000000; + static const unsigned int est_max_node_id = 2300000000; + static const unsigned int est_max_way_id = 240000000; + static const unsigned int est_max_relation_id = 6000000; ExtractInfo(std::string name) { this->name = name;