Render vector features in browsers with VML capability. Construct a new VML renderer with the OpenLayers.Renderer.VML constructor.
Note that for all calculations in this class, we use toFixed() to round a float value to an integer. This is done because it seems that VML doesn’t support float values.
OpenLayers. | Render vector features in browsers with VML capability. |
Constructor | |
OpenLayers. | Create a new VML renderer. |
Functions | |
destroy | Deconstruct the renderer. |
supported | Determine whether a browser supports this renderer. |
Constants | |
OpenLayers. | {Object} |
Deconstruct the renderer.
destroy: function()
Determine whether a browser supports this renderer.
supported: function()