ThinkGeo team,
I have adornmentLayer and override DrawCore
protected override void DrawCore(GeoCanvas canvas, Collection labelsInAllLayers)
Inside this function i used canvas.CurrentWorldExtent to calculate something
MapUnits for mapView set to DecimalDegree, but canvas.MapUnit = Meter, also canvas.CurrentWorldExtent in meters
and all my calculation fails because of it
Same situation with custom Style (class ExtPointStyle : PointStyle) with overrided DrawCore
What I should to set?