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
<p>If the INTERLIS model has classes that contain <span style=" font-weight:600;">multiple geometries</span>, tables with multiple geometry columns can be created in <span style=" font-weight:600;">GeoPackage</span>.</p>
150
+
<p>This function is not standardized and such tables with multiple geometries require <span style=" font-weight:600;">GDAL version >= 3.8</span> to run in QGIS (yours is <span style=" font-weight:600;">{gdal_version}</span>, but note that others with lower 3.8 versions <span style=" font-weight:600;">will not be able </span>to read such tables in the created QGIS project.)</p>
<p><b>This GeoPackage contains at least one table with multiple geometries</b></p>
756
+
<p>These tables require <span style=" font-weight:600;">GDAL version >= 3.8</span> to run in QGIS, yours is <span style=" font-weight:600;">{gdal_version}</span>.</p>
<p><b>This GeoPackage contains at least one table with multiple geometries</b></p>
770
+
<p>These tables require <span style=" font-weight:600;">GDAL version >= 3.8</span> to run in QGIS, yours is <span style=" font-weight:600;">{gdal_version}</span>.</p>
771
+
<p>But note that others with lower 3.8 version <span style=" font-weight:600;">will not be able</span> to read such tables in the created QGIS project.</p>
772
+
</body></html>
773
+
""".format(
774
+
qgis_version=Qgis.QGIS_VERSION,
775
+
gdal_version=gdal.VersionInfo("RELEASE_NAME"),
776
+
)
777
+
)
778
+
returnTrue
779
+
738
780
defhelp_text(self):
739
781
logline=self.tr(
740
782
"Most of the time you won't need to change anything here.<br />Just press Generate :-)"
0 commit comments