mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
Use image/png as the default image format
This commit is contained in:
parent
757ba6a566
commit
55e967673c
@ -124,7 +124,8 @@ RectC MapSource::bounds(QXmlStreamReader &reader)
|
||||
|
||||
Map *MapSource::map(QXmlStreamReader &reader)
|
||||
{
|
||||
QString name, url, format, layer, style, set;
|
||||
QString name, url, layer, style, set;
|
||||
QString format("image/png");
|
||||
bool invert = false;
|
||||
Range z(ZOOM_MIN, ZOOM_MAX);
|
||||
RectC b(Coordinates(BOUNDS_LEFT, BOUNDS_TOP),
|
||||
|
Loading…
Reference in New Issue
Block a user