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
So how do you set the values min/max values for the envelope ?
Also it would be nice to exclude the envelope entirely to save space, but this is only possible when ordinates is set to Ordinate.None. But Ordinate.None is enterpreted as Ordinates.XY, so it seems that this is not possible.
QGIS will only read the point layer correctly if min/max envelope values are set for the points, or if envelope is excluded.
System Configuration
NetTopologySuite version: 2.0.0
Other NetTopologySuite packages and versions: NetTopologySuite.IO.GeoPackage 2.0.0
Windows 10 Entrerprise
.NET 6.0
The text was updated successfully, but these errors were encountered:
When creating a single point, an 32 byte empty envelope is also created in the GeoPackage header:
The problem here is that flags (value is 3) is set to include a 32 byte envelope, with all zeros (see GeopackageHeader definition below)
So how do you set the values min/max values for the envelope ?
Also it would be nice to exclude the envelope entirely to save space, but this is only possible when ordinates is set to Ordinate.None. But Ordinate.None is enterpreted as Ordinates.XY, so it seems that this is not possible.
QGIS will only read the point layer correctly if min/max envelope values are set for the points, or if envelope is excluded.
System Configuration
Windows 10 Entrerprise
.NET 6.0
The text was updated successfully, but these errors were encountered: