Do .evf formmat can be supported in QGIS?<br><br><div class="gmail_quote">On Wed, Sep 19, 2012 at 12:30 AM,  <span dir="ltr"><<a href="mailto:qgis-user-request@lists.osgeo.org" target="_blank">qgis-user-request@lists.osgeo.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Qgis-user mailing list submissions to<br>
        <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:qgis-user-request@lists.osgeo.org">qgis-user-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:qgis-user-owner@lists.osgeo.org">qgis-user-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Qgis-user digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: DXF EXPORT (the_sloth)<br>
   2. Error loading FastSqlLayer (Johan Nilsson)<br>
   3. Re: Error loading FastSqlLayer (Etienne Tourigny)<br>
   4. Re: DXF EXPORT (Zirneklitis)<br>
   5. Loading query layer from DB Manager (Saber Razmjooei)<br>
   6. Re: FGDB and QGIS 1.8 (Zirneklitis)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 18 Sep 2012 09:03:49 -0700 (PDT)<br>
From: the_sloth <<a href="mailto:crasstopherkeil@gmail.com">crasstopherkeil@gmail.com</a>><br>
To: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Subject: Re: [Qgis-user] DXF EXPORT<br>
Message-ID: <<a href="mailto:1347984229651-5002719.post@n6.nabble.com">1347984229651-5002719.post@n6.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
New to qgis and this is my first post on this forum. Hello all!<br>
<br>
Zirneklitis, I did as you instructed. Now I get an error message "Error in<br>
drawing header on line 31" when I try to open the .dxf in my CAD program. I<br>
edited the .dxf in notepad. I haven't done this before, so I am likely doing<br>
something wrong.<br>
<br>
Thanks in advance.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/DXF-EXPORT-tp4983642p5002719.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/DXF-EXPORT-tp4983642p5002719.html</a><br>
Sent from the Quantum GIS - User mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 18 Sep 2012 18:18:12 +0200<br>
From: Johan Nilsson <<a href="mailto:joni8135@gmail.com">joni8135@gmail.com</a>><br>
To: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Subject: [Qgis-user] Error loading FastSqlLayer<br>
Message-ID:<br>
        <<a href="mailto:CALnM-k-8NVEE341dguMUqjM%2Bg6yKDdy70EjQ96JrkdOtZarT2w@mail.gmail.com">CALnM-k-8NVEE341dguMUqjM+g6yKDdy70EjQ96JrkdOtZarT2w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I have Ubuntu 10.04LTS andhave added ppa:<br>
<a href="http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu" target="_blank">http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu</a><br>
<br>
And get this error-message then Ii start QGIS:<br>
<br>
Couldn't load plugin FastSqlLayer due an error when calling its initGui()<br>
> method<br>
><br>
> Traceback (most recent call last):<br>
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 173, in<br>
> startPlugin<br>
>     plugins[packageName].initGui()<br>
>   File "/home/johan/.qgis//python/plugins/FastSqlLayer/postgislayer.py",<br>
> line 60, in initGui<br>
>     actions = conn.getAvailableConnections()<br>
>   File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py",<br>
> line 48, in getAvailableConnections<br>
>     connection = self.getConnection( c )<br>
>   File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py",<br>
> line 32, in getConnection<br>
>     exec( "from connectors import %s as connector" % conntype)<br>
>   File "", line 1, in<br>
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in<br>
> _import<br>
>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>
>   File<br>
> "/home/johan/.qgis//python/plugins/FastSqlLayer/connectors/postgis.py",<br>
> line 24, in<br>
>     import psycopg2<br>
>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in<br>
> _import<br>
>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>
> ImportError: No module named psycopg2<br>
><br>
> Python version:<br>
> 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)<br>
> [GCC 4.4.3]<br>
><br>
><br>
> QGIS version:<br>
> 1.8.0-Lisboa Lisboa, exported<br>
><br>
> Python path: ['/home/johan/.qgis//python/plugins/sextante',<br>
> '/home/johan/.qgis/python/plugins/elevation', '/usr/share/qgis/python',<br>
> '/home/johan/.qgis//python', '/home/johan/.qgis//python/plugins',<br>
> '/usr/share/qgis/python/plugins', '/usr/lib/python2.6',<br>
> '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk',<br>
> '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload',<br>
> '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL',<br>
> '/usr/lib/python2.6/dist-packages/gst-0.10',<br>
> '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0',<br>
> '/usr/lib/pymodules/python2.6/gtk-2.0',<br>
> '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode',<br>
> '/usr/local/lib/python2.6/dist-packages',<br>
> '/home/johan/.qgis/python/plugins/qgis2kml',<br>
> '/home/johan/.qgis/python/plugins/qgis2kml', '~/.qgis/python',<br>
> '/usr/share/qgis/python', '.',<br>
> '/usr/share/qgis/python/plugins/fTools/tools', '.']<br>
><br>
<br>
/Cheers Johan Nilsson<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20120918/03ac313c/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/qgis-user/attachments/20120918/03ac313c/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 18 Sep 2012 13:21:32 -0300<br>
From: Etienne Tourigny <<a href="mailto:etourigny.dev@gmail.com">etourigny.dev@gmail.com</a>><br>
To: Johan Nilsson <<a href="mailto:joni8135@gmail.com">joni8135@gmail.com</a>><br>
Cc: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Subject: Re: [Qgis-user] Error loading FastSqlLayer<br>
Message-ID:<br>
        <CA+TxYvOawQT9nzzyxZ0Y26BKGSEqhsGruCZRvUY19hp2eOwx=<a href="mailto:w@mail.gmail.com">w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
