Hi,
I have a doubt, we can set projection to Map features by two ways.
-
we can set by Layer.
layer.FeatureSource.Projection = _proj; -
we can set by feature.
imAirports.InternalFeatures.Add(_proj.ConvertToExternalProjection(fpointfrom));
My question is both ways will work correctly plot all features with proper projection. or we can set by features only?
Thanks,
Riyaz