Hi,
Whenever I click on the "Globe" button, the map zooms all to the way out to nowhere. How can I control it to zoom to a specific extent?
Also, how is this RectangleShape (in our existing map application) parameters calculated?
RectangleShape recShp = new RectangleShape(-20026376.3937099, 44927335.4270966,
20026376.3937099, -44927335.4270971);
Map1.MapTools.MouseCoordinate.Enabled = true;
Map1.MapTools.Logo.Enabled = false;
Map1.CurrentExtent = recShp;
Map1.RestrictedExtent = recShp;
Thanks in advance.
Alvin