From: Erik V. <eri...@xs...> - 2010-06-25 09:07:36
|
Question to Erik here: >From the Scale class it seems that the scale is 15 and then rescaled depending on the screen resolution, as soon as the Scale class is setup But that is overwritten by a call from MapPanel: Scale.set(16); which overwrites that with 16 and no rescaling is done. Is that the true intention or is this a code artifact? [EV] I'm not sure, it is Brett who wrote the initial Map UI including this Scale class. I suppose it was an initial attempt to scaling that might in fact have been superceded by later developments. It might also have been a heritage from Colossus, where Brett derived his initial code from. I'd say that by now Scale is redundant. Erik. |