Re: [E-devel] [Patch][elm_map] Fix related zoom

2012-03-23 Thread Sanjeev BA
ok. In SVN : r69590. On Fri, Mar 23, 2012 at 8:13 PM, Bluezery wrote: > 2012/3/23 Sanjeev BA : > > Why is zoom with animation changed to zoom_do ? > > > Because too many animations occurred while window size is changing. :) > Zoom with animation can be used by elm_map_zoom_set(). > > > On Fri, M

Re: [E-devel] [Patch][elm_map] Fix related zoom

2012-03-23 Thread Bluezery
2012/3/23 Sanjeev BA : > Why is zoom with animation changed to zoom_do ? > Because too many animations occurred while window size is changing. :) Zoom with animation can be used by elm_map_zoom_set(). > On Fri, Mar 23, 2012 at 7:36 PM, Bluezery wrote: > >> Hello, >> >> This is patch for zoom beha

Re: [E-devel] [Patch][elm_map] Fix related zoom

2012-03-23 Thread Sanjeev BA
Why is zoom with animation changed to zoom_do ? On Fri, Mar 23, 2012 at 7:36 PM, Bluezery wrote: > Hello, > > This is patch for zoom behavior in elm_map. > 1) wd->zoom_max is defined by user. wd->src_tile->zoom_max is defined > by source map provider. > Therefore, I decide to do not touch those

[E-devel] [Patch][elm_map] Fix related zoom

2012-03-23 Thread Bluezery
Hello, This is patch for zoom behavior in elm_map. 1) wd->zoom_max is defined by user. wd->src_tile->zoom_max is defined by source map provider. Therefore, I decide to do not touch those things. Just check these while zooming ( zoom_do() ) 2) When pan being re-sized, I changed from "zoom with an