[Qgis-user] Editable GeoCSV

Stefan Keller sfkeller at gmail.com
Thu Oct 22 17:34:22 PDT 2015


Thanks Nathan,
We'll have a look at this.

:Stefan


2015-10-06 1:17 GMT+02:00 Peter Borbely <pborbely at fairfaxmedia.com.au>:

> Thanks Nath, this worked
>
> Peter Borbély
> <myemail at fairfaxmedia.com.au>
> Interactivista
> Fairfax Media
> 1 Darling Island Road, Pyrmont 2009
> +61 2 8596 4745
>
> pborbely at fairfaxmedia.com.au | @datafunk <http://twitter.com/datafunk>
>
>
>
>
>
>
> On 5 October 2015 at 13:59, Nathan Woodrow <madmanwoo at gmail.com> wrote:
>
>> 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,
>>
>
>
> The information contained in this e-mail message and any accompanying
> files is or may be confidential. If you are not the intended recipient, any
> use, dissemination, reliance, forwarding, printing or copying of this
> e-mail or any attached files is unauthorised. This e-mail is subject to
> copyright. No part of it should be reproduced, adapted or communicated
> without the written consent of the copyright owner. If you have received
> this e-mail in error please advise the sender immediately by return e-mail
> or telephone and delete all copies. Fairfax Media does not guarantee the
> accuracy or completeness of any information contained in this e-mail or
> attached files. Internet communications are not secure, therefore Fairfax
> Media does not accept legal responsibility for the contents of this message
> or attached files.
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20151023/690dcc9a/attachment.html>


More information about the Qgis-user mailing list