File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ QString QgsGPXProvider::description() const
850
850
851
851
QgsCoordinateReferenceSystem QgsGPXProvider::crs ()
852
852
{
853
- return QgsCoordinateReferenceSystem (); // use default CRS - it's WGS84
853
+ return QgsCoordinateReferenceSystem ( GEOSRID, QgsCoordinateReferenceSystem::PostgisCrsId ); // use WGS84
854
854
}
855
855
856
856
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ const QgsFieldMap & QgsOSMDataProvider::fields() const
937
937
938
938
QgsCoordinateReferenceSystem QgsOSMDataProvider::crs ()
939
939
{
940
- return QgsCoordinateReferenceSystem (); // use default CRS - it's WGS84
940
+ return QgsCoordinateReferenceSystem ( GEOSRID, QgsCoordinateReferenceSystem::PostgisCrsId ); // use WGS84
941
941
}
942
942
943
943
You can’t perform that action at this time.
0 commit comments