<div dir="ltr">Hi,<div>I want to draw an ellipse in specific point width specific radius (km). For example:</div><div><br></div><div>GeoDataCoordinate center(lat, lon, alt, GeoDataCoordinates::Degree);<br></div><div>qreal width = 100; // Unit is KM not Pixel</div><div>qreal height = 100; // Unit is KM not Pixel<br></div><div>painter->drawEllipse(center, width, height, false);</div><div><br></div><div>how can i do this?! <br></div><div>or </div><div>how can i convert km to pixel to use in drawEllipse() ?!</div></div>