OpenLayers OpenLayers

Changeset 5521

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

Typos.

Files:

Legend:

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

    r5519 r5521  
    4141            ); 
    4242            var gsat = new OpenLayers.Layer.Google( 
    43                 "Google Sattelite", 
     43                "Google Satelite", 
    4444                {type: G_SATELLITE_MAP, 'sphericalMercator': true} 
    4545            ); 
     
    5151            // create Virtual Earth layers 
    5252            var veroad = new OpenLayers.Layer.VirtualEarth( 
    53                 "Virtual Earth Raods", 
     53                "Virtual Earth Roads", 
    5454                {'type': VEMapStyle.Road, 'sphericalMercator': true} 
    5555            ); 
     
    6969            ); 
    7070            var yahoosat = new OpenLayers.Layer.Yahoo( 
    71                 "Yahoo Sattelite", 
     71                "Yahoo Satelite", 
    7272                {'type': YAHOO_MAP_SAT, 'sphericalMercator': true} 
    7373            );