Re: [Qgis-user] Atlas printing to PDF

2024-02-29 Thread Springfield Harrison via QGIS-User

Hello Nigel,

Okay, thanks very much, just on the verge of updating now.

Your tip about using a copy of the project file is a good one. Will 
certainly do that.


I hope the update will fix the Atlas printing problem but I'm not 
holding my breath.  It contains several large map raster files which may 
be the problem.


Thanks again…


Cheers, Spring



On 2024-02-29 22:26, Nigel Berjak wrote:

Hi Spring

It may be worthwhile trying this. Even 3.26 final release, as an 
interim version. Also, ensure you do not open the original project 
file, but rather a copy, in case you save it and cannot return 
(possibly) to using it with the older version.


---
Regards,

Nigel Berjak
Please consider the environment before printing this email.

On 2024-03-01 05:16, Springfield Harrison wrote:

OK, thank you.  I'm using 3.16.4, perhaps I should move up to 3.32.3?


Cheers, Spring



On 2024-02-29 05:15, Nigel Berjak wrote:

Hi

I have had to revert to using an older version (3.32.3) for one of 
my projects, where the Atlas sheets bombs the application (3.34.3). 
Is this the issue you are having?


---
Regards,

Nigel Berjak
Please consider the environment before printing this email.

On 2024-02-29 13:28, Springfield Harrison via QGIS-User wrote:

Hello,

Printing a PDF Atlas is a total fail - 1 page if I'm lucky, mostly 
1 blank page.  Is there a work around?


Thanks very much.  I'm sorry if this has been already covered, 
there seems to be no searchable forum.



Cheers, Spring Harrison


___
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] How QGIS handles on-the-fly projection?

2024-02-29 Thread Ujaval Gandhi via QGIS-User
There is specific code for QGIS to handle transformation between EPSG:3857 and
EPSG:4326 due to EPSG:3857 not being valid at poles. See the comments at
https://github.com/qgis/QGIS/blob/master/src/core/proj/
qgscoordinatetransform.cpp#L585
[https://mailtrack.io/l/3b9f0f5d1696eca585d974232660d3c67b88aeef?url=https%3A%2F%2Fgithub.com%2Fqgis%2FQGIS%2Fblob%2Fmaster%2Fsrc%2Fcore%2Fproj%2Fqgscoordinatetransform.cpp%23L585=8747767=160430bc5e3e39b2]


You should not be using EPSG:3857 for datasets that span more than +/-85 degrees
latitude. If you want to display global datasets in a projected CRS, try Equal
Earth (EPSG:8857). 


---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com
[https://mailtrack.io/l/23351823d4981a6feab4bb8e2f53958dd02b7b6f?url=http%3A%2F%2Fwww.spatialthoughts.com=8747767=f6b62978c9915c25]




[data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAQABAAACAkQBADs=3D]
On Wed, Feb 28, 2024 at 6:32 PM Régis Haubourg via QGIS-User
 wrote:


> Hi ,
> 
> 
> the render in QGIS is always done on the fly, there is no caching of
> prerendered data, except for online webservices. 
> 
> PROJ is indeed the library doing the job. 
> 
> Régis
> 
> 
> On 27/02/2024 14:00, Ionut Ungurianu via QGIS-User wrote:
> 
> 
> > Hi!
> > 
> > I’m looking to understand  in a more advanced way how QGIS handles 
> > on-the-fly projection.
> > In my case I set the project crs in epsg:3857 and I have a raster layer in 
> > epsg:4326. In this case what is happening with the layer?
> > 
> > I know that it’s based on PROJ, but I’m wondering what is actually 
> > happening in the back-end, what is happening in the map canvas, how is the 
> > layer render, is being resampled every time you pan the map or do zoom 
> > in/out ...
> > 
> > So, if someone can help with a detailed explanation, I would really 
> > appreciate it.
> > 
> > Thanks in advance!
> > 
> > All the best!
> > Ionut
> > ___
> > QGIS-User mailing list
> > QGIS-User@lists.osgeo.orgqgis-u...@lists.osgeo.org
> > List info: 
> > https://lists.osgeo.org/mailman/listinfo/qgis-userhttps://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: 
> > https://lists.osgeo.org/mailman/listinfo/qgis-userhttps://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> 
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org [QGIS-User@lists.osgeo.org]
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> [https://lists.osgeo.org/mailman/listinfo/qgis-user]
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> [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] Atlas printing to PDF

2024-02-29 Thread Springfield Harrison via QGIS-User

OK, thank you.  I'm using 3.16.4, perhaps I should move up to 3.32.3?


Cheers, Spring



On 2024-02-29 05:15, Nigel Berjak wrote:

Hi

I have had to revert to using an older version (3.32.3) for one of my 
projects, where the Atlas sheets bombs the application (3.34.3). Is 
this the issue you are having?


---
Regards,

Nigel Berjak
Please consider the environment before printing this email.

On 2024-02-29 13:28, Springfield Harrison via QGIS-User wrote:

Hello,

Printing a PDF Atlas is a total fail - 1 page if I'm lucky, mostly 1 
blank page.  Is there a work around?


Thanks very much.  I'm sorry if this has been already covered, there 
seems to be no searchable forum.



Cheers, Spring Harrison


___
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] plugin per le serie temporali di EGMS (Aldo Piombino)

2024-02-29 Thread Aldo Piombino via QGIS-it-user
@natanb grazie.
Ho usato GAVK ma quando ho provato a ridenomiare i campi del CSV, GAWK mi ha 
dato un errore. 

piomb

Dr. Aldo Piombino
aldo.piomb...@tiscali.it
Scienzeedintorni: www.aldopiombino.blogspot.it 


> Il giorno 29 feb 2024, alle ore 07:58, natan_b via QGIS-it-user 
>  ha scritto:
> 
> Buongiorno,
> 
> la prima cosa che mi viene in mente è che potresti cambiare i nomi degli 
> attributi e renderli conformi a quelli che si aspetta il plugin  PS Time 
> Series.
> Se non ricordo male sono del tipo
> D30240312. 
> 
> natanb
> 
>  Messaggio originale 
> Da: qgis-it-user-requ...@lists.osgeo.org
> Data: 28/02/24 21:00 (GMT+01:00)
> A: qgis-it-user@lists.osgeo.org
> Oggetto: Digest di QGIS-it-user, Volume 99, Numero 26
> 
> Invia le richieste di iscrizione alla lista QGIS-it-user all'indirizzo
> qgis-it-user@lists.osgeo.org
> 
> Per iscriverti o cancellarti attraverso il web, visita
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
> oppure, via email, manda un messaggio con oggetto `help' all'indirizzo
> qgis-it-user-requ...@lists.osgeo.org
> 
> Puoi contattare la persona che gestisce la lista all'indirizzo
> qgis-it-user-ow...@lists.osgeo.org
> 
> Se rispondi a questo messaggio, per favore edita la linea dell'oggetto
> in modo che sia più utile di un semplice "Re: Contenuti del digest
> della lista QGIS-it-user..."
> 
> 
> Argomenti del Giorno:
> 
>1. plugin per le serie temporali di EGMS (Aldo Piombino)
> 
> 
> --
> 
> Message: 1
> Date: Wed, 28 Feb 2024 12:46:39 +0100
> From: Aldo Piombino 
> To: Utenti QGIS it 
> Subject: [QGIS-it-user] plugin per le serie temporali di EGMS
> Message-ID: <7f0c6f68-0f43-48e9-a0f0-ea5e547a7...@tiscali.it>
> Content-Type: text/plain; charset="utf-8"
> 
> Buongorno a tutti.
> 
> Ho scaricato i dati dell?European Ground motion System che vengono resi 
> visibili su Qgis tramite file CSV.
> A parte che ti danno tutto l?inviluppo comprendente l?area scelta e quindi un 
> file che pesa un casino e quindi per visualizzarlo mi ci vuole un bel pò 
> (sarebbe simpatico riuscissi a fare un file della sola area di interesse ma 
> le mie capacità informatiche sono ?non eccezionali??. ) ho un problema: non 
> sono riuscito a trovare un plugin per leggere le serie temporali
> Sapete se esiste e dove si trova?
> 
> PS: io ho ovviamente il PS Time Series Viewer (al quale ho fatto adattare per 
> forza un fornitore tempo fa ??) e che ovviamente non può funzionare con i 
> campi di EGMS. Ho provato con EO Time series viewer ma anche qui ci sono dei 
> parametri errati.
> 
> saluti
> piomb
> 
> 
> Dr. Aldo Piombino
> aldo.piomb...@tiscali.it
> Scienzeedintorni: www.aldopiombino.blogspot.it 
> 
> 
> -- parte successiva --
> Un allegato HTML è stato rimosso...
> URL: 
> 
> 
> --
> 
> Subject: Chiusura del digest
> 
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
> 
> 
> --
> 
> Fine di Digest di QGIS-it-user, Volume 99, Numero 26
> 
> ___
> 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] Cannot open up projects in 3.36.0

2024-02-29 Thread Christian Castro via QGIS-User
Strange, after waiting about 10 minutes, now my Projects opened up fine, both 
the ones where I saved in 3.24.1 in the new 3.36.0 format and those created in 
3.36.0 from the get-go.
Maybe it takes a couple of open/closes after you install 3.36.0 to work well?
I did notice the blue status bar at the bottom and have waited until it went 
away. Maybe my mistake was trying to open files while that blue status bar was 
just running?

For full disclosure, I have both 3.24.1 and 3.36.0 installed, but they’re 
installed in their own directors. I wouldn’t think they could conflict with one 
another.

Kind of weird.


Thanks

From: QGIS-User  On Behalf Of Don Harter via 
QGIS-User
Sent: Thursday, February 29, 2024 3:06 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Cannot open up projects in 3.36.0


This is similar to a problem that I have after trying to build QGIS.  I checked 
my ccmake options and the build log.

The only possible problem is that my version of numpy is not in the range of 
what is wanted.
On 2/29/24 2:56 PM, Christian Castro via QGIS-User wrote:

Hello,



I installed QGIS 3.36.0 and I have some strange behavior.



I see my projects in the middle window named "Recent Projects", and I see a 
screenshot of the project, but when I double-click on it to open it, nothing 
happens.

This was a project that started off at 3.24.1 and opened in 3.36.0 and saved in 
3.36.0, but when I close QGIS 3.36.0 and double-click on my project file from 
windows, nothing happens.

The new QGIS 3.3.6.0 program does open, and I see the project preview in the 
middle pane named "Recent Projects". But, when I double-click on the name of 
the project, nothing happens, I don't see the window showing me the project 
stuff.

This is unlike the 3.24.1 version where when I double-clicked on a project 
file, it would show me the project stuff.



This is happening in both brand new projects created in 3.36.0 and old projects 
created in version 3.24.1 and saved in 3.36.0 (to convert it to the 3.3.6.0 
format).



Maybe there's some kind of View pane that needs to be enabled under the View 
menu?

If so can someone please let me know.

The Pan Map option under the View menu is enabled and Show Map Tips under the 
View menu is also enabled.







Thanks,



Christian



WARNING This email message (including any attachments) are to be 
treated as confidential/proprietary and may contain copyrighted or other 
legally protected information. It is intended only for the addressee(s) 
identified above. If you are not the addressee(s), or an employee or agent of 
the addressee(s), please note that any dissemination, distribution, or copying 
of this communication is strictly prohibited. If you have received this 
information in error, please destroy the information and notify the sender of 
the error. Thank you.

___

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

WARNING This email message (including any attachments) are to be 
treated as confidential/proprietary and may contain copyrighted or other 
legally protected information. It is intended only for the addressee(s) 
identified above. If you are not the addressee(s), or an employee or agent of 
the addressee(s), please note that any dissemination, distribution, or copying 
of this communication is strictly prohibited. If you have received this 
information in error, please destroy the information and notify the sender of 
the error. Thank you.
___
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] Cannot open up projects in 3.36.0

2024-02-29 Thread Don Harter via QGIS-User
This is similar to a problem that I have after trying to build QGIS.  I 
checked my ccmake options and the build log.


The only possible problem is that my version of numpy is not in the 
range of what is wanted.


On 2/29/24 2:56 PM, Christian Castro via QGIS-User wrote:

Hello,

I installed QGIS 3.36.0 and I have some strange behavior.

I see my projects in the middle window named "Recent Projects", and I see a 
screenshot of the project, but when I double-click on it to open it, nothing happens.
This was a project that started off at 3.24.1 and opened in 3.36.0 and saved in 
3.36.0, but when I close QGIS 3.36.0 and double-click on my project file from 
windows, nothing happens.
The new QGIS 3.3.6.0 program does open, and I see the project preview in the middle pane 
named "Recent Projects". But, when I double-click on the name of the project, 
nothing happens, I don't see the window showing me the project stuff.
This is unlike the 3.24.1 version where when I double-clicked on a project 
file, it would show me the project stuff.

This is happening in both brand new projects created in 3.36.0 and old projects 
created in version 3.24.1 and saved in 3.36.0 (to convert it to the 3.3.6.0 
format).

Maybe there's some kind of View pane that needs to be enabled under the View 
menu?
If so can someone please let me know.
The Pan Map option under the View menu is enabled and Show Map Tips under the 
View menu is also enabled.



Thanks,

Christian

WARNING This email message (including any attachments) are to be 
treated as confidential/proprietary and may contain copyrighted or other 
legally protected information. It is intended only for the addressee(s) 
identified above. If you are not the addressee(s), or an employee or agent of 
the addressee(s), please note that any dissemination, distribution, or copying 
of this communication is strictly prohibited. If you have received this 
information in error, please destroy the information and notify the sender of 
the error. Thank you.
___
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


[Qgis-user] Cannot open up projects in 3.36.0

2024-02-29 Thread Christian Castro via QGIS-User
Hello,

I installed QGIS 3.36.0 and I have some strange behavior.

I see my projects in the middle window named "Recent Projects", and I see a 
screenshot of the project, but when I double-click on it to open it, nothing 
happens.
This was a project that started off at 3.24.1 and opened in 3.36.0 and saved in 
3.36.0, but when I close QGIS 3.36.0 and double-click on my project file from 
windows, nothing happens.
The new QGIS 3.3.6.0 program does open, and I see the project preview in the 
middle pane named "Recent Projects". But, when I double-click on the name of 
the project, nothing happens, I don't see the window showing me the project 
stuff.
This is unlike the 3.24.1 version where when I double-clicked on a project 
file, it would show me the project stuff.

This is happening in both brand new projects created in 3.36.0 and old projects 
created in version 3.24.1 and saved in 3.36.0 (to convert it to the 3.3.6.0 
format).

Maybe there's some kind of View pane that needs to be enabled under the View 
menu?
If so can someone please let me know.
The Pan Map option under the View menu is enabled and Show Map Tips under the 
View menu is also enabled.



Thanks,

Christian

WARNING This email message (including any attachments) are to be 
treated as confidential/proprietary and may contain copyrighted or other 
legally protected information. It is intended only for the addressee(s) 
identified above. If you are not the addressee(s), or an employee or agent of 
the addressee(s), please note that any dissemination, distribution, or copying 
of this communication is strictly prohibited. If you have received this 
information in error, please destroy the information and notify the sender of 
the error. Thank you.
___
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] time series viewer for EGMS

2024-02-29 Thread chris hermansen via QGIS-User
Aldo and list,

On Thu, Feb 29, 2024 at 5:48 AM Aldo Piombino via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hi all,
> I have a problem.
> I have downloaded some data from the European Ground Motion Service
> (EGMS). The data consist of persistent scatteres and the history of their
> distance from the satellite.
> The data are available with a CSV file accompanied by a xml file.
>
> The problem is taht I have not found a time series viewer plugin
>
> Is there someone who knows if this plugs exist?
>
>  If you are looking for a way to animate your maps, there is this:

https://plugins.qgis.org/plugins/animation_workbench/

-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] time series viewer for EGMS

2024-02-29 Thread Aldo Piombino via QGIS-User
Hi all,
I have a problem.
I have downloaded some data from the European Ground Motion Service (EGMS). The 
data consist of persistent scatteres and the history of their distance from the 
satellite.
The data are available with a CSV file accompanied by a xml file.

The problem is taht I have not found a time series viewer plugin

Is there someone who knows if this plugs exist?

thanks
Aldo


Dr. Aldo Piombino
aldo.piomb...@tiscali.it
Scienzeedintorni: www.aldopiombino.blogspot.it 


___
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] Can´t open my QGIS 3.28 projects

2024-02-29 Thread Jürgen E . Fischer via QGIS-User
Hi Jorge,

On Thu, 29. Feb 2024 at 13:31:07 +, Jorge Matos wrote:
>  Now, it was a surprise to learn that the QGIS projects are somehow linked to
>  drive D. The software and projects are all on drive C, inside the desktop
>  PC.

The environment variable TEMP in your windows user profile is probably pointing
at D:\TMP and most software which is creating temporary files there.  So that
should not affect only QGIS.


Jürgen

-- 
Jürgen E. Fischer
Dipl.-Inf. (FH)   norBIT GmbH   Tel. +49-4931-918175-31
Software Engineer Rheinstraße 13Fax. +49-4931-918175-50
Geschäftsführer   D-26506 Norden  https://www.norbit.de


signature.asc
Description: PGP signature
___
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] Atlas printing to PDF

2024-02-29 Thread Nigel Berjak via QGIS-User

Hi

I have had to revert to using an older version (3.32.3) for one of my 
projects, where the Atlas sheets bombs the application (3.34.3). Is this 
the issue you are having?


---
Regards,

Nigel Berjak
Please consider the environment before printing this email.

On 2024-02-29 13:28, Springfield Harrison via QGIS-User wrote:

Hello,

Printing a PDF Atlas is a total fail - 1 page if I'm lucky, mostly 1 
blank page.  Is there a work around?


Thanks very much.  I'm sorry if this has been already covered, there 
seems to be no searchable forum.



Cheers, Spring Harrison


___
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] Can´t open my QGIS 3.28 projects

2024-02-29 Thread Jürgen E . Fischer via QGIS-User
hi Jorge,

On Thu, 29. Feb 2024 at 11:53:43 +, Jorge Matos via QGIS-User wrote:
> "An error occurred during execution of following code:
> 
> fault_handler_file=open('D:/TMP/qgis-python-crash-info-8744', 'wt')

Did you remove D:/TMP or even D: by any chance?

> After this message, the general window for choosing saved projects appears. 
> When I click on one of them the following message appears;
> Unable to unzip file 'C:/Users/jorge/Documents/QGIS/Degebe/Degebe.qgz'

Maybe also because your %TEMP% points nowhere sensible (anymore)?


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
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] Can´t open my QGIS 3.28 projects

2024-02-29 Thread Jorge Matos via QGIS-User

Good morning Colleagues

 I have been a QGIS user since 2018 and am currently working with version 3.28.
 Suddenly the following message started to appear and I was unable to open the 
projects:

"An error occurred during execution of following code:

fault_handler_file=open('D:/TMP/qgis-python-crash-info-8744', 'wt')

Traceback (most recent call last):
  File "", line 1, in
FileNotFoundError: [Errno 2] No such file or directory: 
'D:/TMP/qgis-python-crash-info-8744'

Python version:
3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]

QGIS version:
3.28.11-Firenze 'Firenze', b02458a196"


After this message, the general window for choosing saved projects appears. 
When I click on one of them the following message appears;

Unable to unzip file 'C:/Users/jorge/Documents/QGIS/Degebe/Degebe.qgz'


I tried to install version 3.34 but the same messages continue to appear.

 Can anyone help resolve this issue? Thanks

Jorge Matos
___
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] Atlas printing to PDF

2024-02-29 Thread Springfield Harrison via QGIS-User

Hello,

Printing a PDF Atlas is a total fail - 1 page if I'm lucky, mostly 1 
blank page.  Is there a work around?


Thanks very much.  I'm sorry if this has been already covered, there 
seems to be no searchable forum.



Cheers, Spring Harrison


___
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