<div dir="ltr"><div>Hi Richard,</div><div><br></div><div>This is intentional. The actual enum and docstrings are quite explicit, however I can't think of the use case for NeverAskSkip:</div><div>```<br></div><div>  AlwaysAsk, //!< Always ask users to select from available sublayers, if sublayers are present<br>  AskExcludingRasterBands, //!< Ask users to select from available sublayers, unless only raster bands are present<br>  NeverAskSkip, //!< Never ask users to select sublayers, instead don't load anything<br>  NeverAskLoadAll, //!< Never ask users to select sublayers, instead automatically load all available sublayers</div><div>```</div><div>I believe this info should be added to a tooltip to avoid user confusion.</div><div><br></div><div>However, for the case of single layer geopackage, I never get a sublayers dialog regardless of this setting. The layer is always loaded as I believe you need to have more than one Layer for it to be considered a SubLayer.</div><div><br></div><div>Best</div><div>Stefanos<br></div><div><br></div><div><br></div><div><br></div></div>