Hello,
I am creating ellipses and I am given Lat and Long with the radius in miles. How would I go about converting miles to DecimalRadius?
Thanks, Steven
Map1.MapUnit = GeographyUnit.DecimalDegree;
Feature ellipseFeature = new Feature(new EllipseShape(new PointShape("42.512778", "-88.181944"), cellRadius));