mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-25 18:49:16 +02:00
Set a less restrictive lower bound for WMS scale denominators
This commit is contained in:
@ -137,7 +137,7 @@ void WMS::capability(QXmlStreamReader &reader, CTX &ctx)
|
||||
{
|
||||
QList<QString> CRSs;
|
||||
QList<QString> styles;
|
||||
RangeF scaleDenominator(2132.729583849784, 559082264.0287178);
|
||||
RangeF scaleDenominator(133.295598991, 559082264.0287178);
|
||||
RectC boundingBox;
|
||||
|
||||
while (reader.readNextStartElement()) {
|
||||
|
Reference in New Issue
Block a user