Options are "Meters" (the default), "Kilometers," "Feet," "Miles," or "Nautical Miles" Edges Attribute: The name of the field in the input layer to use for the number of edges on each buffer. For a fixed number of edges, select "(fixed)" Fixed Number of Edges: If no edge_...
but in meters when feet would be expected (even when the proper configurations are in feet in general options/project properties). I have no idea if this is a regression since a previous QGIS version. If yes this should be tagged as blocker. It should be checked also if the same happens...
If you wish to have a grid based on ground distance units (such as meters or feet), you should either define the project with a projected coordinate system or include a layer that has a projected coordinate system in the desired units.The grid is saved to a shapefile specified in the Out...
myDisplayUnits = QGis::Meters; if ( myDisplayUnits == QGis::Feet ) { radFeet->setChecked( true ); } else if ( myDisplayUnits == QGis::NauticalMiles ) { radNautical->setChecked( true ); } else if ( myDisplayUnits == QGis::Degrees ) { radDegrees->setChecked( true ); } else...