!WMSExporter Control
- Class Definition: /sandbox/ominiverdi/openlayers/lib/OpenLayers/Control/WMSExporter.js
- API Reference: http://openlayers.org/doc/reference.html#OpenLayers.Control.WMSExporter
- Family Tree:
- OpenLayers.Control.!WMSExporter
- Related Links: BaseLayersAndOverlays, BaseLayer, Overlay, Layer
- Requires: Control/WMSManager
Description
WMSExporter offers the possibility to save the map you have built up with WMSManager as simple HTML and Javascript code. You just need to copy and paste the code shown by the popup to integrate that map in your web site.
code sample
map.addControl(new OpenLayers.Control.WMSExporter());
know bugs or open issues
- not sure about the behavior with many layers.
- ???
