-
Notifications
You must be signed in to change notification settings - Fork 1.3k
v4 raster layers load with low-resolution tiles on high-resolution screens #919
Comments
It should be possible to stick a “{ratio}” somewhere in the URL so that |
Yes, |
@incanus how silently? Will we need to fall back to a 1× URL or will mapbox just return a 1× tile anyways? |
The latter. I'd say supporting non-auto-retina raster tiles in GL is not a major use case so this is fine. |
I'm talking about such cases as this
So, the sizing is just naively blown up, but the URL works. I'd be on the creator to create a |
Apparently we can’t rely on the existence of <regex> yet. Fixes #919.
Apparently we can’t rely on the existence of <regex> yet. Fixes #919.
#916 removed a special case for HiDPI that bumped up the zoom level, the idea being that vector tiles have a sufficiently high resolution that the HiDPI experience wouldn’t suffer. But this same code runs for raster layers. Now the Satellite layer is half as sharp:
The text was updated successfully, but these errors were encountered: