Overlay docs

This commit is contained in:
Tim Schaub
2015-04-04 17:05:18 +02:00
parent b735504564
commit 29c3bc066d

View File

@@ -51,7 +51,8 @@ ol.OverlayPositioning = {
/**
* @classdesc
* Like {@link ol.control.Control}, Overlays are visible widgets.
* An element to be displayed over the map and attached to a single map
* location. Like {@link ol.control.Control}, Overlays are visible widgets.
* Unlike Controls, they are not in a fixed position on the screen, but are tied
* to a geographical coordinate, so panning the map will move an Overlay but not
* a Control.