codesite-noreply at google.com
2010-Mar-11 18:57 UTC
[Mapstraction] [mapstraction] r75 committed - turn off scrollwheel on by default, can then be activated vi applyOpti...
Revision: 75 Author: freyfogle Date: Thu Mar 11 10:56:51 2010 Log: turn off scrollwheel on by default, can then be activated vi applyOptions enableScrollWheelZoom http://code.google.com/p/mapstraction/source/detail?r=75 Modified: /trunk/source/mxn.googlev3.core.js ======================================--- /trunk/source/mxn.googlev3.core.js Wed Feb 10 16:35:50 2010 +++ /trunk/source/mxn.googlev3.core.js Thu Mar 11 10:56:51 2010 @@ -12,7 +12,8 @@ mapTypeControl: false, mapTypeControlOptions: null, navigationControl: false, - navigationControlOptions: null + navigationControlOptions: null, + scrollwheel: false }; // find controls
Maybe Matching Threads
- r30 committed - jslint now passing for google and googlev3
- r34 committed - removed deprecated method draggable, all controls off when first creat...
- API Google MAPS
- [mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
- r54 committed - ...