mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30: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
|
|
@ -18,7 +18,7 @@ public:
|
|||
~AlertLayer();
|
||||
|
||||
void Initialize() override final;
|
||||
void Render(const QMapbox::CustomLayerRenderParameters&) override final;
|
||||
void Render(const QMapLibreGL::CustomLayerRenderParameters&) override final;
|
||||
void Deinitialize() override final;
|
||||
|
||||
void AddLayers(const std::string& before = {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue