Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 23, 2021
1 parent cfaf56c commit 012f2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/vectortile/qgsvectortilelayer.cpp
Expand Up @@ -708,7 +708,7 @@ QgsVectorTileLabeling *QgsVectorTileLayer::labeling() const


//
// QgsAnnotationLayerDataProvider
// QgsVectorTileDataProvider
//
///@cond PRIVATE
QgsVectorTileDataProvider::QgsVectorTileDataProvider(
Expand All @@ -719,7 +719,7 @@ QgsVectorTileDataProvider::QgsVectorTileDataProvider(

QgsCoordinateReferenceSystem QgsVectorTileDataProvider::crs() const
{
return QgsCoordinateReferenceSystem();
return QgsCoordinateReferenceSystem( QStringLiteral( "EPSG:3857" ) );
}

QString QgsVectorTileDataProvider::name() const
Expand Down

0 comments on commit 012f2a5

Please sign in to comment.