Hi Cameron, On Mon, 14. Feb 2011 at 01:46:43 -0800, Cameron Munro wrote: > Thanks for your suggestion. I assume you to mean a blank ascii file will > suffice > (I can find no mmqgis.qml as part of the std plugin installation). I've tried > putting such an empty file in \.qgis\python\plugins\mmqgis\tmp and a few > other > spots but without success. Is there something obvious I'm missing, or perhaps > somewhere in the tree I should have such an empty file?
No, just an empty directory tmp in the root of your current drive (eg. C:\tmp) - without it creating a file /tmp/mmqgis.qml won't work. /tmp is the standard directory for temporary files on Unix. So this is just an ugly workaround. The plugin should create the temporary file in a portable way (e.g. with Qt's QTemporaryFile or Python's tempfile). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de -- norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH Rheinstrasse 13, 26506 Norden GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
