OpenLayers OpenLayers

Changeset 5117

Show
Ignore:
Timestamp:
11/06/07 06:24:21 (1 year ago)
Author:
sderle
Message:

Change examples from using OnEarth WMS because it no longer support 512px tiles.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/attribution.html

    r4340 r5117  
    1919 
    2020            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"}); 
    2323 
    2424            map.addLayers([ol_wms, jpl_wms]); 
  • trunk/openlayers/examples/click.html

    r4222 r5117  
    1818 
    1919            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"}); 
    2222 
    2323            jpl_wms.setVisibility(false); 
  • trunk/openlayers/examples/controls.html

    r4222 r5117  
    2828 
    2929            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"}); 
    3232 
    3333            var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", 
  • trunk/openlayers/examples/example.html

    r3561 r5117  
    6060            }; 
    6161            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); 
    6464 
    6565            var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", 
  • trunk/openlayers/examples/fullScreen.html

    r4222 r5117  
    1818 
    1919            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"}); 
    2222 
    2323            var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", 
  • trunk/openlayers/examples/image-layer.html

    r4222 r5117  
    2727 
    2828            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); 
    3131 
    3232            map.addLayers([graphic, jpl_wms]); 
  • trunk/openlayers/examples/layerswitcher.html

    r4222 r5117  
    2121 
    2222            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}); 
    2525 
    2626            var dm_wms = new OpenLayers.Layer.WMS( "DM Solutions Demo", 
  • trunk/openlayers/examples/mvs.html

    r4320 r5117  
    8989                theMVS.addLayer( 
    9090                    new OpenLayers.Layer.WMS("NASA Mosaic",  
    91                        "http://wms.jpl.nasa.gov/wms.cgi", 
     91                       "http://t1.hypercube.telascience.org/tiles/landsat7", 
    9292                       {"EXCEPTIONS" : "application/vnd.ogc.se_inimage", 
    9393                        "format" : "image/jpeg", 
    94                         layers:"modis,global_mosaic"} 
     94                        layers:"landsat7"} 
    9595                       )); 
    9696                break; 
  • trunk/openlayers/examples/overviewmap.html

    r5114 r5117  
    4040        var jpl = new OpenLayers.Layer.WMS( 
    4141            "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"} 
    4444        ); 
    4545         
  • trunk/openlayers/examples/wmst.html

    r4319 r5117  
    1818 
    1919            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"}); 
    2222 
    2323            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"});