OpenLayers OpenLayers

Ticket #1041 (closed feature: fixed)

Opened 1 year ago

Last modified 1 year ago

equals method on geometry collections shouldn't break

Reported by: tschaub Assigned to:
Priority: minor Milestone: 2.6 Release
Component: Geometry.Collection Version: 2.5 RC3
Keywords: Cc:
State:

Description

point.equals(undefined) works collection.equals(undefined) doesn't

Attachments

collection.patch (1.3 kB) - added by tschaub on 09/30/07 20:46:09.
fix collection.equals

Change History

09/30/07 20:46:09 changed by tschaub

  • attachment collection.patch added.

fix collection.equals

09/30/07 20:46:57 changed by tschaub

  • keywords set to review.

tests pass in IE/FF

please review

09/30/07 20:51:35 changed by crschmidt

  • keywords changed from review to commit.
  • milestone set to 2.6 Release.

Looks good. Please commit.

09/30/07 21:03:31 changed by tschaub

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [4707]) All geometry equals methods now work with bad arguments (closes #1041).