Changed default cut of ratio to be smaller, to reduce the resolution of

tiles selected.
This commit is contained in:
Robert Osfield
2004-04-01 15:00:22 +00:00
parent dbc3dbc5fa
commit 79e3b2fb85

View File

@@ -2503,7 +2503,7 @@ DataSet::DataSet()
{
init();
_radiusToMaxVisibleDistanceRatio = 11.0f;
_radiusToMaxVisibleDistanceRatio = 7.0f;
_verticalScale = 1.0f;
_convertFromGeographicToGeocentric = false;