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
850850
851851QgsCoordinateReferenceSystem QgsGPXProvider::crs ()
852852{
853- return QgsCoordinateReferenceSystem (); // use default CRS - it's WGS84
853+ return QgsCoordinateReferenceSystem ( GEOSRID, QgsCoordinateReferenceSystem::PostgisCrsId ); // use WGS84
854854}
855855
856856
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ const QgsFieldMap & QgsOSMDataProvider::fields() const
937937
938938QgsCoordinateReferenceSystem QgsOSMDataProvider::crs ()
939939{
940- return QgsCoordinateReferenceSystem (); // use default CRS - it's WGS84
940+ return QgsCoordinateReferenceSystem ( GEOSRID, QgsCoordinateReferenceSystem::PostgisCrsId ); // use WGS84
941941}
942942
943943
You can’t perform that action at this time.
0 commit comments