Changeset 1222
- Timestamp:
- 08/15/06 14:07:43 (2 years ago)
- Files:
-
- trunk/openlayers/examples/mvs.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/mvs.html
r1220 r1222 12 12 <head> 13 13 14 <!-- this gmaps key generated for http://openlayers.org/dev/ --> 15 <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA9XNhd8q0UdwNC7YSO4YZghSPUCi5aRYVveCcVYxzezM4iaj_gxQ9t-UajFL70jfcpquH5l1IJ-Zyyw'></script> 16 <!-- Localhost key --> 17 <!--<script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTS6gjckBmeABOGXIUiOiZObZESPg'></script>--> 14 18 <script src="http://openlayers.org/dev/lib/OpenLayers.js"></script> 15 19 … … 96 100 )); 97 101 break; 102 case 'gmaps': 103 theMVS.addLayer( 104 new OpenLayers.Layer.Google( "Google" , {type: G_HYBRID_MAP }) 105 ); 106 break; 98 107 } 99 108 }
