Hi Marco, On Thu, 07. Nov 2013 at 16:39:35 +0100, Marco Hugentobler wrote: > - The dialogs asking for datum transform could be annoying. Does it need > an option to suppress it (and should it be enabled / disabled by > default)?
Or the OTFR dialog could already produce a list of available transforms for each CRS used in layers - maybe with the last used transform for each combination preselected. > - The synchronisation of srs.db with datum_shift.csv makes the install time > longer (maybe it can be solved more efficiently?) Is that really significant? I suppose using the same connection as syncDb() would help (just because it does it's thing in a transaction). > - To receive the current QgsCoordinateTransformation for a layer, tools > may query QgsMapRenderer::tr (or QgsMapRenderer::mapToLayerCoordinates > etc.). Creating a new QgsCoordinateTransform from layerCRS and mapCRS is > not correct in all cases any more. Who's bad idea was it to call that thing tr()? ;) transformation() is probably better for a public method. > What are your opinions / suggestions? Why is it in a separate branch? Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de QGIS PSC member (RM) IRC: jef on FreeNode -- norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH Rheinstrasse 13, 26506 Norden GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
