Hi,
I couldn't find a bug tracker on sourceforge..
In CMouseMoveMap.cpp:
IMap& map = CMapDB::self().getMap();
u = mousePos.x();
v = mousePos.y();
map.convertPt2M(u,v);
if(!map.isLonLat())
{
QString posMeter = tr("Map: N %1m E %2m").arg(u,
0,'f',0).arg(v,0,'f',0);
menu.addAction(QIcon(":/icons/iconClipboard16x16.png"),
posMeter, this, SLOT(slotCopyPosMeter()));
}
This leads to a wrong display of the map meter coordinates. For example,
the u value becomes the North coordinate but on the screen this is x
coordinate which goes left-right.
Jan
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users