I try to merge two different layers but they don't have the same geometry, as i said one layer is Point and the other Line.
Is it possible to merging them in one layer?
I try to merge two different layers but they don't have the same geometry, as i said one layer is Point and the other Line.
Is it possible to merging them in one layer?
No, because "QGIS does not support GeometryCollection as a valid geometry type."
You can not merge layers with "Merge vector layers", but you can package them with "Package layers".
As a workaround, you may try to create a GeoJSON file with mixed geometries in it.
References: