Version 2 (modified by crschmidt, 7 years ago)

--

Available WMS Services

Below is a list of WMS Servers that can be publicly accessed. Each entry lists the WMS's URL, as well as a list of its supported parameters and a sample OpenLayers usage.

  • Labs at MetaCarta
    • description: Standard OpenLayers WMS
    • url:  http://labs.metacarta.com/wms/vmap0
    • params:
    • Usage:
      var layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 
                            "http://labs.metacarta.com/wms/vmap0", 
                            {layers: 'basic'} );
      

  • Example entry
    • description: Description of the layer
    • url:  http://online.resource.url/wms/script
    • params:
      • layers: ['layers','here']
    • Usage:
                  var wms = new OpenLayers.Layer.WMS( "Example Entry",
                      "http://online.resource.url/wms/script", 
                      {layers: "layers"});