mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-22 14:54:24 +02:00
Added support for ENC maps
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
#include <QFile>
|
||||
#include "common/util.h"
|
||||
#include "gcs.h"
|
||||
#include "pcs.h"
|
||||
#include "prjfile.h"
|
||||
|
||||
|
||||
#define ARRAY_SIZE(array) \
|
||||
(sizeof(array) / sizeof(array[0]))
|
||||
|
||||
static Projection::Method projectionMethod(const QString &name)
|
||||
{
|
||||
static const struct {
|
||||
|
Reference in New Issue
Block a user