Re: [gdal-dev] Vector VRT with OGRVRTUnionLayer

2025-05-07 Thread Jon Morris via gdal-dev
Awesome! Thanks Jukka, that has fixed it. I didn't know wkbUnknown could also be used as a wildcard, but with that tag I don't need to set geometry fields, GDAL manages to find everything and make it appear as if everything is in one layer. Jon e: jon.mor...@jbarisk.com d:+44 (0)1756 587229 t

Re: [gdal-dev] Vector VRT with OGRVRTUnionLayer

2025-05-06 Thread Rahkonen Jukka via gdal-dev
Hi, Partial answer based on editing the example https://gdal.org/en/stable/drivers/vector/vrt.html#example-union-layer Sources: polygon shapefile and point shapefile Output: one layer with unknown/any geometry type unionlayer.vrt poly.shp wkbUnkno