mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Cosmetics
This commit is contained in:
parent
ec5a1c7851
commit
319f1180f1
@ -18,7 +18,7 @@ WorldFileMap::WorldFileMap(const QString &fileName, const Projection &proj,
|
||||
QString basename(fi.baseName());
|
||||
|
||||
|
||||
// Get transformation from the WLD file
|
||||
// Get the transformation from the WLD file
|
||||
WLDFile wld(fileName);
|
||||
if (wld.transform().isValid())
|
||||
_transform = wld.transform();
|
||||
@ -27,7 +27,7 @@ WorldFileMap::WorldFileMap(const QString &fileName, const Projection &proj,
|
||||
return;
|
||||
}
|
||||
|
||||
// Set the projection from PRJ file if any
|
||||
// Get the projection from the corresponding PRJ file (if any)
|
||||
QString prjFile(basename + ".prj");
|
||||
if (dir.exists(prjFile)) {
|
||||
PRJFile prj(dir.filePath(prjFile));
|
||||
|
Loading…
x
Reference in New Issue
Block a user