[Qgis-user] union tool

Stefan Giese (WhereGroup) stefan.giese at wheregroup.com
Thu Apr 4 22:19:30 PDT 2019


You can use virtual layers (one possibility) with a union statement, 
something like:

SELECT geometry, field1, field2 FROM layer1
UNION SELECT geometry, field1, field2 FROM layer2
UNION SELECT geometry, field1, field2 FROM layer3
...

---
Mit freundlichen Grüßen
Stefan Giese

Projektleiter/Consultant
-----------------------------------
Aufwind durch Wissen!
Qualifizierte Open-Source-Schulungen
bei der www.foss-academy.com
-----------------------------------
WhereGroup GmbH & Co. KG
Schwimmbadstr. 2
79100 Freiburg
Germany

Fon: +49 (0)761 / 519 102 - 61
Fax: +49 (0)761 / 519 102 - 11

stefan.giese at wheregroup.com
www.wheregroup.com
Amtsgericht Bonn, HRA 6788
-------------------------------
Komplementärin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Olaf Knopp, Peter Stamm
-------------------------------

Am 2019-04-05 05:45, schrieb Boaz Bar Ilan:
> hi
> 
> is there a way to union many polygons which belongs to different
> layers all at once?
> 
> thanks
> 
> boaz
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


More information about the Qgis-user mailing list