!WMSPermalink Control
- Class Definition: /sandbox/ominiverdi/openlayers/lib/OpenLayers/Control/WMSPermalink.js
- API Reference: http://openlayers.org/doc/reference.html#OpenLayers.Control.WMSPermalink
- Family Tree:
- OpenLayers.Control.!WMSPermalink
- Related Links: BaseLayersAndOverlays, BaseLayer, Overlay, Layer
- Requires: Control/WMSManager
Description
This Control is an enhancement of Control/Permalink and add this functions:
- Permalink link maintains all informations about each layer in Legend (ex: server url, legend icon url, title, abstract, ecc.).
code sample
map.addControl(new OpenLayers.Control.WMSPermalink());
know bugs or open issues
- The permalink url gets very long quickly when adding layers to the map. Some good tricks can make it cleaner.
- ???
