Skip to content
Snippets Groups Projects
Commit f94c827f authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

change m_map high to intermediate resolution and and high resolution

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);
parent 131ca1aa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment