I suspect there is a Scaling issue with my base layer:
I add a radius of 1000 meters on my system using OSM Base layer and it is incorrect.
The same shapes distance on Open streetmaps live site (Also google and mapinfo) is about 1200 meters.
I attached My System(2013-09-19 11-09-25 AM.jpg) and comparitively OSM Live Site(2013-09-19 11-09-19 AM.jpg)
If you look at the scale bars on the bottom left you can see the scaling is different.
I set the projection for the base layer and any other layers like this:
Dim
proj4
As
New
Proj4Projection()
proj4.InternalProjectionParametersString = Proj4Projection.GetEpsgParametersString(4326
)
proj4.ExternalProjectionParametersString = Proj4Projection.GetGoogleMapParametersString()