Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
I'll file a bug when I can deal with an issue logging into the issue
tracker system, but if somebody else can do it quickly and beats it to me,
just report back. Thanks all!

On Fri, Oct 5, 2018 at 4:29 PM Michael Treglia  wrote:

> Alright - I get the exact same issue in the nightly dev version.  I
> thought it might have been because I didn't have a primary key in the
> postgis table, but had the same issue for a table that did have a primary
> key.
>
> On Fri, Oct 5, 2018 at 4:16 PM Luigi Pirelli  wrote:
>
>> exactly
>>
>> Luigi Pirelli
>>
>>
>> **
>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>> * GitHub: https://github.com/luipir
>> * Mastering QGIS 2nd Edition:
>> *
>> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
>> * Hire me: http://goo.gl/BYRQKg
>>
>> **
>>
>>
>> On Fri, 5 Oct 2018 at 22:12, Michael Treglia  wrote:
>>
>>> Just to clarify, if installing via OSGeo4w, use QGIS-Dev: QGIS Nightly
>>> build of the development branch (3.3.0-88)?
>>>
>>>
>>>
>>> On Fri, Oct 5, 2018 at 4:08 PM Luigi Pirelli  wrote:
>>>
 may you check with master? 3.2 is at end of life.

 tnx

 Luigi Pirelli


 **
 * LinkedIn: https://www.linkedin.com/in/luigipirelli
 * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
 * GitHub: https://github.com/luipir
 * Mastering QGIS 2nd Edition:
 *
 https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
 * Hire me: http://goo.gl/BYRQKg

 **


 On Fri, 5 Oct 2018 at 21:59, Michael Treglia 
 wrote:

