mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Update to latest maplibre-gl-native, including rename from QMapboxGL to QMapLibreGL
This commit is contained in:
parent
243e874b55
commit
2ac141ea1a
30 changed files with 143 additions and 133 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <QMapboxGL>
|
||||
#include <QMapLibreGL/QMapLibreGL>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
@ -11,13 +11,13 @@ namespace map
|
|||
namespace RadarRangeLayer
|
||||
{
|
||||
|
||||
void Add(std::shared_ptr<QMapboxGL> map,
|
||||
float range,
|
||||
QMapbox::Coordinate center,
|
||||
const QString& before = QString());
|
||||
void Update(std::shared_ptr<QMapboxGL> map,
|
||||
float range,
|
||||
QMapbox::Coordinate center);
|
||||
void Add(std::shared_ptr<QMapLibreGL::Map> map,
|
||||
float range,
|
||||
QMapLibreGL::Coordinate center,
|
||||
const QString& before = QString());
|
||||
void Update(std::shared_ptr<QMapLibreGL::Map> map,
|
||||
float range,
|
||||
QMapLibreGL::Coordinate center);
|
||||
|
||||
} // namespace RadarRangeLayer
|
||||
} // namespace map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue