OpenLayers OpenLayers

Ticket #968 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

vml renderer bombs on null geoms

Reported by: crschmidt Assigned to: tschaub
Priority: minor Milestone: 2.5 Release
Component: general Version: 2.4
Keywords: Cc:
State:

Description

vml renderer bombs on null geoms. fixed in feature sandbox.

Attachments

vml.patch (2.8 kB) - added by crschmidt on 09/13/07 15:15:35.
vml.2.patch (2.8 kB) - added by tschaub on 09/13/07 19:24:47.
cross-browser null geometry rendering consistency

Change History

09/13/07 15:15:35 changed by crschmidt

  • attachment vml.patch added.

09/13/07 19:24:47 changed by tschaub

  • attachment vml.2.patch added.

cross-browser null geometry rendering consistency

09/13/07 19:25:13 changed by tschaub

  • keywords set to review.
  • owner set to tschaub.
  • status changed from new to assigned.

same patch, this one from the trunk, please review

09/13/07 19:28:15 changed by crschmidt

  • keywords changed from review to commit.

Yeah. I'm happy with this after our discussions. Feel free to put it in.

09/13/07 19:32:35 changed by tschaub

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

(In [4273]) The SVG renderer allows for rendering of null geometries. The VML renderer does not. This change gives us cross-brower consistency in the case of null geometries (closes #968).