Changed default cut of ratio to be smaller, to reduce the resolution of
tiles selected.
This commit is contained in:
@@ -2503,7 +2503,7 @@ DataSet::DataSet()
|
||||
{
|
||||
init();
|
||||
|
||||
_radiusToMaxVisibleDistanceRatio = 11.0f;
|
||||
_radiusToMaxVisibleDistanceRatio = 7.0f;
|
||||
_verticalScale = 1.0f;
|
||||
|
||||
_convertFromGeographicToGeocentric = false;
|
||||
|
||||
Reference in New Issue
Block a user