LeVarBurger.8642:

Hi All,

Just recently getting into building a personal map tool just for fun on my local desktop for now. I’m taking the sample given here http://jsfiddle.net/cliff/CRRGC/ as a base. However when I move the code into my own files, I’m seeing some different behavior than on the jsfiddle.

The biggest thing I’m seeing is I’m able to zoom out far past the map, although the setMaxBounds is set. If I zoom out past the map size it starts bouncing around the browser. Anyone seen this before?

Is this because I would need to define my own southwest/northeast bounds? Literally all I’ve done is copied the code from the jsfiddle into my own html/js files. Thanks for any suggestions.

LeVarBurger.8642:

Welp, not sure what I did wrong but I wiped everything and redid it, and max boundary is working now. Feel free to delete this thread.