The error message means you do not have psycopg2 installed, you need<br>
to install python-psycopg2<br>
<br>
On Tue, Sep 18, 2012 at 1:18 PM, Johan Nilsson <<a href="mailto:joni8135@gmail.com">joni8135@gmail.com</a>> wrote:<br>
> I have Ubuntu 10.04LTS andhave added ppa:<br>
> <a href="http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu" target="_blank">http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu</a><br>
><br>
> And get this error-message then Ii start QGIS:<br>
><br>
>> Couldn't load plugin FastSqlLayer due an error when calling its initGui()<br>
>> method<br>
>><br>
>> Traceback (most recent call last):<br>
>>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 173, in<br>
>> startPlugin<br>
>>     plugins[packageName].initGui()<br>
>>   File "/home/johan/.qgis//python/plugins/FastSqlLayer/postgislayer.py",<br>
>> line 60, in initGui<br>
>>     actions = conn.getAvailableConnections()<br>
>>   File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py",<br>
>> line 48, in getAvailableConnections<br>
>>     connection = self.getConnection( c )<br>
>>   File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py",<br>
>> line 32, in getConnection<br>
>>     exec( "from connectors import %s as connector" % conntype)<br>
>>   File "", line 1, in<br>
>>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in<br>
>> _import<br>
>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>
>>   File<br>
>> "/home/johan/.qgis//python/plugins/FastSqlLayer/connectors/postgis.py", line<br>
>> 24, in<br>
>>     import psycopg2<br>
>>   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in<br>
>> _import<br>
>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>
>> ImportError: No module named psycopg2<br>
>><br>
>> Python version:<br>
>> 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)<br>
>> [GCC 4.4.3]<br>
>><br>
>><br>
>> QGIS version:<br>
>> 1.8.0-Lisboa Lisboa, exported<br>
>><br>
>> Python path: ['/home/johan/.qgis//python/plugins/sextante',<br>
>> '/home/johan/.qgis/python/plugins/elevation', '/usr/share/qgis/python',<br>
>> '/home/johan/.qgis//python', '/home/johan/.qgis//python/plugins',<br>
>> '/usr/share/qgis/python/plugins', '/usr/lib/python2.6',<br>
>> '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk',<br>
>> '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload',<br>
>> '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL',<br>
>> '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6',<br>
>> '/usr/lib/python2.6/dist-packages/gtk-2.0',<br>
>> '/usr/lib/pymodules/python2.6/gtk-2.0',<br>
>> '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode',<br>
>> '/usr/local/lib/python2.6/dist-packages',<br>
>> '/home/johan/.qgis/python/plugins/qgis2kml',<br>
>> '/home/johan/.qgis/python/plugins/qgis2kml', '~/.qgis/python',<br>
>> '/usr/share/qgis/python', '.',<br>
>> '/usr/share/qgis/python/plugins/fTools/tools', '.']<br>
><br>
><br>
> /Cheers Johan Nilsson<br>
><br>
><br>
> _______________________________________________<br>
> Qgis-user mailing list<br>
> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 18 Sep 2012 19:37:00 +0300<br>
From: Zirneklitis <<a href="mailto:eko@lanet.lv">eko@lanet.lv</a>><br>
Cc: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Subject: Re: [Qgis-user] DXF EXPORT<br>
Message-ID: <<a href="mailto:5058A32C.8080203@lanet.lv">5058A32C.8080203@lanet.lv</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
And what is in the 31-st line?<br>
May be You can attached the first 40 lines of the DXF file?<br>
<br>
K.<br>
<br>
<br>
the_sloth wrote:<br>
> New to qgis and this is my first post on this forum. Hello all!<br>
><br>
> Zirneklitis, I did as you instructed. Now I get an error message "Error in<br>
> drawing header on line 31" when I try to open the .dxf in my CAD program. I<br>
> edited the .dxf in notepad. I haven't done this before, so I am likely doing<br>
> something wrong. ..<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 18 Sep 2012 17:38:38 +0100<br>
From: Saber Razmjooei <<a href="mailto:saber.razmjooei@lutraconsulting.co.uk">saber.razmjooei@lutraconsulting.co.uk</a>><br>
To: QGIS Users List <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
Subject: [Qgis-user] Loading query layer from DB Manager<br>
Message-ID: <1347986318.14465.4.camel@ioio><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Dear List,<br>
<br>
I am trying to load result of my PostGIS query from DB Manager to the<br>
canvas but it fails to add it. There is no error message in the PostGIS<br>
log window. I use Windows 7, PostGIS 2.0, QGIS 1.8.<br>
<br>
The same process work in Ubuntu.<br>
<br>
Anyone else has experienced the same problem?<br>
<br>
Regards<br>
Saber<br>
<br>
--<br>
Saber Razmjooei<br>
Lutra Consulting<br>
<a href="http://www.lutraconsulting.co.uk" target="_blank">www.lutraconsulting.co.uk</a><br>
<br>
<br>
<br>
<br>
<br>
--<br>
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.<br>
If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the<br>
individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately<br>
by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified<br>
that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.<br>
<br>
Whilst reasonable care has been taken to avoid virus transmission, no responsibility for viruses is taken and it is your responsibility to carry out<br>
such checks as you feel appropriate.<br>
<br>
Saber Razmjooei and Peter Wells trading as Lutra Consulting.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Tue, 18 Sep 2012 19:50:04 +0300<br>
From: Zirneklitis <<a href="mailto:eko@lanet.lv">eko@lanet.lv</a>><br>
To: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Subject: Re: [Qgis-user] FGDB and QGIS 1.8<br>
Message-ID: <<a href="mailto:5058A63C.2080708@lanet.lv">5058A63C.2080708@lanet.lv</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
At least FileGDB API for Linux x64 works as expected :)<br>
<br>
$ ogrinfo --formats | grep "GDB"<br>
   -> "FileGDB" (read/write)<br>
<br>
<br>
Well, I have compiled GDAL 2.0dev<br>
<br>
<br>
<br>
William Kyngesburye wrote:<br>
> Well, I was going to say this wasn't possible, at least it isn't currently.  On a whim I checked Esri, and wow, they have a Mac version of their FileGDB API library now!<br>
><br>
> This will take a while for me to look into, but I expect I will release a plugin for my GDAL framework, providing the license allows it, then it should automatically be available in QGIS.  Stay tuned to my site.<br>

><br>
> ..<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
<br>
<br>
End of Qgis-user Digest, Vol 79, Issue 40<br>
*****************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px">Nanda Nautiyal<br>Research Scholar<br>Department of Environmental Science,<br>
College of Basic Sciences and Humanities<br>G.B.Pant University of Agriculture and Technology<br>Pantnagar-263145, Uttarakhand, India<br>Cell: +919410312538<br><a href="mailto:nautynan@gmail.com" style="color:rgb(20,125,186)" target="_blank">nautynan@gmail.com</a></span><br>