Hey- things like this can happen when the renderer (VML in your case) runs out of coordinate space. If you can serve your vector data through something that supports a BBOX filter (i.e. e.g. a WFS or FeatureServer, but not a static file), you can use a BBOX strategy on your vector layer to avoid the issue.
Regards, Andreas. Tommy74 wrote: > Hi > > I'm trying to draw a long linestring on a map. On IE7 the line disappears on > the southern end when zooming in max. But on the northern end the line is > still there. Is it a bug or have I done something wrong? > > > http://n2.nabble.com/file/n4040736/Tutorial2.html Tutorial2.html > http://n2.nabble.com/file/n4040736/Route.js Route.js > > Since I have an internal WMS the background will not be visible for you but > you should be able to see the linestring that is read from Route.js-file. > > Thanks in advance > > /Tommy > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
