ThinkGeo.com    |     Documentation    |     Premium Support

Projection related doubt

Hi,
I have a doubt, we can set projection to Map features by two ways.

  1. we can set by Layer.
    layer.FeatureSource.Projection = _proj;

  2. 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

Hi Riyaz,

The both way can works, in fact way one is automatic reproject the features on the fly.

Regards,

Ethan

Hi Ethan,
Thanks for your reply.

Regards,
Riyaz

Hi Riyaz,

Any question please let us know.

Regards,

Ethan