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:
ahocevar
2009-07-30 22:27:23 +00:00
parent e5a577b062
commit 77ea74cc2c

View File

@@ -153,7 +153,8 @@
x: 10000000,
y: 200000000,
CLASS_NAME: "OpenLayers.Geometry.Point",
id: "foo"
id: "foo",
getBounds: function() {return {bottom: 0}}
}
node.id = geometry.id;
r.root.appendChild(node);