<p dir="ltr">Unsubscribe me from qgis</p>
<div class="gmail_quote">On Sep 30, 2016 1:10 PM,  <<a href="mailto:qgis-user-request@lists.osgeo.org">qgis-user-request@lists.osgeo.org</a>> wrote:<br type="attribution"><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" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>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.<wbr>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.<wbr>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: QGIS 2.16 DB Manager and spatialite view<br>
      (Carlo A. Bertelli (Charta s.r.l.))<br>
   2. R: Re:  QGIS 2.16 DB Manager and spatialite view (Enrico Fiore)<br>
   3. Last day for voting on grant proposals! Please head       over and<br>
      vote! (Tim Sutton)<br>
   4. DB Manager SQL window does not open (Julie Pierson)<br>
   5. Re: Problem with properityes (Alejandro Martorell Reig)<br>
   6. Re: Problem with properityes (Luigi Pirelli)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Thu, 29 Sep 2016 23:30:20 +0200<br>
From: "Carlo A. Bertelli (Charta s.r.l.)" <<a href="mailto:carlo.bertelli@gmail.com">carlo.bertelli@gmail.com</a>><br>
To: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Subject: Re: [Qgis-user] QGIS 2.16 DB Manager and spatialite view<br>
Message-ID:<br>
        <<a href="mailto:CALc8-V%2B2-pQM%2Br7Vham0M7JfWiQQqS0gaig4LycDbtPjGJyqOw@mail.gmail.com">CALc8-V+2-pQM+<wbr>r7Vham0M7JfWiQQqS0gaig4LycDbtP<wbr>jGJyqOw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello Enrico,<br>
QGIS implements an older arrangement from the first version of Spatialite.<br>
The views share metadata with tables in geometry_columns.<br>
I think that QGIS should use the proper metadata table as well. It's time<br>
to do it as Spatialite is at version 4 and the views_geometry_columns comes<br>
from version 2.4 or so. Probably it could handle both metadata for<br>
compatibility, after enforcing the wrong arrangement for years.<br>
Anyhow, to solve your problem, just add an entry in geometry_columns.<br>
c<br>
<br>
On Thu, Sep 29, 2016 at 9:00 PM, Enrico Fiore wrote:<br>
<br>
> Date: Thu, 29 Sep 2016 16:07:25 +0200 (CEST)<br>
> From: Enrico Fiore <<a href="mailto:enricofiore@libero.it">enricofiore@libero.it</a>><br>
> To: QGIS User List <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
> Subject: [Qgis-user] QGIS 2.16 DB Manager and spatialite view<br>
> Message-ID:<br>
>         <360816939.108261475158045364.<wbr>JavaMail.defaultUser@<wbr>defaultHost><br>
> Content-Type: text/plain; charset="utf-8"<br>
><br>
> Hi,<br>
><br>
> I have created a database with spatialite_gui tool, the database has some<br>
> spatial views created with a code like this<br>
><br>
> CREATE VIEW comunitorino AS<br>
> SELECT c.ROWID as rowid, c.cod_com, c.geometry<br>
> from comuni c;<br>
><br>
> INSERT INTO views_geometry_columns<br>
>     (view_name, view_geometry, view_rowid, f_table_name,<br>
> f_geometry_column,read_only)<br>
>   VALUES ('comunitorino', 'geometry', 'rowid', 'comuni', 'geometry',1)<br>
><br>
> The view can be load in QGIS by 'add spatialite layer' button<br>
><br>
> The problem is that if I use DB Manager and open the DB the view will not<br>
> be seen as spatial view.<br>
><br>
> If I create the view in DB Manger with the "Create a view" button the view<br>
> will be seen as spatial view.<br>
><br>
> Where is the mistake?<br>
><br>
> Thanks<br>
><br>
> Enrico<br>
><br>
<br>
--<br>
------------------------------<wbr>------------------------------<wbr>--------------<br>
Carlo A. Bertelli<br>
   Charta servizi e sistemi per il territorio e la storia ambientale srl<br>
          Dipendenze del palazzo Doria,<br>
          vc. alla Chiesa della Maddalena 9/2 16124      Genova (Italy)<br>
          tel./fax <a href="tel:%2B39%280%2910%202475439" value="+390102475439">+39(0)10 2475439</a>  <a href="tel:%2B39%200108566195" value="+390108566195">+39 0108566195</a>  gsm:<a href="tel:%2B39%20393%201590711" value="+393931590711">+39 393 1590711</a><br>
   e-mail: <a href="mailto:bertelli@chartasrl.eu">bertelli@chartasrl.eu</a>      <a href="http://www.chartasrl.eu" rel="noreferrer" target="_blank">http://www.chartasrl.eu</a><br>
