Decrease decrement (?) for zoom_out

810
2
Jump to solution
11-01-2016 07:23 AM
BrianFoley1
New Contributor II

If have this JSFiddle : https://jsfiddle.net/xuhm1ph4/13/ . At the bottom left there is an option to zoom out after drawing a square or rectangle on the map.  I realize that the bigger the square the less the map zooms out.  I was wondering if there was a way to decrease the amount of the zoom out even further.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Brain,

   There is no setting you can change to alter the navigation toolbars (really the JS API in general behavior). The only thing I can think of is to try and use dojo aspect.around to change how the api handles that, but I don't have any code for that or even know if that would work.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Brain,

   There is no setting you can change to alter the navigation toolbars (really the JS API in general behavior). The only thing I can think of is to try and use dojo aspect.around to change how the api handles that, but I don't have any code for that or even know if that would work.

0 Kudos
BrianFoley1
New Contributor II

Thanks Robert, I’ll take a look at that.

0 Kudos