Skip to content

Commit 35791aa

Browse files
ahuarte47wonder-sk
authored andcommitted
#9060: fix unmanaged selection for NauticalMiles units
1 parent b27780d commit 35791aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/qgsprojectproperties.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,10 @@ void QgsProjectProperties::apply()
567567
{
568568
mapUnit = QGis::Feet;
569569
}
570+
else if ( radNMiles->isChecked() )
571+
{
572+
mapUnit = QGis::NauticalMiles;
573+
}
570574
else
571575
{
572576
mapUnit = QGis::Meters;

0 commit comments

Comments
 (0)