mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
format mess
This commit is contained in:
parent
d4af69622d
commit
7528ca6a32
@ -79,7 +79,7 @@ QgsMimeDataUtils::Uri QgsStacAsset::uri() const
|
||||
{
|
||||
QgsMimeDataUtils::Uri uri;
|
||||
QUrl url( href() );
|
||||
if( formatName() == QLatin1String( "COG" ) )
|
||||
if ( formatName() == QLatin1String( "COG" ) )
|
||||
{
|
||||
uri.layerType = QStringLiteral( "raster" );
|
||||
uri.providerKey = QStringLiteral( "gdal" );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user