Index: trunk/BNC/src/bncmap_svg.cpp
===================================================================
--- trunk/BNC/src/bncmap_svg.cpp	(revision 4653)
+++ trunk/BNC/src/bncmap_svg.cpp	(revision 4654)
@@ -170,5 +170,6 @@
   double height = _maxPointLat - _minPointLat;
   if (width > 0 && height > 0) {
-    QRectF rect(_minPointLon, _minPointLat, width, height);
+    double eps = 2.0;
+    QRectF rect(_minPointLon-eps, _minPointLat-eps, width+2*eps, height+2*eps);
     _mapPlotZoomer->zoom(rect);
   }