> Whoops! Forgot the key information:
> (Running on Windows 7 Pro x64)
>
> QGIS version
>
> 3.2.3-Bonn
>
> QGIS code revision
>
> 9b176802e5 
>
> Compiled against Qt
>
> 5.9.2
>
> Running against Qt
>
> 5.9.2
>
> Compiled against GDAL/OGR
>
> 2.2.4
>
> Running against GDAL/OGR
>
> 2.2.4
>
> Compiled against GEOS
>
> 3.6.1-CAPI-1.10.1
>
> Running against GEOS
>
> 3.6.1-CAPI-1.10.1 r0
>
> PostgreSQL Client Version
>
> 9.2.4
>
> SpatiaLite Version
>
> 4.3.0
>
> QWT Version
>
> 6.1.3
>
> QScintilla2 Version
>
> 2.10.1
>
> PROJ.4 Version
>
> 493
>
> On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia 
> wrote:
>
>> Hi All,
>>
>> Just checking if others are observing something similar:
>> * I was writing data to gpkg files from a postgis database.from the
>> Database Manager. (e.g., select a layer from the PostGIS database and hit
>> the "export to file" button at the top.
>> * The resulting gpkg layer loses data in a column towards the left,
>> but all of the headings are maintained. Thus, data are shifted to the 
>> left
>> one column from a certain point on, and the last column has NULLs.
>>
>> If writing into an existing gpkg file, dragging and dropping the
>> layer from the PostGIS db into the gpkg file and selecting appropriate
>> options in the dialogue box that pops up does not have that issue.
>>
>> I'm still trying to see exactly what's going on, but figured I'd see
>> if this is something others are experiencing (or if it's already been
>> reported).
>>
>> Mike
>>
>> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Alright - I get the exact same issue in the nightly dev version.  I thought
it might have been because I didn't have a primary key in the postgis
table, but had the same issue for a table that did have a primary key.

On Fri, Oct 5, 2018 at 4:16 PM Luigi Pirelli  wrote:

> exactly
>
> Luigi Pirelli
>
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> * Hire me: http://goo.gl/BYRQKg
>
> **
>
>
> On Fri, 5 Oct 2018 at 22:12, Michael Treglia  wrote:
>
>> Just to clarify, if installing via OSGeo4w, use QGIS-Dev: QGIS Nightly
>> build of the development branch (3.3.0-88)?
>>
>>
>>
>> On Fri, Oct 5, 2018 at 4:08 PM Luigi Pirelli  wrote:
>>
>>> may you check with master? 3.2 is at end of life.
>>>
>>> tnx
>>>
>>> Luigi Pirelli
>>>
>>>
>>> **
>>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>>> * GitHub: https://github.com/luipir
>>> * Mastering QGIS 2nd Edition:
>>> *
>>> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
>>> * Hire me: http://goo.gl/BYRQKg
>>>
>>> **
>>>
>>>
>>> On Fri, 5 Oct 2018 at 21:59, Michael Treglia  wrote:
>>>
 Whoops! Forgot the key information:
 (Running on Windows 7 Pro x64)

 QGIS version

 3.2.3-Bonn

 QGIS code revision

 9b176802e5 

 Compiled against Qt

 5.9.2

 Running against Qt

 5.9.2

 Compiled against GDAL/OGR

 2.2.4

 Running against GDAL/OGR

 2.2.4

 Compiled against GEOS

 3.6.1-CAPI-1.10.1

 Running against GEOS

 3.6.1-CAPI-1.10.1 r0

 PostgreSQL Client Version

 9.2.4

 SpatiaLite Version

 4.3.0

 QWT Version

 6.1.3

 QScintilla2 Version

 2.10.1

 PROJ.4 Version

 493

 On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia 
 wrote:

> Hi All,
>
> Just checking if others are observing something similar:
> * I was writing data to gpkg files from a postgis database.from the
> Database Manager. (e.g., select a layer from the PostGIS database and hit
> the "export to file" button at the top.
> * The resulting gpkg layer loses data in a column towards the left,
> but all of the headings are maintained. Thus, data are shifted to the left
> one column from a certain point on, and the last column has NULLs.
>
> If writing into an existing gpkg file, dragging and dropping the layer
> from the PostGIS db into the gpkg file and selecting appropriate options 
> in
> the dialogue box that pops up does not have that issue.
>
> I'm still trying to see exactly what's going on, but figured I'd see
> if this is something others are experiencing (or if it's already been
> reported).
>
> Mike
>
> ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Traduzione Gui

2018-10-05 Thread Stefano Campus
Noto con piacere che anche tu ti riferisci agli spagnoli!
:-)

Il Ven 5 Ott 2018 22:16 Martina Savarese  ha
scritto:

> Anche a me ha dato quest'impressione, però al momento non saprei che dire,
> anche io mi sono fermata su questo. Magari domani con un po' di calma mi
> riguardo la gui in Inglese e magari anche in Spagnolo per vedere come si
> sono regolati loro :)
>
> Martina
>
> Il Ven 5 Ott 2018 21:41 Stefano Campus  ha scritto:
>
>> Ciao lo avevo notato e ammetto di essermi fermato proprio perché non
>> riuscivo a risolvere l'ambiguità.
>> Sono ragionevolmente sicuro che anche in inglese a volte abbiano
>> utilizzato layout al posto di template.
>>
>> Come pensi sia meglio?
>> Forse ma forse layout è uno di quei (pochi) termini da tenere non tradotto
>>
>> Il Ven 5 Ott 2018 21:37 Martina Savarese  ha
>> scritto:
>>
>>> Salve, mi sono accorta che nella traduzione della gui "Layout(s)" è
>>> tradotto a volte come "modello/i" e altre volte si è mantenuto il termine
>>> in Inglese (sto parlando dei modelli di stampa).
>>> La sostituzione del "composer" ha creato un po' di confusione, però
>>> credo ci si debba accordare sulla traduzione e magari inserire il termine
>>> nel vocabolario.
>>> Io nei prossimi giorni posso correggere un po' di voci (almeno un paio
>>> ne ho inserite io, ma posso mettermi a farlo sistematicamente per tutte le
>>> occorrenze nella gui).
>>>
>>> Martina
>>> ___
>>> QGIS-it-user mailing list
>>> QGIS-it-user@lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>>>
>> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Luigi Pirelli
exactly

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Fri, 5 Oct 2018 at 22:12, Michael Treglia  wrote:

