[Qgis-user] Editable GeoCSV

Nathan Woodrow madmanwoo at gmail.com
Sun Oct 4 19:59:57 PDT 2015


On Mon, Oct 5, 2015 at 12:20 PM, Peter Borbely <pborbely at fairfaxmedia.com.au
> wrote:

> QSettings().setValue('locale/userLocale', 'en_AU')
>


For some reason that setting is null when the plugin asks for it but not in
the options which I'm not sure why. This is a external plugin so the author
will need that handle that case.

Here are some workarounds for now.

Run this:

from PyQt4.QtCore import *
QSettings().setValue('locale/userLocale', 'en_AU')

You need to import the module and then use the settings class.

Or you can put the attached file into .qgis2\python\plugins\editablegeocsv
folder.  I have patched this file so it should work.

Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20151005/f2c69438/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: geocsv_plugin.py
Type: text/x-python
Size: 3865 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20151005/f2c69438/attachment.py>


More information about the Qgis-user mailing list