[OpenLayers-Users] Pink tiles displayed with firefox 11 even
if tiles are correctly fetched from server. Ok with chromium or older
firefox.
Marc
dkm+osgeo at kataplop.net
Fri Mar 30 02:54:55 EDT 2012
Eric Lemoine wrote:
> On Thu, Mar 29, 2012 at 8:39 PM, Arnd Wippermann<arnd.wippermann at web.de> wrote:
>> To convince FF11 to display the tiles set tileOptions on the OSM layer:
>>
>> lyrOSM = new OpenLayers.Layer.OSM("CycleMap",
>> "http://a.tile.opencyclemap.org/cycle/${z}/${x}/${y}.png",
>> {tileOptions : {crossOriginKeyword: null}}
>> );
>>
>> It should solve your problem.
>
> The discussion<http://lists.osgeo.org/pipermail/openlayers-dev/2012-February/008392.html>
> might also help understand the issue.
Hi!
Thank you both for your answers ! Everything works fine now !
Marc
More information about the Users
mailing list