-
Notifications
You must be signed in to change notification settings - Fork 49
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
Feature/915 custom hdpi #1141
Feature/915 custom hdpi #1141
Conversation
…lt). Now fetches config from layer-config.
Note; No rush with this PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a look at this and the fact that you have config.useCustomDpiList
makes it quite safe to merge for us. (We won't be activating this as we have not run into the issues you solve in this PR - somehow the 90/180 conversion seems to work for the devices I've tested and I always get HIT from GWC.)
Anyway, looks good to me and ready for merge, if you are confident about the actual functionality.
As discussed in #915
Tested and seems to be working fine with both .Net and Node backend.