-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
var p = new OpenLayers.Geometry.Point(3,3);
p
{ id: 'OpenLayers.Geometry.Point_52', x: 3, y: 3 }OpenLayers.Geometry.Point.prototype.equals.toString()
'function (geom){var equals=false;if(geom!=null){equals=((this.x==geom.x&&this.y==geom.y)||(isNaN(this.x)&&isNaN(this.y)&&isNaN(geom.x)&&isNaN(geom.y)));}\nreturn equals;}'
OpenLayers.Geometry.Point.prototype's functions lost in Point object
Metadata
Metadata
Assignees
Labels
No labels