hi all, I was not beeing able to change the zoom level with the scroll wheel in the mapas de vista[1] project. A user reported that the issue was a conflict with the gmaps library, in the following lines: // deal with map movement google.maps.event.addListener(map, ''center_changed'', function(){ me.moveendHandler(me); me.endPan.fire(); }); When he comment it, the scroll wheel works again. Does anybody have this problem too? cheers Leo [1] Mapas de Vista is a WordPress theme for mapping http://mapasdevista.hacklab.com.br/ https://github.com/hacklabr/mapasdevista/ http://mapasdevista-demo.hacklab.com.br/ -- leogermani.com.br -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20130208/67264d8b/attachment.htm>
Hi, Are you using v2 or v3 of Google''s Maps API (Mapstraction provider names are ''google'' for v2 and ''googlev3'' for v3). Also, which version of Mapstraction are you using? -Gary -- gary at vicchi.org | twitter.com/vicchi | www.linkedin.com/in/garygale | www.garygale.com On 8 Feb 2013, at 20:38, Leo germani wrote:> hi all, > > I was not beeing able to change the zoom level with the scroll wheel in the mapas de vista[1] project. > > A user reported that the issue was a conflict with the gmaps library, in the following lines: > > // deal with map movement > google.maps.event.addListener(map, ''center_changed'', function(){ > me.moveendHandler(me); > me.endPan.fire(); > }); > > When he comment it, the scroll wheel works again. > > Does anybody have this problem too? > > cheers > > Leo > > [1] Mapas de Vista is a WordPress theme for mapping > http://mapasdevista.hacklab.com.br/ > https://github.com/hacklabr/mapasdevista/ > http://mapasdevista-demo.hacklab.com.br/ > > -- > leogermani.com.br > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20130208/67d6e52b/attachment.htm>
Hi, We are using googlev3. I just notice that there is no version marked on the mxn-min.js file. Thats weird. But looking at the release dates of maptraction it should be version 2.0.17. thanks Leo,, On Fri, Feb 8, 2013 at 6:49 PM, Gary Gale <gary at vicchi.org> wrote:> Hi, > > Are you using v2 or v3 of Google''s Maps API (Mapstraction provider names > are ''google'' for v2 and ''googlev3'' for v3). > > Also, which version of Mapstraction are you using? > > -Gary > > -- > gary at vicchi.org | twitter.com/vicchi | www.linkedin.com/in/garygale | > www.garygale.com > > On 8 Feb 2013, at 20:38, Leo germani wrote: > > hi all, > > I was not beeing able to change the zoom level with the scroll wheel in > the mapas de vista[1] project. > > A user reported that the issue was a conflict with the gmaps library, in > the following lines: > > // deal with map movement > google.maps.event.addListener(map, ''center_changed'', function(){ > me.moveendHandler(me); > me.endPan.fire(); > }); > > When he comment it, the scroll wheel works again. > > Does anybody have this problem too? > > cheers > > Leo > > [1] Mapas de Vista is a WordPress theme for mapping > http://mapasdevista.hacklab.com.br/ > https://github.com/hacklabr/mapasdevista/ > http://mapasdevista-demo.hacklab.com.br/ > > -- > leogermani.com.br > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > > > > _______________________________________________ > Mapstraction mailing list > Mapstraction at lists.mapstraction.com > http://lists.mapstraction.com/listinfo.cgi/mapstraction-mapstraction.com > >-- leogermani.com.br -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20130210/fd2f56d4/attachment.htm>