Skip to content

Commit

Permalink
#3023 allow swap_to_north with polar stereographics
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jan 8, 2025
1 parent 54798e8 commit 3cd136d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libcode/vx_grid/grid_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,8 @@ return;
////////////////////////////////////////////////////////////////////////

bool Grid::get_swap_to_north() const {
return swap_to_north && (info().ll != nullptr || info().rll != nullptr);
return swap_to_north && (info().ll != nullptr || info().rll != nullptr
|| info().st != nullptr);
}

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 3cd136d

Please sign in to comment.