Moving Rectangle geometries to deprecated.js.
The VML and SVG renderers still have support for drawing rectangles. This can be safely removed in 3.0.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="../OLLoader.js"></script>
|
||||
<script src="../../OLLoader.js"></script>
|
||||
<script src="../../../lib/deprecated.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
function test_Rectangle_constructor (t) {
|
||||
@@ -123,7 +123,6 @@
|
||||
<li>Geometry/MultiPolygon.html</li>
|
||||
<li>Geometry/Point.html</li>
|
||||
<li>Geometry/Polygon.html</li>
|
||||
<li>Geometry/Rectangle.html</li>
|
||||
<li>Handler.html</li>
|
||||
<li>Handler/Box.html</li>
|
||||
<li>Handler/Click.html</li>
|
||||
@@ -222,6 +221,7 @@
|
||||
<li>deprecated/BaseTypes/Class.html</li>
|
||||
<li>deprecated/BaseTypes/Element.html</li>
|
||||
<li>deprecated/Control/MouseToolbar.html</li>
|
||||
<li>deprecated/Geometry/Rectangle.html</li>
|
||||
<li>deprecated/Layer/GML.html</li>
|
||||
<li>deprecated/Layer/MapServer.html</li>
|
||||
<li>deprecated/Layer/MapServer/Untiled.html</li>
|
||||
|
||||
Reference in New Issue
Block a user