Add layer debug

This commit is contained in:
Dan Paulat 2023-11-03 05:41:59 -05:00
parent cc0c82bbd2
commit 44ada2cc8d
5 changed files with 19 additions and 0 deletions

View file

@ -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";