------------------------------<wbr>------------------------------<wbr>--------------<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20160929/eaf51fc6/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>pipermail/qgis-user/<wbr>attachments/20160929/eaf51fc6/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 30 Sep 2016 09:42:01 +0200 (CEST)<br>
From: Enrico Fiore <<a href="mailto:enricofiore@libero.it">enricofiore@libero.it</a>><br>
To: <<a href="mailto:carlo.bertelli@gmail.com">carlo.bertelli@gmail.com</a>>,  <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
Subject: [Qgis-user] R: Re:  QGIS 2.16 DB Manager and spatialite view<br>
Message-ID:<br>
        <1788602857.<wbr>264051475221321249.JavaMail.<wbr>defaultUser@defaultHost><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,<br>
<br>
thanks for the answer, now all work fine<br>
<br>
Enrico<br>
<br>
<br>
<br>
<br>
<br>
----Messaggio originale----<br>
<br>
Da: "Carlo A. Bertelli (Charta s.r.l.)" <<a href="mailto:carlo.bertelli@gmail.com">carlo.bertelli@gmail.com</a>><br>
<br>
Data: 29/09/2016 23.30<br>
<br>
A: <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
<br>
Ogg: Re: [Qgis-user] QGIS 2.16 DB Manager and spatialite view<br>
<br>
<br>
<br>
Hello Enrico,QGIS implements an older arrangement from the first version of Spatialite. The views share metadata with tables in geometry_columns.I think that QGIS should use the proper metadata table as well. It's time to do it as Spatialite is at version 4 and the views_geometry_columns comes from version 2.4 or so. Probably it could handle both metadata for compatibility, after enforcing the wrong arrangement for years.Anyhow, to solve your problem, just add an entry in geometry_columns.c<br>
<br>
On Thu, Sep 29, 2016 at 9:00 PM, Enrico Fiore wrote:<br>
Date: Thu, 29 Sep 2016 16:07:25 +0200 (CEST)<br>
<br>
From: Enrico Fiore <<a href="mailto:enricofiore@libero.it">enricofiore@libero.it</a>><br>
<br>
To: QGIS User List <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
<br>
Subject: [Qgis-user] QGIS 2.16 DB Manager and spatialite view<br>
<br>
Message-ID:<br>
<br>
        <360816939.108261475158045364.<wbr>JavaMail.defaultUser@<wbr>defaultHost><br>
<br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
<br>
<br>
Hi,<br>
<br>
<br>
<br>
I have created a database with spatialite_gui tool, the database has some spatial views created with a code like this<br>
<br>
<br>
<br>
CREATE VIEW comunitorino AS<br>
<br>
SELECT c.ROWID as rowid, c.cod_com, c.geometry<br>
<br>
from comuni c;<br>
<br>
<br>
<br>
INSERT INTO views_geometry_columns<br>
<br>
    (view_name, view_geometry, view_rowid, f_table_name, f_geometry_column,read_only)<br>
<br>
  VALUES ('comunitorino', 'geometry', 'rowid', 'comuni', 'geometry',1)<br>
<br>
<br>
<br>
The view can be load in QGIS by 'add spatialite layer' button<br>
<br>
<br>
<br>
The problem is that if I use DB Manager and open the DB the view will not be seen as spatial view.<br>
<br>
<br>
<br>
If I create the view in DB Manger with the "Create a view" button the view will be seen as spatial view.<br>
<br>
<br>
<br>
Where is the mistake?<br>
<br>
<br>
<br>
Thanks<br>
<br>
<br>
<br>
Enrico<br>
<br>
--<br>
------------------------------<wbr>------------------------------<wbr>--------------<br>
Carlo A. Bertelli<br>
   Charta servizi e sistemi per il territorio e la storia ambientale srl<br>
          Dipendenze del palazzo Doria,<br>
          vc. alla Chiesa della Maddalena 9/2 16124      Genova (Italy)<br>
          tel./fax <a href="tel:%2B39%280%2910%202475439" value="+390102475439">+39(0)10 2475439</a>  <a href="tel:%2B39%200108566195" value="+390108566195">+39 0108566195</a>  gsm:<a href="tel:%2B39%20393%201590711" value="+393931590711">+39 393 1590711</a><br>
   e-mail: <a href="mailto:bertelli@chartasrl.eu">bertelli@chartasrl.eu</a>      <a href="http://www.chartasrl.eu" rel="noreferrer" target="_blank">http://www.chartasrl.eu</a><br>
------------------------------<wbr>------------------------------<wbr>--------------<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20160930/0f1baa3e/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>pipermail/qgis-user/<wbr>attachments/20160930/0f1baa3e/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 30 Sep 2016 11:27:17 +0200<br>
From: Tim Sutton <<a href="mailto:tim@qgis.org">tim@qgis.org</a>><br>
To: QGIS Developer Mailing List <<a href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.<wbr>org</a>>, QGIS<br>
        Users <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
Subject: [Qgis-user] Last day for voting on grant proposals! Please<br>
        head    over and vote!<br>
Message-ID: <<a href="mailto:FCAE038D-EEBC-4117-AE76-96539FFD8224@qgis.org">FCAE038D-EEBC-4117-AE76-<wbr>96539FFD8224@qgis.org</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi All<br>
<br>
Just a reminder to all QGIS Voting Members (see full list below) to please cast your votes for the 2016 Grant proposals. If your name is on this list, you should have cast a vote but have not done so yet:<br>
<br>
The following have NOT YET voted:<br>
<br>
Nathan  Woodrow<br>
Larry   Shaffer<br>
Alexander   Bruy<br>
Regis   Haubourg<br>
Lene Fischer<br>
Anibal Alarcon<br>
Ross Bredie<br>
Simon Miles<br>
João Gaspar<br>
Kevin Williams<br>
Thomas Schüttenberg<br>
<br>
<br>
The following have voted:<br>
<br>
Nyall Dawson<br>
Brent Wood<br>
Paolo Cavallini<br>
Denis Rouzaud<br>
Andreas Neumann<br>
Matthias Kuhn<br>
Jacolin<br>
Giovanni Manghi<br>
Werner Macho<br>
Vincent Picavet<br>
QGISBrasil community<br>
Martin Dobias<br>
Michael Smith<br>
Kosuke ASAHI<br>
Even Rouault<br>
Milena Nowotarska<br>
<br>
If your name is on the 'NOT YET' list, please take a minute to cast your vote!<br>
<br>
<br>
<br>
<br>
---<br>
<br>
Tim Sutton<br>
QGIS Project Steering Committee Chair<br>
<a href="mailto:tim@qgis.org">tim@qgis.org</a><br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20160930/3422daef/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>pipermail/qgis-user/<wbr>attachments/20160930/3422daef/<wbr>attachment-0001.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: qgis_icon.jpg<br>
Type: image/jpeg<br>
Size: 4642 bytes<br>
Desc: not available<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20160930/3422daef/attachment-0001.jpg" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>pipermail/qgis-user/<wbr>attachments/20160930/3422daef/<wbr>attachment-0001.jpg</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 30 Sep 2016 11:36:20 +0200<br>
From: Julie Pierson <<a href="mailto:julie.pierson@cnrs.fr">julie.pierson@cnrs.fr</a>><br>
To: <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
Subject: [Qgis-user] DB Manager SQL window does not open<br>
Message-ID: <<a href="mailto:68383a0c-f8fa-2d1e-fef3-dc7732ea71b1@cnrs.fr">68383a0c-f8fa-2d1e-fef3-<wbr>dc7732ea71b1@cnrs.fr</a>><br>
Content-Type: text/plain; charset="utf-8"; format=flowed<br>
<br>
Hi all,<br>
<br>
When I try to open the SQL window in DB Manager, I get this error :<br>
AttributeError: 'SqlEdit' object has no attribute 'setMarginVisible'<br>
I'm using Ubuntu 14.04.<br>
<br>
Here's the complete error message :<br>
AttributeError: 'SqlEdit' object has no attribute 'setMarginVisible'<br>
Traceback (most recent call last):<br>
   File "/usr/share/qgis/python/<wbr>plugins/db_manager/db_manager.<wbr>py", line<br>
194, in runSqlWindow<br>
     query = DlgSqlWindow(self.iface, db, self)<br>
   File "/usr/share/qgis/python/<wbr>plugins/db_manager/dlg_sql_<wbr>window.py",<br>
line 73, in __init__<br>
     self.editSql.setMarginVisible(<wbr>True)<br>
AttributeError: 'SqlEdit' object has no attribute 'setMarginVisible'<br>
<br>
Version de Python : 2.7.6 (default, Jun 22 2015, 18:01:27) [GCC 4.8.2]<br>
Version de QGIS : 2.14.7-Essen Essen, exported<br>
<br>
Does anyone have the same problem ? Is it a known issue, or should I<br>
open one ?<br>
<br>
Thanks !<br>
<br>
Julie.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 30 Sep 2016 11:52:25 +0200<br>
From: Alejandro Martorell Reig <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>><br>
To: Luigi Pirelli <<a href="mailto:luipir@gmail.com">luipir@gmail.com</a>><br>
Cc: qgis-user ML <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
Subject: Re: [Qgis-user] Problem with properityes<br>
Message-ID: <<a href="mailto:a4c15296-c730-ba15-4367-12b9f37f4348@gmail.com">a4c15296-c730-ba15-4367-<wbr>12b9f37f4348@gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Any idea?? Any solutions please? I need work with QGIS, but now Its<br>
imposible.<br>
<br>
Thank you for all<br>
<br>
El 27/9/16 a las 9:42, Alejandro Martorell escribió:<br>
> I installed new OSX Sierra 10.12,  I can open properities now, but<br>
> QGis is more unestable. For exemple, a lot of times I cant open old<br>
> proyects or shapes, Qgis locked more times.<br>
><br>
> What do you thing about this??<br>
><br>
> Alejandro Martorell<br>
><br>
><br>
><br>
><br>
> On Mon, Sep 26, 2016 at 4:16 PM +0200, "Alejandro Martorell Reig"<br>
> <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a> <mailto:<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.<wbr>com</a>>> wrote:<br>
><br>
>     Versión de QGIS<br>
><br>
><br>
><br>
>     2.16.2<br>
><br>
><br>
><br>
>     Rama del código de QGIS<br>
><br>
><br>
><br>
>     Release 2.16 <<a href="https://github.com/qgis/QGIS/tree/release-2_16" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>tree/release-2_16</a>><br>
><br>
>     Compilado contra Qt<br>
><br>
><br>
><br>
>     4.8.6<br>
><br>
><br>
><br>
>     Ejecutándose contra Qt<br>
><br>
><br>
><br>
>     4.8.6<br>
><br>
>     Compilado contra GDAL/OGR<br>
><br>
><br>
><br>
>     2.1.1<br>
><br>
><br>
><br>
>     Ejecutándose contra GDAL/OGR<br>
><br>
><br>
><br>
>     2.1.1<br>
><br>
>     Compilado contra GEOS<br>
><br>
><br>
><br>
>     3.5.0-CAPI-1.9.0<br>
><br>
><br>
><br>
>     Ejecutándose contra GEOS<br>
><br>
><br>
><br>
>     3.5.0-CAPI-1.9.0 r0<br>
><br>
>     Versión del cliente PostgreSQL<br>
><br>
><br>
><br>
>     9.4.4<br>
><br>
><br>
><br>
>     Versión de SpatiaLite<br>
><br>
><br>
><br>
>     4.3.0a<br>
><br>
>     Versión de QWT<br>
><br>
><br>
><br>
>     6.1.3<br>
><br>
><br>
><br>
>     Versión de PROJ.4<br>
><br>
><br>
><br>
>     492<br>
><br>
>     Versión de QScintilla2<br>
><br>
><br>
><br>
>     2.9.3<br>
><br>
><br>
><br>
>     El 26/9/16 a las 15:02, Luigi Pirelli escribió:<br>
>>     cut& paste the content of qgis->help>about<br>
>>     Luigi Pirelli<br>
>><br>
>>     ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>>     * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
>>     * LinkedIn:<a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.<wbr>com/in/luigipirelli</a><br>
>>     * Stackexchange:<a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.<wbr>stackexchange.com/users/19667/<wbr>luigi-pirelli</a><br>
>>     * GitHub:<a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/<wbr>luipir</a><br>
>>     * Mastering QGIS:<br>
>>     <a href="https://www.packtpub.com/application-development/mastering-qgis" rel="noreferrer" target="_blank">https://www.packtpub.com/<wbr>application-development/<wbr>mastering-qgis</a><br>
>>     ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>><br>
>><br>
>>     On 26 September 2016 at 14:22, Alejandro Martorell Reig<br>
>>     <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>>  wrote:<br>
>>>     Attache file wiht the error.<br>
>>><br>
>>>     Need more??<br>
>>><br>
>>><br>
>>>     El 26/9/16 a las 13:35, Luigi Pirelli escribió:<br>
>>><br>
>>>     what OSX and share qgis->help->about list of loaded libs<br>
>>><br>
>>>     regards<br>
>>>     Luigi Pirelli<br>
>>><br>
>>>     ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>>>     * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
>>>     * LinkedIn:<a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.<wbr>com/in/luigipirelli</a><br>
>>>     * Stackexchange:<a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.<wbr>stackexchange.com/users/19667/<wbr>luigi-pirelli</a><br>
>>>     * GitHub:<a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/<wbr>luipir</a><br>
>>>     * Mastering QGIS:<br>
>>>     <a href="https://www.packtpub.com/application-development/mastering-qgis" rel="noreferrer" target="_blank">https://www.packtpub.com/<wbr>application-development/<wbr>mastering-qgis</a><br>
>>>     ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>>><br>
>>><br>
>>>     On 26 September 2016 at 12:26, Alejandro Martorell Reig<br>
>>>     <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>>  wrote:<br>
>>><br>
>>>     Good Morning,<br>
>>><br>
>>>     I have a problem with QGIS long. Use mac. I have a lot of time and I worked<br>
>>>     perfectly, from one day to another every time you try to open the properties<br>
>>>     of a layer hangs and I have to close it, I can not change the properties of<br>
>>>     the layers. It's annoying. I happened with the old version 2.14 and<br>
>>>     yesterday install the new version 2.16 and I still have the same problem.<br>
>>>     The problem is something that I have in the pc that causes a problem<br>
>>>     generated in the installation. I have installed the kingchaos version and<br>
>>>     another. I do not know what to do.<br>
>>><br>
>>>     Como puedo entrar a lo que es el foro. No encuentro la dirección?<br>
>>><br>
>>>     Un saludo y gracias<br>
>>><br>
>>>     ______________________________<wbr>_________________<br>
>>>     Qgis-user mailing list<br>
>>>     <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
>>>     List info:<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
>>>     Unsubscribe:<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.<wbr>osgeo.org/mailman/listinfo/<wbr>qgis-user</a><br>
>>><br>
>>><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20160930/ef3f4576/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>pipermail/qgis-user/<wbr>attachments/20160930/ef3f4576/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 30 Sep 2016 12:09:25 +0200<br>
From: Luigi Pirelli <<a href="mailto:luipir@gmail.com">luipir@gmail.com</a>><br>
To: Alejandro Martorell Reig <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>><br>
Cc: qgis-user ML <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>
Subject: Re: [Qgis-user] Problem with properityes<br>
Message-ID:<br>
        <CAFO80_qQF9HEPytznk1v-<wbr>jAA7XD1KcVrkyf=<a href="mailto:FJ9wKUVjOHGRgg@mail.gmail.com">FJ9wKUVjOHGRgg@<wbr>mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
hard to say without sample data that create you the problem... to try to<br>
fix, you should allow others to repeat the issue with replicable steps on<br>
sample data.<br>
<br>
so your first step would be:<br>
1) create a reproducible set of steps that create the problem against<br>
shareble data<br>
2) share you detailed configuration (OS data, how did you installed QGIS<br>
and related packages... please add all details)<br>
3) ask if other in similar condition can replicate the problem<br>
4) try to do the same steps on another OSX laptop (or virtual machine) to<br>
see if the problem can be replicated in a CLEAN install<br>
<br>
Luigi Pirelli<br>
<br>
******************************<wbr>******************************<wbr>******************************<wbr>********<br>
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
* LinkedIn: <a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.com/in/<wbr>luigipirelli</a><br>
* Stackexchange: <a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.stackexchange.com/<wbr>users/19667/luigi-pirelli</a><br>
* GitHub: <a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/luipir</a><br>
* Mastering QGIS:<br>
<a href="https://www.packtpub.com/application-development/mastering-qgis" rel="noreferrer" target="_blank">https://www.packtpub.com/<wbr>application-development/<wbr>mastering-qgis</a><br>
******************************<wbr>******************************<wbr>******************************<wbr>********<br>
<br>
On 30 September 2016 at 11:52, Alejandro Martorell Reig <<br>
<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>> wrote:<br>
<br>
> Any idea?? Any solutions please? I need work with QGIS, but now Its<br>
> imposible.<br>
><br>
> Thank you for all<br>
> El 27/9/16 a las 9:42, Alejandro Martorell escribió:<br>
><br>
> I installed new OSX Sierra 10.12,  I can open properities now, but QGis is<br>
> more unestable. For exemple, a lot of times I cant open old proyects or<br>
> shapes, Qgis locked more times.<br>
><br>
> What do you thing about this??<br>
><br>
> Alejandro Martorell<br>
><br>
><br>
><br>
><br>
> On Mon, Sep 26, 2016 at 4:16 PM +0200, "Alejandro Martorell Reig" <<br>
> <a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>> wrote:<br>
><br>
> Versión de QGIS<br>
>><br>
>> 2.16.2<br>
>><br>
>> Rama del código de QGIS<br>
>><br>
>> Release 2.16 <<a href="https://github.com/qgis/QGIS/tree/release-2_16" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>tree/release-2_16</a>><br>
>><br>
>> Compilado contra Qt<br>
>><br>
>> 4.8.6<br>
>><br>
>> Ejecutándose contra Qt<br>
>><br>
>> 4.8.6<br>
>><br>
>> Compilado contra GDAL/OGR<br>
>><br>
>> 2.1.1<br>
>><br>
>> Ejecutándose contra GDAL/OGR<br>
>><br>
>> 2.1.1<br>
>><br>
>> Compilado contra GEOS<br>
>><br>
>> 3.5.0-CAPI-1.9.0<br>
>><br>
>> Ejecutándose contra GEOS<br>
>><br>
>> 3.5.0-CAPI-1.9.0 r0<br>
>><br>
>> Versión del cliente PostgreSQL<br>
>><br>
>> 9.4.4<br>
>><br>
>> Versión de SpatiaLite<br>
>><br>
>> 4.3.0a<br>
>><br>
>> Versión de QWT<br>
>><br>
>> 6.1.3<br>
>><br>
>> Versión de PROJ.4<br>
>><br>
>> 492<br>
>><br>
>> Versión de QScintilla2<br>
>><br>
>> 2.9.3<br>
>> El 26/9/16 a las 15:02, Luigi Pirelli escribió:<br>
>><br>
>> cut& paste the content of qgis->help>about<br>
>> Luigi Pirelli<br>
>><br>
>> ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
>> * LinkedIn: <a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.com/in/<wbr>luigipirelli</a><br>
>> * Stackexchange: <a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.stackexchange.com/<wbr>users/19667/luigi-pirelli</a><br>
>> * GitHub: <a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/luipir</a><br>
>> * Mastering QGIS:<a href="https://www.packtpub.com/application-development/mastering-qgis" rel="noreferrer" target="_blank">https://www.packtpub.com/<wbr>application-development/<wbr>mastering-qgis</a><br>
>> ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>><br>
>><br>
>> On 26 September 2016 at 14:22, Alejandro Martorell Reig<<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>> <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>> wrote:<br>
>><br>
>> Attache file wiht the error.<br>
>><br>
>> Need more??<br>
>><br>
>><br>
>> El 26/9/16 a las 13:35, Luigi Pirelli escribió:<br>
>><br>
>> what OSX and share qgis->help->about list of loaded libs<br>
>><br>
>> regards<br>
>> Luigi Pirelli<br>
>><br>
>> ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
>> * LinkedIn: <a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.com/in/<wbr>luigipirelli</a><br>
>> * Stackexchange: <a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.stackexchange.com/<wbr>users/19667/luigi-pirelli</a><br>
>> * GitHub: <a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/luipir</a><br>
>> * Mastering QGIS:<a href="https://www.packtpub.com/application-development/mastering-qgis" rel="noreferrer" target="_blank">https://www.packtpub.com/<wbr>application-development/<wbr>mastering-qgis</a><br>
>> ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>><br>
>><br>
>> On 26 September 2016 at 12:26, Alejandro Martorell Reig<<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>> <<a href="mailto:martorell3588@gmail.com">martorell3588@gmail.com</a>> wrote:<br>
>><br>
>> Good Morning,<br>
>><br>
>> I have a problem with QGIS long. Use mac. I have a lot of time and I worked<br>
>> perfectly, from one day to another every time you try to open the properties<br>
>> of a layer hangs and I have to close it, I can not change the properties of<br>
>> the layers. It's annoying. I happened with the old version 2.14 and<br>
>> yesterday install the new version 2.16 and I still have the same problem.<br>
>> The problem is something that I have in the pc that causes a problem<br>
>> generated in the installation. I have installed the kingchaos version and<br>
>> another. I do not know what to do.<br>
>><br>
>> Como puedo entrar a lo que es el foro. No encuentro la dirección?<br>
>><br>
>> Un saludo y gracias<br>
>><br>
>> ______________________________<wbr>_________________<br>
>> Qgis-user mailing <a href="mailto:listQgis-user@lists.osgeo.org">listQgis-user@lists.osgeo.org</a><br>
>> List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
>> Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
>><br>
>><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20160930/fa11c568/attachment.html" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>pipermail/qgis-user/<wbr>attachments/20160930/fa11c568/<wbr>attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
<br>
------------------------------<br>
<br>
End of Qgis-user Digest, Vol 127, Issue 72<br>
******************************<wbr>************<br>
</blockquote></div>