<div dir="ltr"><div dir="ltr"><div dir="ltr">Using `zDirection: -1` is not always a good idea. Especially not if the tiles are already upscaled on the server.<div><br></div><div>You can look at the two maps below. Both use the Mapbox Satellite tileset. The first rendered in mapbox-gl, the second inOpenLayers (without a zDirection set). For me, they look and behave exactly the same:</div><div><br></div><div><a href="https://api.mapbox.com/styles/v1/mapbox/satellite-v9.html?title=true&access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4M29iazA2Z2gycXA4N2pmbDZmangifQ.-g_vE53SD2WrJ6tFX7QHmA#17.4/47.078636/15.426918">https://api.mapbox.com/styles/v1/mapbox/satellite-v9.html?title=true&access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4M29iazA2Z2gycXA4N2pmbDZmangifQ.-g_vE53SD2WrJ6tFX7QHmA#17.4/47.078636/15.426918</a><br></div><div><br></div><div><a href="https://r55zn.csb.app/#/center/15.42692,47.07864/zoom/17.4">https://r55zn.csb.app/#/center/15.42692,47.07864/zoom/17.4</a><br></div><div><br></div><div>Andreas.</div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 5, 2020 at 9:21 AM Toni Hernandez Valles <<a href="mailto:toni.hernandez@udg.edu">toni.hernandez@udg.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
Me too. I added the zDirection:-1 to the layer source, and the issue<br>
still persists. :-(<br>
<br>
<br>
<br>
<br>
On Mon, 2020-05-04 at 15:48 -0600, Richard Greenwood wrote:<br>
> I'm seeing something similar with Mapbox satellite tiles. I<br>
> added zDirection: -1 to my source definition but it didn't have any<br>
> effect.<br>
> <br>
> resolution 0.6237836388319881<br>
> <br>
> resolution 0.5518893502310329<br>
> <br>
> <br>
> On Mon, May 4, 2020 at 2:14 PM Andreas Hocevar <<br>
> <a href="mailto:andreas.hocevar@gmail.com" target="_blank">andreas.hocevar@gmail.com</a>> wrote:<br>
> > By default, OpenLayers applies up- and downscaling to the tiles. To<br>
> > avoid upscaling, configure the source with<br>
> > <br>
> >     zDirection: -1<br>
> > <br>
> > Andreas.<br>
> > <br>
> > On Mon, May 4, 2020 at 8:47 PM Toni Hernandez Valles <<br>
> > <a href="mailto:toni.hernandez@udg.edu" target="_blank">toni.hernandez@udg.edu</a>> wrote:<br>
> > > Helo everyone,<br>
> > > <br>
> > > I am using a vector tile from mapbox and I am getting bluring<br>
> > > tiles<br>
> > > with no apparent reason. Not for me, at least<br>
> > > <br>
> > > I have checked tiles directly to mapbox and the quality is<br>
> > > perfect,<br>
> > > but, when using tiles with OpenLayers the map quality gets lower.<br>
> > > <br>
> > > In this link (<a href="https://mapscloud.udg.edu/blurry_tiles.png" rel="noreferrer" target="_blank">https://mapscloud.udg.edu/blurry_tiles.png</a>) you can<br>
> > > see<br>
> > > the quality of the map image (on the left) and the quality of a<br>
> > > single<br>
> > > tile. Check the costline and the name "Roses" to see the<br>
> > > difference.<br>
> > > <br>
> > > <br>
> > > I have tried both tile sizes (256 and 512) with the same result.<br>
> > > <br>
> > > This is the code for the layer for size 256.<br>
> > > <br>
> > > var mapbox =  new TileLayer({<br>
> > >     source: new SourceXYZ({<br>
> > >       url: '<br>
> > > <br>
<a href="https://api.mapbox.com/styles/v1/mapesbasesigte/ck9olcn8017xc1it6mhv6myje/tiles/256/%7Bz%7D/%7Bx%7D/%7By%7D?access_token=mytoken" rel="noreferrer" target="_blank">https://api.mapbox.com/styles/v1/mapesbasesigte/ck9olcn8017xc1it6mhv6myje/tiles/256/{z}/{x}/{y}?access_token=mytoken</a>'<br>
> > > ,<br>
> > >     })<br>
> > >   })<br>
> > > <br>
> > > And the code for the map.<br>
> > > <br>
> > > map = new Map({<br>
> > >   layers: [ mapbox ],<br>
> > >   target: 'map',<br>
> > >   view: new View({<br>
> > >     center: [0, 0],<br>
> > >     zoom: 2,<br>
> > >     projection: 'EPSG:3857',<br>
> > >   }),<br>
> > >   controls: defaultControls({attribution:<br>
> > > false}).extend([attribution]),<br>
> > > });<br>
> > > <br>
> > > Am I doing something wrong?<br>
> > > <br>
> > > Thanks you!!!<br>
> > > _______________________________________________<br>
> > > Users mailing list<br>
> > > <a href="mailto:Users@lists.osgeo.org" target="_blank">Users@lists.osgeo.org</a><br>
> > > <a href="https://lists.osgeo.org/mailman/listinfo/openlayers-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
> > <br>
> > _______________________________________________<br>
> > Users mailing list<br>
> > <a href="mailto:Users@lists.osgeo.org" target="_blank">Users@lists.osgeo.org</a><br>
> > <a href="https://lists.osgeo.org/mailman/listinfo/openlayers-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
> <br>
> <br>
</blockquote></div>