Optimization
[GPXSee.git] / src / map / crs.h
blobcde88c92822ec3c6eb4ad8b0a93605ac890be163
1 #ifndef CRS_H
2 #define CRS_H
4 #include "projection.h"
6 namespace CRS
8 Projection projection(const QString &crs);
9 Projection projection(int id);
10 Projection projection(int gcsId, int projId);
13 #endif // CRS_H