Skip to content

Commit

Permalink
Changed Tile Server (XYZ) to XYZ Tile Server to reduce visual clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 6, 2017
1 parent 8a44161 commit 26e2947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsdataitems.h
Expand Up @@ -160,7 +160,7 @@ class QgsXyzTileDataItemProvider : public QgsDataItemProvider
virtual QgsDataItem *createDataItem( const QString &path, QgsDataItem *parentItem ) override
{
if ( path.isEmpty() )
return new QgsXyzTileRootItem( parentItem, QStringLiteral( "Tile Server (XYZ)" ), QStringLiteral( "xyz:" ) );
return new QgsXyzTileRootItem( parentItem, QStringLiteral( "XYZ Tiles" ), QStringLiteral( "xyz:" ) );
return nullptr;
}
};
Expand Down

0 comments on commit 26e2947

Please sign in to comment.