<div class="gmail_quote">2012/7/2 Andreas Hocevar <span dir="ltr"><<a href="mailto:ahocevar@opengeo.org" target="_blank">ahocevar@opengeo.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is probably because your feature spans a very large area of the<br>
world. Firefox has a limited range of coordinate values, so there is<br></blockquote><div><br>My test case is just ~ 1.5km of routing with ~ 28 lat/lon tuples. And as it turns out, calling the same callback from another function on my site works ok (the PolyLine and everything else is initialized identically as far as I can tell).<br>
<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
some extra logic in the SVG renderer to split geometries, which does<br>
not catch all cases. As a workaround, you may want to try the Canvas<br>
renderer instead.<br></blockquote><br>by passing <br>renderers: ["Canvas", "SVG", "VML"]<br>to the new OpenLayers.Feature.Vector right ?<br><br>Doesn't make a difference.<br><br>Armin<br>
<br></div>