Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed flat terrain without CRS defined
  • Loading branch information
wonder-sk committed Sep 15, 2017
1 parent 0469d44 commit c8b5e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/terrain/flatterraingenerator.cpp
Expand Up @@ -141,7 +141,7 @@ void FlatTerrainGenerator::setExtent( const QgsRectangle &extent )

void FlatTerrainGenerator::updateTilingScheme()
{
if ( mExtent.isNull() || !mCrs.isValid() )
if ( mExtent.isNull() )
{
terrainTilingScheme = TilingScheme();
}
Expand Down

0 comments on commit c8b5e63

Please sign in to comment.