mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:20:06 +00:00
Add layer debug
This commit is contained in:
parent
cc0c82bbd2
commit
44ada2cc8d
5 changed files with 19 additions and 0 deletions
|
|
@ -754,6 +754,11 @@ void MapWidget::changeStyle()
|
|||
Q_EMIT MapStyleChanged(p->currentStyle_->name_);
|
||||
}
|
||||
|
||||
void MapWidget::DumpLayerList() const
|
||||
{
|
||||
logger_->debug("Layers: {}", p->map_->layerIds().join(", ").toStdString());
|
||||
}
|
||||
|
||||
std::string MapWidgetImpl::FindMapSymbologyLayer()
|
||||
{
|
||||
std::string before = "ferry";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue