[OpenLayers-Users] undefined tiles in internet explorer

Felipe Reyes felipereyes at openfountain.cl
Wed Aug 20 11:25:19 EDT 2008


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. <felipereyes at openfountain.cl>
Open Fountain
Av. Santa María #2670, Oficina 501
Providencia, Santiago de Chile




More information about the Users mailing list