|
|
|
@ -106,7 +106,9 @@ QGeoTiledMappingManagerEngineQGC::QGeoTiledMappingManagerEngineQGC(const QVarian
@@ -106,7 +106,9 @@ QGeoTiledMappingManagerEngineQGC::QGeoTiledMappingManagerEngineQGC(const QVarian
|
|
|
|
|
while(i.hasNext()){ |
|
|
|
|
i.next(); |
|
|
|
|
|
|
|
|
|
mapList.append(QGCGEOMAPTYPE(i.value()->getMapStyle(), i.key(), i.key(), false, false, getQGCMapEngine()->urlFactory()->getIdFromType(i.key()) ));
|
|
|
|
|
if(!i.value()->_isElevationProvider()){ |
|
|
|
|
mapList.append(QGCGEOMAPTYPE(i.value()->getMapStyle(), i.key(), i.key(), false, false, getQGCMapEngine()->urlFactory()->getIdFromType(i.key()) ));
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
setSupportedMapTypes(mapList); |
|
|
|
|
|
|
|
|
|