Changeset 5522
- Timestamp:
- 12/19/07 21:49:51 (1 year ago)
- Files:
-
- trunk/openlayers/examples/spherical-mercator.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/spherical-mercator.html
r5521 r5522 41 41 ); 42 42 var gsat = new OpenLayers.Layer.Google( 43 "Google Satel ite",43 "Google Satellite", 44 44 {type: G_SATELLITE_MAP, 'sphericalMercator': true} 45 45 ); … … 69 69 ); 70 70 var yahoosat = new OpenLayers.Layer.Yahoo( 71 "Yahoo Satel ite",71 "Yahoo Satellite", 72 72 {'type': YAHOO_MAP_SAT, 'sphericalMercator': true} 73 73 ); … … 140 140 141 141 <div id="docs"> 142 This is an example of using googles Mercator projection layers in a map window143 142 </div> 144 143 </body>
