mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-28 12:09:15 +02:00
Allow lower zooms, properly sort cities
This commit is contained in:
@ -41,7 +41,7 @@ public:
|
||||
quint64 id;
|
||||
|
||||
bool operator<(const Point &other) const
|
||||
{return id > other.id;}
|
||||
{return id < other.id;}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user