diff --git a/scwx-qt/source/scwx/qt/map/map_widget.cpp b/scwx-qt/source/scwx/qt/map/map_widget.cpp index 098a6378..da5bef38 100644 --- a/scwx-qt/source/scwx/qt/map/map_widget.cpp +++ b/scwx-qt/source/scwx/qt/map/map_widget.cpp @@ -1235,7 +1235,7 @@ void MapWidgetImpl::AddLayer(types::LayerType type, { widget_->RadarSiteRequested(id); }); break; - // Create the radar site layer + // Create the location marker layer case types::InformationLayer::Markers: markerLayer_ = std::make_shared(context_); AddLayer(layerName, markerLayer_, before);