QLGT used latitude of true scale (+lat_ts=) in the projection string. That's why scaling will not match 100%. You can add the lat_ts parameter to your projection string if you really want to a have a more or less 100% match. However QLGT does this dynamically for the center point of the loaded map. So it's a bit of a running target.
But else the scale to bit relation is the same. You can cross check it yourself. In QLGT CMapTDB::scale_t CMapTDB::scales[] = and in QMS quint8 CMapIMG::scale2bits(const QPointF& scale) I checked the levels up to 20 bit. They match. Am Friday 11 December 2015, 16:34:56 schrieb [email protected]: > Hello, > > in the previous email setting is "log". > > In this attached screenshot it is "square" : it is larger but still not > as large as QLGT. > > Thanks ! > > Le 11.12.2015 15:37, Oliver Eichler a écrit : > > what scale mode do you use in View-> Setup Map View ? > > > > Am 11.12.2015 um 14:58 schrieb [email protected]: > >> Hello again, > >> > >> Same test with QLGT (see attached screenshot) gives the same result : > >> it looks like QMS detail level is set one step below QLGT. > >> > >> My main concern is that with QMS displayed area is smaller. > >> > >> (other possibilites are to buy a bigger screen or to print my maps : > >> that is a big advantage of paper maps : highest detail level is > >> available at every zoom level :) ) > >> > >> Bye > >> > >> ------------------------------------------------------------------------- > >> ----- > >> > >> _______________________________________________ > >> Qlandkartegt-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > > > > -------------------------------------------------------------------------- > > ---- _______________________________________________ > > Qlandkartegt-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users ------------------------------------------------------------------------------ _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
