gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.51k stars 779 forks source link

Custom Map Profile causes unbounded terrain subdivision #455

Closed gwaldron closed 9 years ago

gwaldron commented 10 years ago

Reproduced and confirmed:

http://forum.osgearth.org/Slow-tile-request-fulfilment-when-defining-profile-td7584265.html#a7584279

In the second and third test cases, where the map's profile is different from that of the GeoTIFF, the terrain subdivides indefinitely. In test case 1, where the profiles match, it stops correctly at max resolution.

gwaldron commented 9 years ago

Retested; appears to be fixed.