Today we released the Web.Maps.VE v2.00.04 update release. This
release includes a few new features that have been asked for by our
customers, along with a couple of bug fixes.
Download Here
Here's a list of changes made in this update release:
New Features:
- MiniMapExtender Control JavaScript API
- Added "SetHorizontalOffset" and "SetVerticalOffset" methods to the
MiniMapExtender Control's Client-Side JavaScript API. Their usage is
mentioned in the "Using the MiniMapExtender" Tutorial.
- Easily
Resize the Map from Server-Side .NET or Client-Side JavaScript code -
Added the capability for the Map controls Height and Width to get
passed to/from the client and server during an asynchronous postback.
Now when you change the Height or Width it will get reflected in the
Map on the client. This release also added the "GetWidth" and
"GetHeight" JavaScript API methods and fixed the "Resize" method so you
can eaily and correctly resize the Map from within JavaScript. Both
Server-Side and Client-Side examples have been added to the Sample
Website.
- Color.FromHtml Method - The FromHtml static/shared
method has been added to the Simplovation.Web.Maps.VE.Color object to
allow for simple conversion from an HTML Color representation to the
equivalent Simplovation.Web.Maps.VE.Color representation.
Fixes:
- Removing
Multiple ShapeLayers during Async Postback - An issue with using the
Map.Layers.Remove(), Map.Layers.RemoveAt() and Map.Layers.RemoveAll()
methods to remove multiple shape layers during the same asynchronous
postback was fixed.
- Rare Exception Thrown During
Map.OnPreRender during Asynchronous Postbacks - Added an extra check
that will reload the License file in case it happens to be Null during
the OnPreRender method. Added some extra checks that will throw an
exception with a meaningful message if the Page.Header happens to be
Null.
You can view more details on each update release in the Web.Maps.VE v2.0 Product Roadmap.