> Just to clarify, if installing via OSGeo4w, use QGIS-Dev: QGIS Nightly
> build of the development branch (3.3.0-88)?
>
>
>
> On Fri, Oct 5, 2018 at 4:08 PM Luigi Pirelli  wrote:
>
>> may you check with master? 3.2 is at end of life.
>>
>> tnx
>>
>> Luigi Pirelli
>>
>>
>> **
>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>> * GitHub: https://github.com/luipir
>> * Mastering QGIS 2nd Edition:
>> *
>> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
>> * Hire me: http://goo.gl/BYRQKg
>>
>> **
>>
>>
>> On Fri, 5 Oct 2018 at 21:59, Michael Treglia  wrote:
>>
>>> Whoops! Forgot the key information:
>>> (Running on Windows 7 Pro x64)
>>>
>>> QGIS version
>>>
>>> 3.2.3-Bonn
>>>
>>> QGIS code revision
>>>
>>> 9b176802e5 
>>>
>>> Compiled against Qt
>>>
>>> 5.9.2
>>>
>>> Running against Qt
>>>
>>> 5.9.2
>>>
>>> Compiled against GDAL/OGR
>>>
>>> 2.2.4
>>>
>>> Running against GDAL/OGR
>>>
>>> 2.2.4
>>>
>>> Compiled against GEOS
>>>
>>> 3.6.1-CAPI-1.10.1
>>>
>>> Running against GEOS
>>>
>>> 3.6.1-CAPI-1.10.1 r0
>>>
>>> PostgreSQL Client Version
>>>
>>> 9.2.4
>>>
>>> SpatiaLite Version
>>>
>>> 4.3.0
>>>
>>> QWT Version
>>>
>>> 6.1.3
>>>
>>> QScintilla2 Version
>>>
>>> 2.10.1
>>>
>>> PROJ.4 Version
>>>
>>> 493
>>>
>>> On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia 
>>> wrote:
>>>
 Hi All,

 Just checking if others are observing something similar:
 * I was writing data to gpkg files from a postgis database.from the
 Database Manager. (e.g., select a layer from the PostGIS database and hit
 the "export to file" button at the top.
 * The resulting gpkg layer loses data in a column towards the left, but
 all of the headings are maintained. Thus, data are shifted to the left one
 column from a certain point on, and the last column has NULLs.

 If writing into an existing gpkg file, dragging and dropping the layer
 from the PostGIS db into the gpkg file and selecting appropriate options in
 the dialogue box that pops up does not have that issue.

 I'm still trying to see exactly what's going on, but figured I'd see if
 this is something others are experiencing (or if it's already been
 reported).

 Mike

 ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Traduzione Gui

2018-10-05 Thread Martina Savarese
Anche a me ha dato quest'impressione, però al momento non saprei che dire,
anche io mi sono fermata su questo. Magari domani con un po' di calma mi
riguardo la gui in Inglese e magari anche in Spagnolo per vedere come si
sono regolati loro :)

Martina

Il Ven 5 Ott 2018 21:41 Stefano Campus  ha scritto:

> Ciao lo avevo notato e ammetto di essermi fermato proprio perché non
> riuscivo a risolvere l'ambiguità.
> Sono ragionevolmente sicuro che anche in inglese a volte abbiano
> utilizzato layout al posto di template.
>
> Come pensi sia meglio?
> Forse ma forse layout è uno di quei (pochi) termini da tenere non tradotto
>
> Il Ven 5 Ott 2018 21:37 Martina Savarese  ha
> scritto:
>
>> Salve, mi sono accorta che nella traduzione della gui "Layout(s)" è
>> tradotto a volte come "modello/i" e altre volte si è mantenuto il termine
>> in Inglese (sto parlando dei modelli di stampa).
>> La sostituzione del "composer" ha creato un po' di confusione, però credo
>> ci si debba accordare sulla traduzione e magari inserire il termine nel
>> vocabolario.
>> Io nei prossimi giorni posso correggere un po' di voci (almeno un paio ne
>> ho inserite io, ma posso mettermi a farlo sistematicamente per tutte le
>> occorrenze nella gui).
>>
>> Martina
>> ___
>> QGIS-it-user mailing list
>> QGIS-it-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>>
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Just to clarify, if installing via OSGeo4w, use QGIS-Dev: QGIS Nightly
build of the development branch (3.3.0-88)?



