Remove Rico/*.js from debug loader.
This commit is contained in:
@@ -144,8 +144,6 @@
|
||||
"OpenLayers/Console.js",
|
||||
"OpenLayers/Tween.js",
|
||||
"OpenLayers/Kinetic.js",
|
||||
"Rico/Corner.js",
|
||||
"Rico/Color.js",
|
||||
"OpenLayers/Events.js",
|
||||
"OpenLayers/Events/buttonclick.js",
|
||||
"OpenLayers/Request.js",
|
||||
|
||||
@@ -145,6 +145,10 @@ OpenLayers.js).
|
||||
|
||||
* OpenLayers.Layer.Popup.AnchoredBubble
|
||||
|
||||
Because the Rico library is now only used by deprecated components, the
|
||||
files have been removed from the debug loader in lib/OpenLayers.js;
|
||||
the files have now to be explicitly loaded in a script tag.
|
||||
|
||||
## LayerSwitcher rounded corner removal
|
||||
|
||||
The deprecated `roundedCorner` and `roundedCornerColor` options have
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="../../OLLoader.js"></script>
|
||||
<script src="../../../lib/Rico/Corner.js"></script>
|
||||
<script src="../../../lib/deprecated.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user