ahgittin commented on issue #127: Allow bigger zoom in, for large screen mainly URL: https://github.com/apache/brooklyn-ui/pull/127#issuecomment-471518292 would it be worth making the scale extent some step function of display size, as on normal screens the old max is right, and on a hypothetical 10k display 1.3 isn't much? something like (untested): `maxExtent = Math.max(1, Window.width/1600)`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
