Commit e00d552f authored by Aleksey Kontsevich's avatar Aleksey Kontsevich

Mapbox hybrid map name API fix

parent c296b056
......@@ -67,7 +67,7 @@ class MapboxHybridMapProvider : public MapboxMapProvider {
public:
MapboxHybridMapProvider(QObject* parent = nullptr)
: MapboxMapProvider(QStringLiteral("mapbox.hybrid"), AVERAGE_MAPBOX_SAT_MAP,
: MapboxMapProvider(QStringLiteral("mapbox.streets-satellite"), AVERAGE_MAPBOX_SAT_MAP,
QGeoMapType::HybridMap, parent) {}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment