also adjust the default size for spherical Mercator/disk

This commit is contained in:
Zeno Rogue 2017-11-13 11:38:51 +01:00
parent 3e9ef122aa
commit 005abefa09
1 changed files with 4 additions and 0 deletions

View File

@ -646,6 +646,10 @@ namespace conformal {
}
polygonal::solve();
vid.alpha = 1; vid.scale = 1;
if(pmodel == mdBand && sphere)
vid.scale = .3;
if(pmodel == mdDisk && sphere)
vid.scale = .4;
}
else if(sym == 'x' && pmodel == mdPolygonal)
dialog::editNumber(polygonal::SI, 3, 10, 1, 4, XLAT("polygon sides"), "");