1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-27 08:54:23 +02:00

The "default" style does not to be set wxplicitly

This commit is contained in:
2018-04-02 18:30:57 +02:00
parent e3e8fdbacf
commit 60cc869ade
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@
MapSource::Config::Config() : type(TMS), zooms(ZOOM_MIN, ZOOM_MAX),
bounds(Coordinates(BOUNDS_LEFT, BOUNDS_TOP), Coordinates(BOUNDS_RIGHT,
BOUNDS_BOTTOM)), format("image/png"), rest(false), yx(false) {}
BOUNDS_BOTTOM)), style("default"), format("image/png"), rest(false),
yx(false) {}
Range MapSource::zooms(QXmlStreamReader &reader)