mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-08 08:14:28 +02:00
Yet another WMS bounding box computation fix
This commit is contained in:
@ -34,6 +34,7 @@ public:
|
||||
RectC &operator&=(const RectC &r) {*this = *this & r; return *this;}
|
||||
|
||||
void unite(const Coordinates &c);
|
||||
RectC normalized() const;
|
||||
|
||||
private:
|
||||
Coordinates _tl, _br;
|
||||
|
Reference in New Issue
Block a user