Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
extend bittracker to mapts latest full-experimental dump
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Feb 29, 2012
1 parent 6d2898a commit 109e7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cut.hpp
Expand Up @@ -17,9 +17,9 @@ class ExtractInfo {
// are flexible, but providing here an estimation of the max. number of nodes // 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 // 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) // (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_node_id = 2300000000;
static const unsigned int est_max_way_id = 140000000; static const unsigned int est_max_way_id = 240000000;
static const unsigned int est_max_relation_id = 3000000; static const unsigned int est_max_relation_id = 6000000;


ExtractInfo(std::string name) { ExtractInfo(std::string name) {
this->name = name; this->name = name;
Expand Down

0 comments on commit 109e7a0

Please sign in to comment.