-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POI icons are blurry #124
Comments
#102 would be one approach to fixing this for unscaled/unrotated icons. As you mentioned, using sdf for things like oneway arrows would be great. This probably won't help with maki blurriness though. |
Retina icon regression fixed in 874b8ac |
4d496b4 fixes most blurriness by using linear filtering only when the icon is rotated (line markers) or when the map is rotating (to prevent jiggling). The switch between linear/nearest is slightly noticeable, but this isn't something that can be avoided. Splitting support for sdf incons into #161. sdf will be useful, but won't help reduce blurriness for complex icons that are as small as what we're currently using (12px). |
Can we turn on linear filtering when the user is zooming, and back off if zooming stipped? Otherwise you'll still see a slight jiggle effect when zooming with the trackpad. |
With the new changes, the POI icons are blurry. Also, they're way too small on retina screens.
The text was updated successfully, but these errors were encountered: