From: brett l. <wak...@gm...> - 2007-07-21 18:05:08
|
On 7/17/07, Erik Vos <eri...@hc...> wrote: > > I've committed the first batch of cleanups for the SVG tiles. > > > > The last time I touched these files, it looks like there was some > > slight variation in the hex size and positioning within the image > > canvas. This was causing some unpredictable positioning when these > > images were laid out on the map as well as some strange skewing when > > applying an affine transform. > > > > So, I'm going back and adjusting all of the tiles to better fit within > > the canvas dimensions. > > > > I'm fairly happy with the results. The 1830 map looks significantly > > more uniform. > > Yes, it looks a lot better now, though still slightly less good than > the .gif tiles that I had reverted to in the meantime. > > I hope your further efforts will clean it all up! > I've completed the tile adjustments and committed them. Also, I've committed some adjustments to the tile scaling constants. Now, when we load a tile, it's a significantly smaller image that doesn't need much rescaling. This simplifies the drawing calculations so that we don't lose as much information when we rescale the image during a paint(). This improves the look of the SVG tiles immensely. I'm really happy with the results. With this tile work and the undo/redo work complete, if there are no objections, I'll do another release in the next day or so. ---Brett. |