Make cheap rulers static
This commit is contained in:
parent
be24689b0f
commit
ae805f9ec8
@ -55,7 +55,7 @@ class CheapRulerContainer
|
|||||||
std::vector<mapbox::cheap_ruler::CheapRuler> cheap_ruler_cache;
|
std::vector<mapbox::cheap_ruler::CheapRuler> cheap_ruler_cache;
|
||||||
const int step;
|
const int step;
|
||||||
};
|
};
|
||||||
CheapRulerContainer cheap_ruler_container(1800);
|
static CheapRulerContainer cheap_ruler_container(1800);
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
// Does not project the coordinates!
|
// Does not project the coordinates!
|
||||||
|
Loading…
Reference in New Issue
Block a user