Hi,

Christopher Schmidt schrieb:
I just found out, that the problem disappears as soon as the user zooms in or out once.

This is OpenLayers Revision 2942 on Firefox 2.0.0.3 and Ubuntu 7.04

displayOutsideMaxExtent option on the layer. set it to true.

Doesn't solve it. Tiles are still removed too early and loaded too late when panning to south or east.

Here's my code:
var jpl = new OpenLayers.Layer.KaMap( "Satellite",
          "http://dev/map.php";, {g: "satellite", map: "world"});
jpl.displayOutsideMaxExtent = true;
var vectors = new OpenLayers.Layer.Vector("Vector Layer");
map.addLayers([jpl, vectors]);

Any idea?

Thanks,

Kevin.


--
http://www.kevinkempfer.de
Tel.: (07071) 860303
ICQ:  2186573
Skype: kevin0815

"Stirbt ein Bediensteter während einer Dienstreise, so ist damit die
Dienstreise beendet."
(Kommentar zum Bundesreisekostengesetz)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to