head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2016.06.16.15.52.56; author bouyer; state dead; branches; next 1.1; commitid BYojaSVtPXKJQHaz; 1.1 date 2016.03.14.11.01.06; author bouyer; state Exp; branches; next ; commitid 2x5AQDLpyscmfBYy; desc @@ 1.2 log @Update opencpn to 4.4.0. Changes since 4.2.0: The 4.4.0 Release is primarily a bug-fix/maintenance update. There is one new feature, however. The integrated GRIB PlugIn now supports GRIB V2 format files. This update enables some new sources for worldwide GRIB data from a variety of sources. @ text @$NetBSD: patch-src_chcanv.cpp,v 1.1 2016/03/14 11:01:06 bouyer Exp $ From master: https://github.com/OpenCPN/OpenCPN/commit/39c0b7c3367181ed92adfe0e41d59b7fb65d3a9a --- src/chcanv.cpp.orig +++ src/chcanv.cpp @@@@ -10172,6 +10172,11 @@@@ void ChartCanvas::DrawAllRoutesInBBox( ocpnDC& dc, LLBBox& BltBBox, const wxRegi continue; } + if ( 0 == pRouteDraw->GetnPoints() ) { + node = node->GetNext(); + continue; + } + LLBBox test_box = pRouteDraw->GetBBox(); if( b_run ) test_box.Expand( gLon, gLat ); @ 1.1 log @Update OpenCPN to 4.2.0. Changes since 4.0.0: As a successor to OpenCPN Version 4.0, OpenCPN Version 4.2 contains many new features and enhanced functions. Among them are: ..Increased performance in all modes, particularly when using OpenGL graphics acceleration. ..Integrated Chart Downloader PlugIn, allowing systematic tracking and donwload of latest online charts from several popular sources. ..Integrated World Magnetic Model (WMM) PlugIn, providing accuratley calculated magnetic variation worldwide. ..Major update to embedded Users Manual. ..Measurably improved performance and reliability over all supported platforms. more details here: http://opencpn.org/ocpn/release4.2 @ text @d1 1 a1 1 $NetBSD: $ @