On Tue, Sep 18, 2007 at 10:46:16AM -0700, mcarsel wrote:
> 
>             var options = {
>                       projection: "EPSG:900913",
>                       units: "m",
>                       maxExtent: new OpenLayers.Bounds(-20037508, -20037508,
>                                                        20037508, 20037508.34),
>                       controls: [new OpenLayers.Control.MouseDefaults()]      
>   
>                   };
>             //Initiate Map
>             map = new OpenLayers.Map( 'map' ,options);
>               OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3;
> 
>             // Add Google Maps
>             var googleSatellite = new OpenLayers.Layer.Google( "Google
> Satellite" , 
>               {type: G_SATELLITE_MAP, 'maxZoomLevel':19,
> sphericalmercator:true} );

You misspelled sphericalMercator.
 
 (Capital M)

Regards,
-- 
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to