1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

Added support for ENC atlases (catalogues)

This commit is contained in:
2023-09-07 09:31:23 +02:00
parent 864326210a
commit b1f104c2ec
18 changed files with 1215 additions and 466 deletions

View File

@ -18,7 +18,6 @@ public:
int size() const {return (_max - _min);}
int min() const {return _min;}
int max() const {return _max;}
int mid() const {return _min + size()/2;}
bool isValid() const {return size() >= 0;}
bool isNull() const {return _min == 0 && _max == 0;}