On Fri, Oct 5, 2018 at 4:08 PM Luigi Pirelli  wrote:

> may you check with master? 3.2 is at end of life.
>
> tnx
>
> Luigi Pirelli
>
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> * Hire me: http://goo.gl/BYRQKg
>
> **
>
>
> On Fri, 5 Oct 2018 at 21:59, Michael Treglia  wrote:
>
>> Whoops! Forgot the key information:
>> (Running on Windows 7 Pro x64)
>>
>> QGIS version
>>
>> 3.2.3-Bonn
>>
>> QGIS code revision
>>
>> 9b176802e5 
>>
>> Compiled against Qt
>>
>> 5.9.2
>>
>> Running against Qt
>>
>> 5.9.2
>>
>> Compiled against GDAL/OGR
>>
>> 2.2.4
>>
>> Running against GDAL/OGR
>>
>> 2.2.4
>>
>> Compiled against GEOS
>>
>> 3.6.1-CAPI-1.10.1
>>
>> Running against GEOS
>>
>> 3.6.1-CAPI-1.10.1 r0
>>
>> PostgreSQL Client Version
>>
>> 9.2.4
>>
>> SpatiaLite Version
>>
>> 4.3.0
>>
>> QWT Version
>>
>> 6.1.3
>>
>> QScintilla2 Version
>>
>> 2.10.1
>>
>> PROJ.4 Version
>>
>> 493
>>
>> On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia 
>> wrote:
>>
>>> Hi All,
>>>
>>> Just checking if others are observing something similar:
>>> * I was writing data to gpkg files from a postgis database.from the
>>> Database Manager. (e.g., select a layer from the PostGIS database and hit
>>> the "export to file" button at the top.
>>> * The resulting gpkg layer loses data in a column towards the left, but
>>> all of the headings are maintained. Thus, data are shifted to the left one
>>> column from a certain point on, and the last column has NULLs.
>>>
>>> If writing into an existing gpkg file, dragging and dropping the layer
>>> from the PostGIS db into the gpkg file and selecting appropriate options in
>>> the dialogue box that pops up does not have that issue.
>>>
>>> I'm still trying to see exactly what's going on, but figured I'd see if
>>> this is something others are experiencing (or if it's already been
>>> reported).
>>>
>>> Mike
>>>
>>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Luigi Pirelli
may you check with master? 3.2 is at end of life.

tnx

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Fri, 5 Oct 2018 at 21:59, Michael Treglia  wrote:

> Whoops! Forgot the key information:
> (Running on Windows 7 Pro x64)
>
> QGIS version
>
> 3.2.3-Bonn
>
> QGIS code revision
>
> 9b176802e5 
>
> Compiled against Qt
>
> 5.9.2
>
> Running against Qt
>
> 5.9.2
>
> Compiled against GDAL/OGR
>
> 2.2.4
>
> Running against GDAL/OGR
>
> 2.2.4
>
> Compiled against GEOS
>
> 3.6.1-CAPI-1.10.1
>
> Running against GEOS
>
> 3.6.1-CAPI-1.10.1 r0
>
> PostgreSQL Client Version
>
> 9.2.4
>
> SpatiaLite Version
>
> 4.3.0
>
> QWT Version
>
> 6.1.3
>
> QScintilla2 Version
>
> 2.10.1
>
> PROJ.4 Version
>
> 493
>
> On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia  wrote:
>
>> Hi All,
>>
>> Just checking if others are observing something similar:
>> * I was writing data to gpkg files from a postgis database.from the
>> Database Manager. (e.g., select a layer from the PostGIS database and hit
>> the "export to file" button at the top.
>> * The resulting gpkg layer loses data in a column towards the left, but
>> all of the headings are maintained. Thus, data are shifted to the left one
>> column from a certain point on, and the last column has NULLs.
>>
>> If writing into an existing gpkg file, dragging and dropping the layer
>> from the PostGIS db into the gpkg file and selecting appropriate options in
>> the dialogue box that pops up does not have that issue.
>>
>> I'm still trying to see exactly what's going on, but figured I'd see if
>> this is something others are experiencing (or if it's already been
>> reported).
>>
>> Mike
>>
>> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
As a quick follow-up - it seems like maybe the first numeric or integer
column gets assigned to an FID column, but the original column name stays
there with all values from other numeric/integer columns ending up
apparently shifted over to the left one, because there's an extra column.

On Fri, Oct 5, 2018 at 4:01 PM Michael Treglia  wrote:

> Whoops! Forgot the key information:
> (Running on Windows 7 Pro x64)
>
> QGIS version
>
> 3.2.3-Bonn
>
> QGIS code revision
>
> 9b176802e5 
>
> Compiled against Qt
>
> 5.9.2
>
> Running against Qt
>
> 5.9.2
>
> Compiled against GDAL/OGR
>
> 2.2.4
>
> Running against GDAL/OGR
>
> 2.2.4
>
> Compiled against GEOS
>
> 3.6.1-CAPI-1.10.1
>
> Running against GEOS
>
> 3.6.1-CAPI-1.10.1 r0
>
> PostgreSQL Client Version
>
> 9.2.4
>
> SpatiaLite Version
>
> 4.3.0
>
> QWT Version
>
> 6.1.3
>
> QScintilla2 Version
>
> 2.10.1
>
> PROJ.4 Version
>
> 493
>
> On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia  wrote:
>
>> Hi All,
>>
>> Just checking if others are observing something similar:
>> * I was writing data to gpkg files from a postgis database.from the
>> Database Manager. (e.g., select a layer from the PostGIS database and hit
>> the "export to file" button at the top.
>> * The resulting gpkg layer loses data in a column towards the left, but
>> all of the headings are maintained. Thus, data are shifted to the left one
>> column from a certain point on, and the last column has NULLs.
>>
>> If writing into an existing gpkg file, dragging and dropping the layer
>> from the PostGIS db into the gpkg file and selecting appropriate options in
>> the dialogue box that pops up does not have that issue.
>>
>> I'm still trying to see exactly what's going on, but figured I'd see if
>> this is something others are experiencing (or if it's already been
>> reported).
>>
>> Mike
>>
>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Whoops! Forgot the key information:
(Running on Windows 7 Pro x64)

QGIS version

3.2.3-Bonn

QGIS code revision

9b176802e5 

Compiled against Qt

5.9.2

Running against Qt

5.9.2

Compiled against GDAL/OGR

2.2.4

Running against GDAL/OGR

2.2.4

Compiled against GEOS

3.6.1-CAPI-1.10.1

Running against GEOS

3.6.1-CAPI-1.10.1 r0

PostgreSQL Client Version

9.2.4

SpatiaLite Version

4.3.0

QWT Version

6.1.3

QScintilla2 Version

2.10.1

PROJ.4 Version

493

On Fri, Oct 5, 2018 at 4:00 PM Michael Treglia  wrote:

> Hi All,
>
> Just checking if others are observing something similar:
> * I was writing data to gpkg files from a postgis database.from the
> Database Manager. (e.g., select a layer from the PostGIS database and hit
> the "export to file" button at the top.
> * The resulting gpkg layer loses data in a column towards the left, but
> all of the headings are maintained. Thus, data are shifted to the left one
> column from a certain point on, and the last column has NULLs.
>
> If writing into an existing gpkg file, dragging and dropping the layer
> from the PostGIS db into the gpkg file and selecting appropriate options in
> the dialogue box that pops up does not have that issue.
>
> I'm still trying to see exactly what's going on, but figured I'd see if
> this is something others are experiencing (or if it's already been
> reported).
>
> Mike
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Potential Bug in writing gpkg from database manager?

2018-10-05 Thread Michael Treglia
Hi All,

Just checking if others are observing something similar:
* I was writing data to gpkg files from a postgis database.from the
Database Manager. (e.g., select a layer from the PostGIS database and hit
the "export to file" button at the top.
* The resulting gpkg layer loses data in a column towards the left, but all
of the headings are maintained. Thus, data are shifted to the left one
column from a certain point on, and the last column has NULLs.

If writing into an existing gpkg file, dragging and dropping the layer from
the PostGIS db into the gpkg file and selecting appropriate options in the
dialogue box that pops up does not have that issue.

I'm still trying to see exactly what's going on, but figured I'd see if
this is something others are experiencing (or if it's already been
reported).

Mike
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Traduzione Gui

2018-10-05 Thread Stefano Campus
Ciao lo avevo notato e ammetto di essermi fermato proprio perché non
riuscivo a risolvere l'ambiguità.
Sono ragionevolmente sicuro che anche in inglese a volte abbiano utilizzato
layout al posto di template.

Come pensi sia meglio?
Forse ma forse layout è uno di quei (pochi) termini da tenere non tradotto

Il Ven 5 Ott 2018 21:37 Martina Savarese  ha
scritto:

> Salve, mi sono accorta che nella traduzione della gui "Layout(s)" è
> tradotto a volte come "modello/i" e altre volte si è mantenuto il termine
> in Inglese (sto parlando dei modelli di stampa).
> La sostituzione del "composer" ha creato un po' di confusione, però credo
> ci si debba accordare sulla traduzione e magari inserire il termine nel
> vocabolario.
> Io nei prossimi giorni posso correggere un po' di voci (almeno un paio ne
> ho inserite io, ma posso mettermi a farlo sistematicamente per tutte le
> occorrenze nella gui).
>
> Martina
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Traduzione Gui

2018-10-05 Thread Martina Savarese
Salve, mi sono accorta che nella traduzione della gui "Layout(s)" è
tradotto a volte come "modello/i" e altre volte si è mantenuto il termine
in Inglese (sto parlando dei modelli di stampa).
La sostituzione del "composer" ha creato un po' di confusione, però credo
ci si debba accordare sulla traduzione e magari inserire il termine nel
vocabolario.
Io nei prossimi giorni posso correggere un po' di voci (almeno un paio ne
ho inserite io, ma posso mettermi a farlo sistematicamente per tutte le
occorrenze nella gui).

Martina
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Bug processing r.contour

2018-10-05 Thread Luca Bellani
Io proprio ieri, mi ero accorto di ció.
Il fatto é che se voglio tutte le curve, non capisco a cosa serv quel
parametro.
Ho provato con "0", pensando valesse come un "all", invece mi fa generato
solo la curva 0 :)
Non ho capito quele sarebbe il parametro corretto.
Grazie

Luca




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Qgis-user Digest, Vol 152, Issue 8

2018-10-05 Thread PALMIER Patrick (Responsable de groupe) - CEREMA/DTerNP/DATHa/MT

Hello,

I've experienced the same issue, and I've already open a bug issue too

https://issues.qgis.org/issues/19771

Even if the table view is not open, the update is much longer than in 
version 2.18. The update in memory is not longer but when you want to 
save on disk it takes very much time.
If you want to test, use a large table (300k o 500k rows). Update a 
field with the field calculator for exemple with $length in a numeric 
attibute and then commit the update on disk. Try the same operation with 
Qgis 2.18 and normally you will see a big difference (unless it has been 
alreay fixed in 3.2.3. I've experienced with 3.22)


Le 04/10/2018 à 12:42, "> qgis-user-request (par Internet, dépôt 
qgis-user-boun...@lists.osgeo.org)" a écrit :

Re: Very Slow Table Operations in QGIS 3.2.3 (Luigi Pirelli)


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user