Hi everybody, I'm developing a map application that uses a tiles cache generated with the OpenStreetmap data.
With firefox everything works great, but with Internet Explorer (6 or 7) some parts of the maps are not loaded, watching the Apache logs I realize that the request passed from things like tiles/15/23/23.png to undefined15/23/23.png, so that gives a 404 not found error, it's like if at some point the javascript machinve of Internet Explorer loose the value of where must go to look for the tiles, at my case http://localhost/tiles/ I fixed the bug with a workaround making symbolic links (in linux) like # ln -s tiles/15 undefined15 all this to make it work, and it works now, but it's an ugly hack did somebody experience this bug? thanks in advance regards -- Felipe Reyes A. <[EMAIL PROTECTED]> Open Fountain Av. Santa MarĂa #2670, Oficina 501 Providencia, Santiago de Chile _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
