MCPcopy Create free account
hub / github.com/comaps/comaps / GetMinAllowableIn3dScale

Function GetMinAllowableIn3dScale

libs/indexer/scales.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static int const INITIAL_LEVEL = 1;
15
16int GetMinAllowableIn3dScale()
17{
18 return std::min(16, std::min(GetNavigation3dScale(), GetPedestrianNavigation3dScale()));
19}
20
21double GetScaleLevelD(double ratio)
22{

Callers 1

IsScaleAllowableIn3dFunction · 0.85

Calls 2

GetNavigation3dScaleFunction · 0.85

Tested by

no test coverage detected