mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Review fixes
This commit is contained in:
parent
cfaf56cb4b
commit
012f2a51f0
@ -708,7 +708,7 @@ QgsVectorTileLabeling *QgsVectorTileLayer::labeling() const
|
||||
|
||||
|
||||
//
|
||||
// QgsAnnotationLayerDataProvider
|
||||
// QgsVectorTileDataProvider
|
||||
//
|
||||
///@cond PRIVATE
|
||||
QgsVectorTileDataProvider::QgsVectorTileDataProvider(
|
||||
@ -719,7 +719,7 @@ QgsVectorTileDataProvider::QgsVectorTileDataProvider(
|
||||
|
||||
QgsCoordinateReferenceSystem QgsVectorTileDataProvider::crs() const
|
||||
{
|
||||
return QgsCoordinateReferenceSystem();
|
||||
return QgsCoordinateReferenceSystem( QStringLiteral( "EPSG:3857" ) );
|
||||
}
|
||||
|
||||
QString QgsVectorTileDataProvider::name() const
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user