From: Frederick W. <fre...@go...> - 2012-01-05 12:58:10
|
See comments below. > My guess is that allowing the Scale parameter to be continuous would have no > obvious negative effect. Current logic is to have a buffer of 20 zoom factors (associated with the 20 zoom steps). But probably no big issue to refactor this. > One guess is > that you might not use the size of the ViewPort of the Scrollpane embedding > the map? This could do the trick. Currently, available size is taken from the MapPanel. > Another observation: The toolips does not show the japanese characters (only > rectangle dummies instead). So it seems there is an UFT-8 issue again. I used escapes in the Map.xml in order to avert any ANSI/UTF issue. If no characters are displayed, that would be caused by some missing fonts. The tooltips are correctly displayed on my machine. |