Skip to content
Snippets Groups Projects
Jacques Grelet's avatar
jacques.grelet_ird.fr authored
add simplifications submit by Thierry Reynaud:
  latRange = (latMax-latMin);
  latMin = max(floor(latMin), -90);
  latMax = min(ceil(latMax), 90);

  lonRange = (lonMax-lonMin);
  lonMin = floor(lonMin);
  lonMax = ceil(lonMax);
f94c827f
History
Name Last commit Last update
..