You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought the purpose of .gpkg was to write the sources in a format accessible by QGIS so that they can be visualized.
This is already the case, MultiPointSources are converted into MULTIPOINT Well Known Text format. For instance this the source in the MultiPoint demo visualized by QGIS:
When converting multipoint sources to gpkg, they should be first transformed into a set point sources.
The text was updated successfully, but these errors were encountered: