OpenLayers OpenLayers

Changeset 5522

Show
Ignore:
Timestamp:
12/19/07 21:49:51 (1 year ago)
Author:
crschmidt
Message:

More typos. am blind.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/spherical-mercator.html

    r5521 r5522  
    4141            ); 
    4242            var gsat = new OpenLayers.Layer.Google( 
    43                 "Google Satelite", 
     43                "Google Satellite", 
    4444                {type: G_SATELLITE_MAP, 'sphericalMercator': true} 
    4545            ); 
     
    6969            ); 
    7070            var yahoosat = new OpenLayers.Layer.Yahoo( 
    71                 "Yahoo Satelite", 
     71                "Yahoo Satellite", 
    7272                {'type': YAHOO_MAP_SAT, 'sphericalMercator': true} 
    7373            ); 
     
    140140 
    141141    <div id="docs"> 
    142         This is an example of using googles Mercator projection layers in a map window 
    143142    </div> 
    144143  </body>