Remove deprecated roundedCorner option from LayerSwitcher control.

This commit is contained in:
Frederic Junod
2012-04-02 09:44:03 +02:00
parent 5a3c06aa7e
commit 5ed18a9708
2 changed files with 10 additions and 38 deletions

View File

@@ -144,3 +144,9 @@ file in your build (or add it in a separate `<script>` tag after
OpenLayers.js).
* OpenLayers.Layer.Popup.AnchoredBubble
## LayerSwitcher rounded corner removal
The deprecated `roundedCorner` and `roundedCornerColor` options have
been removed from the `OpenLayers.Control.LayerSwitcher` control. Use
CSS3's border-radius instead.