diff --git a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp index a72c2089..27bf3de1 100644 --- a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp +++ b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp @@ -193,7 +193,6 @@ void OverlayLayerImpl::SetupGeoIcons() locationIcon_ = geoIcons_->AddIcon(); geoIcons_->SetIconTexture(locationIcon_, locationIconName_, 0); - geoIcons_->SetIconAngle(locationIcon_, units::angle::degrees {45.0}); geoIcons_->SetIconLocation( locationIcon_, coordinate.latitude(), coordinate.longitude());