Index: trunk/BNC/bncmap.h
===================================================================
--- trunk/BNC/bncmap.h	(revision 2754)
+++ trunk/BNC/bncmap.h	(revision 2755)
@@ -24,6 +24,6 @@
  private:
    
-   int             _scale;
-   float           _LaOff;
+   double          _scale;
+   double          _LaOff;
 
    QGraphicsView*  _mapView;
Index: trunk/BNC/bnctabledlg.cpp
===================================================================
--- trunk/BNC/bnctabledlg.cpp	(revision 2754)
+++ trunk/BNC/bnctabledlg.cpp	(revision 2755)
@@ -303,5 +303,5 @@
 
   bncMap* winMap = new bncMap(this);
-  winMap->setGeometry( x(), y()+height()*1.2, 860, 400 );
+  winMap->setGeometry( x(), int(y()+height()*1.2), 860, 400 );
 
   connect(this, SIGNAL(newPoint(QPointF, QString, QPen)),
