Hi Christopher, the problem was passing zoomlevel as a string, as you suggested. parseInt solved the issue.
Sorry for posting the entire app url instead of code, i dit it as I was asked in a previous message. I didn't expect someone to go through all my code as it's quite complicated as you might have noticed. Thanks a lot for your help. Best regards Mauro Christopher Schmidt-2 wrote: > > On Mon, Feb 23, 2009 at 01:09:39AM -0800, goliah wrote: >> my app is located at >> www.maurob.org/webrsa/ > > Next time at least tell where the heck th Javascript ode is in the page > so I don't have to open 6 different JS files to find it. Ideally, you > should start from an example, and modify it until it breaks, then share > *that*, rather than you entire application. In this case, the key point > was the loadLayerOpts, which is the source of the broken code. > > http://openlayers.org/pipermail/users/2009-February/010353.html > > " > My guess is that you're passing a string as the zoomlevel: "16" or some > such. run parseInt(zoomLevel) before passing it to setCenter, and see if > that helps." > > Only in this case, it's not a guess. > > Don't do that. > > Regards, > -- > Christopher Schmidt > MetaCarta > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > -- View this message in context: http://n2.nabble.com/zooming-programmatically-tp2361965p2372110.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
