Changeset 5117
- Timestamp:
- 11/06/07 06:24:21 (1 year ago)
- Files:
-
- trunk/openlayers/examples/attribution.html (modified) (1 diff)
- trunk/openlayers/examples/click.html (modified) (1 diff)
- trunk/openlayers/examples/controls.html (modified) (1 diff)
- trunk/openlayers/examples/example.html (modified) (1 diff)
- trunk/openlayers/examples/fullScreen.html (modified) (1 diff)
- trunk/openlayers/examples/image-layer.html (modified) (1 diff)
- trunk/openlayers/examples/layerswitcher.html (modified) (1 diff)
- trunk/openlayers/examples/mvs.html (modified) (1 diff)
- trunk/openlayers/examples/overviewmap.html (modified) (1 diff)
- trunk/openlayers/examples/wmst.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/attribution.html
r4340 r5117 19 19 20 20 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 21 "http:// wms.jpl.nasa.gov/wms.cgi",22 {layers: " modis,global_mosaic"},{attribution:"Provided by NASA"});21 "http://t1.hypercube.telascience.org/cgi-bin/landsat7", 22 {layers: "landsat7"},{attribution:"Provided by Telascience"}); 23 23 24 24 map.addLayers([ol_wms, jpl_wms]); trunk/openlayers/examples/click.html
r4222 r5117 18 18 19 19 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 20 "http:// wms.jpl.nasa.gov/wms.cgi",21 {layers: " modis,global_mosaic"});20 "http://t1.hypercube.telascience.org/tiles/landsat7", 21 {layers: "landsat7"}); 22 22 23 23 jpl_wms.setVisibility(false); trunk/openlayers/examples/controls.html
r4222 r5117 28 28 29 29 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 30 "http:// wms.jpl.nasa.gov/wms.cgi",31 {layers: " modis,global_mosaic"});30 "http://t1.hypercube.telascience.org/tiles/landsat7", 31 {layers: "landsat7"}); 32 32 33 33 var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", trunk/openlayers/examples/example.html
r3561 r5117 60 60 }; 61 61 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 62 "http:// wms.jpl.nasa.gov/wms.cgi",63 {layers: " modis,global_mosaic"}, options2);62 "http://t1.hypercube.telascience.org/tiles/landsat7", 63 {layers: "landsat7"}, options2); 64 64 65 65 var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", trunk/openlayers/examples/fullScreen.html
r4222 r5117 18 18 19 19 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 20 "http:// wms.jpl.nasa.gov/wms.cgi",21 {layers: " modis,global_mosaic"});20 "http://t1.hypercube.telascience.org/tiles/landsat7", 21 {layers: "landsat7"}); 22 22 23 23 var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", trunk/openlayers/examples/image-layer.html
r4222 r5117 27 27 28 28 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 29 "http:// wms.jpl.nasa.gov/wms.cgi",30 {layers: " modis,global_mosaic"}, options);29 "http://t1.hypercube.telascience.org/tiles/landsat7", 30 {layers: "landsat7"}, options); 31 31 32 32 map.addLayers([graphic, jpl_wms]); trunk/openlayers/examples/layerswitcher.html
r4222 r5117 21 21 22 22 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 23 "http:// wms.jpl.nasa.gov/wms.cgi",24 {layers: " modis,global_mosaic"}, {'isBaseLayer': false});23 "http://t1.hypercube.telascience.org/tiles/landsat7", 24 {layers: "landsat7"}, {'isBaseLayer': false}); 25 25 26 26 var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", trunk/openlayers/examples/mvs.html
r4320 r5117 89 89 theMVS.addLayer( 90 90 new OpenLayers.Layer.WMS("NASA Mosaic", 91 "http:// wms.jpl.nasa.gov/wms.cgi",91 "http://t1.hypercube.telascience.org/tiles/landsat7", 92 92 {"EXCEPTIONS" : "application/vnd.ogc.se_inimage", 93 93 "format" : "image/jpeg", 94 layers:" modis,global_mosaic"}94 layers:"landsat7"} 95 95 )); 96 96 break; trunk/openlayers/examples/overviewmap.html
r5114 r5117 40 40 var jpl = new OpenLayers.Layer.WMS( 41 41 "NASA Global Mosaic", 42 "http:// wms..nasa.gov/wms.cgi",43 {layers: " modis,global_mosaic"}42 "http://t1.hypercube.telascience.org/tiles/landsat7", 43 {layers: "landsat7"} 44 44 ); 45 45 trunk/openlayers/examples/wmst.html
r4319 r5117 18 18 19 19 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 20 "http:// wms.jpl.nasa.gov/wms.cgi",21 {layers: " modis,global_mosaic"});20 "http://t1.hypercube.telascience.org/tiles/landsat7", 21 {layers: "landsat7"}); 22 22 23 23 ia_wms = new OpenLayers.Layer.WMS("Nexrad","http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?",{layers:"nexrad-n0r-wmst",transparent:true,format:'image/png',time:"2005-08-29T13:00:00Z"});
