Skip to content

Commit

Permalink
change icon for xyz layer item in wms provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed Dec 17, 2019
1 parent 105ebc4 commit c106d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/wms/qgswmsdataitems.cpp
Expand Up @@ -422,6 +422,8 @@ QVector<QgsDataItem *> QgsXyzTileRootItem::createChildren()
QgsXyzLayerItem::QgsXyzLayerItem( QgsDataItem *parent, QString name, QString path, const QString &encodedUri )
: QgsLayerItem( parent, name, path, encodedUri, QgsLayerItem::Raster, QStringLiteral( "wms" ) )
{

mIconName = QStringLiteral( "mIconWms.svg" );
setState( Populated );
}

Expand Down

0 comments on commit c106d39

Please sign in to comment.