mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:10: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
|
|
@ -26,7 +26,7 @@ LayerWrapper::LayerWrapper(std::shared_ptr<GenericLayer> layer) :
|
|||
}
|
||||
LayerWrapper::~LayerWrapper() = default;
|
||||
|
||||
LayerWrapper::LayerWrapper(LayerWrapper&&) noexcept = default;
|
||||
LayerWrapper::LayerWrapper(LayerWrapper&&) noexcept = default;
|
||||
LayerWrapper& LayerWrapper::operator=(LayerWrapper&&) noexcept = default;
|
||||
|
||||
void LayerWrapper::initialize()
|
||||
|
|
@ -34,7 +34,8 @@ void LayerWrapper::initialize()
|
|||
p->layer_->Initialize();
|
||||
}
|
||||
|
||||
void LayerWrapper::render(const QMapbox::CustomLayerRenderParameters& params)
|
||||
void LayerWrapper::render(
|
||||
const QMapLibreGL::CustomLayerRenderParameters& params)
|
||||
{
|
||||
p->layer_->Render(params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue