Ticket #819 (closed bug: duplicate)
Linestring draws filled in IE
| Reported by: | euzuro | Owned by: | crschmidt |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 Release |
| Component: | Renderer.VML | Version: | 2.4 |
| Keywords: | Cc: | ||
| State: | Review |
Description
As reported by Benoit M to the user's list:
I'm experiencing a strange behavior with OpenLayers' Vector layer
based upon OpenLayers Feature. Dunno if I'm any understandable but
anyway, here is what I do:
var points = [];
points.push(new OpenLayers.Geometry.Point(1, 2));
// ...
var target = new OpenLayers.Layer.Vector("My layer");
map.addLayer(target);
target.addFeatures([new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.LineString(points))]);
And I end up with a nice line in Firefox and IE7 but with a
white-filled polygon in IE6 [1]. Strangely, the white-fill
disappears once I zoom in [2] and does *not*
reappear when I zoom out.
[1] http://88.191.48.4/feature_1.jpeg
[2] http://88.191.48.4/feature_2.jpeg
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

