rgleason / weather_routing_pi

Weather Routing plugin for OpenCPN
GNU General Public License v3.0
11 stars 14 forks source link

Climatology max version in weather-routing_pi.cpp needs update #156

Closed rgleason closed 8 months ago

rgleason commented 8 months ago

Describe the bug Failure to load climatology Change these values in weather_routing_pi.cpp

// Define minimum and maximum versions of the grib plugin supported

define GRIB_MAX_MAJOR 4

define GRIB_MAX_MINOR 1

define GRIB_MIN_MAJOR 4

define GRIB_MIN_MINOR 1

//Define minimum and maximum versions of the climatology plugin supported

define CLIMATOLOGY_MAX_MAJOR 1

define CLIMATOLOGY_MAX_MINOR 5 <<---at least 6 or maybe 7

define CLIMATOLOGY_MIN_MAJOR 0

define CLIMATOLOGY_MIN_MINOR 10.

climatology_pi is now at 1.6.30.1 grib_pi is now at 1.4

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

rgleason commented 8 months ago

Dave fixed