OpenLayers OpenLayers

Ticket #613: google.patch

File google.patch, 1.1 kB (added by crschmidt, 2 years ago)
  • lib/OpenLayers/Layer/Google.js

    old new  
    1818    MIN_ZOOM_LEVEL: 0, 
    1919     
    2020    /** @final @type int */ 
    21     MAX_ZOOM_LEVEL: 17
     21    MAX_ZOOM_LEVEL: 19
    2222 
    2323    /** Hardcode these resolutions so that they are more closely 
    2424     *   tied with the standard wms projection 
    2525     *  
    2626     * @final @type Array(float) */ 
    27     RESOLUTIONS: [1.40625,0.703125,0.3515625,0.17578125,0.087890625,0.0439453125,0.02197265625,0.010986328125,0.0054931640625,0.00274658203125,0.001373291015625,0.0006866455078125,0.00034332275390625,0.000171661376953125,0.0000858306884765625,0.00004291534423828125], 
     27    RESOLUTIONS: [1.40625,0.703125,0.3515625,0.17578125,0.087890625,0.0439453125,0.02197265625,0.010986328125,0.0054931640625,0.00274658203125,0.001373291015625,0.0006866455078125,0.00034332275390625,0.000171661376953125,0.0000858306884765625,0.00004291534423828125,.00002145767211914062,.00001072883605957031,.00000536441802978515,.00000268220901489257], 
    2828 
    2929    /** @type GMapType */ 
    3030    type: null,