1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src/map/crs.h

13 lines
165 B
C
Raw Normal View History

#ifndef CRS_H
#define CRS_H
#include "projection.h"
namespace CRS
{
Projection projection(const QString &crs);
2021-06-17 21:58:25 +02:00
Projection projection(int id);
}
#endif // CRS_H