1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 15:23:22 +02:00
GPXSee/src/map/utm.h

13 lines
158 B
C
Raw Normal View History

#ifndef UTM_H
#define UTM_H
#include "projection.h"
2018-03-09 18:57:23 +01:00
namespace UTM
{
2018-03-09 18:57:23 +01:00
int zone(const Coordinates &c);
Projection::Setup setup(int zone);
}
#endif // UTM_H