added getBounds() to mockup geometry. Non-functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9601 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -153,7 +153,8 @@
|
|||||||
x: 10000000,
|
x: 10000000,
|
||||||
y: 200000000,
|
y: 200000000,
|
||||||
CLASS_NAME: "OpenLayers.Geometry.Point",
|
CLASS_NAME: "OpenLayers.Geometry.Point",
|
||||||
id: "foo"
|
id: "foo",
|
||||||
|
getBounds: function() {return {bottom: 0}}
|
||||||
}
|
}
|
||||||
node.id = geometry.id;
|
node.id = geometry.id;
|
||||||
r.root.appendChild(node);
|
r.root.appendChild(node);
|
||||||
|
|||||||
Reference in New Issue
Block a user