5 #include "common/range.h"
6 #include "common/rectc.h"
7 #include "downloader.h"
8 #include "coordinatesystem.h"
11 class QXmlStreamReader
;
16 static Map
*loadMap(const QString
&path
, QString
&errorString
);
37 CoordinateSystem coordinateSystem
;
39 QList
<QPair
<QString
, QString
> > dimensions
;
40 Authorization authorization
;
46 static RectC
bounds(QXmlStreamReader
&reader
);
47 static Range
zooms(QXmlStreamReader
&reader
);
48 static void map(QXmlStreamReader
&reader
, Config
&config
);