[Qgis-user] How to export maps

2024-04-05 Thread Steve Sgalowski via QGIS-User
As my current map provider cant update maps any more for my oziexploere gps unit . Is there away and what is the process needed to for exporting maps from qgis with osm data to jpg format. Stephen. ___ QGIS-User mailing list QGIS-User@lists.osgeo.org

Re: [Qgis-user] Moving many project files - bulk updating paths to tables?

2024-04-05 Thread Antonio Viscomi via QGIS-User
{ "emoji": "", "version": 1 }___ 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] Moving many project files - bulk updating paths to tables?

2024-04-05 Thread David Strip via QGIS-User
On 4/5/2024 2:15 AM, Antonio Viscomi via QGIS-User wrote: if you're using linux what you need is simply use the 'sed' command by terminal as i.e.: sudo sed -i 's/NEWPATHTOSUBSTITUTE(your path or IP or domain)/OLDPATH/g' *.qgs

Re: [Qgis-user] Moving many project files - bulk updating paths to tables?

2024-04-05 Thread Fernando M. Roxo da Motta via QGIS-User
On Fri, 5 Apr 2024 10:15:58 +0200, Antonio Viscomi via QGIS-User wrote: > Hi Tony, > if you're using linux what you need is simply use the 'sed' command by > terminal as i.e.: > > *sudo sed -i 's/NEWPATHTOSUBSTITUTE(your path or IP or > domain)/OLDPATH/g' *.qgs* Almost, I think. The

[Qgis-user] Calculate intersecting area of two layers in a virtual field. Context of @geometry in overlay_intersects()

2024-04-05 Thread Bruno Streit via QGIS-User
Hi Klaus Thanks a lot, works pefect! collect_gemetries() and the other way around did the trick. Thanks also for the hint with the geometry generator. Bruno > Date: Thu, 4 Apr 2024 12:01:21 + > From: Klaus Affeldt > To: "qgis-user@lists.osgeo.org" > Subject: [Qgis-user] Calculate

Re: [Qgis-user] [QGIS-Developer] Announce - migrate our mailing lists to Discourse

2024-04-05 Thread Sandro Santilli via QGIS-User
On Thu, Apr 04, 2024 at 05:58:32PM +0200, Marco Bernasocchi via QGIS-Developer wrote: > Seems fixed :) > https://trac.osgeo.org/osgeo/ticket/3073#comment:19 That's actually more of a workaround than a fix. Discourse still ruins the body of email text/plain email messages. Even those sent for

Re: [Qgis-user] Moving many project files - bulk updating paths to tables?

2024-04-05 Thread Antonio Viscomi via QGIS-User
Hi Tony, if you're using linux what you need is simply use the 'sed' command by terminal as i.e.: *sudo sed -i 's/NEWPATHTOSUBSTITUTE(your path or IP or domain)/OLDPATH/g' *.qgs* Cheers Antonio Il giorno ven 5 apr 2024 alle ore 09:58 Gordon Wakelin-King via QGIS-User <

Re: [Qgis-user] Moving many project files - bulk updating paths to tables?

2024-04-05 Thread Gordon Wakelin-King via QGIS-User
There is a project packager plugin that works pretty well. It may not be exactly what you need but maybe the author could be approached for tips on the process. Get Outlook for Android From: QGIS-User on behalf of Tony Shepherd