[OpenLayers-Users] undefined tiles in internet explorer

Eric Lemoine eric.c2c at gmail.com
Thu Aug 21 02:19:38 EDT 2008


Hi. Are you using Layer.TileCache? Can you share some of your code?
Regards. Eric

2008/8/20, Felipe Reyes <felipereyes at openfountain.cl>:
> 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
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>


More information about the Users mailing list