Changeset 1197
- Timestamp:
- 08/12/06 11:41:15 (2 years ago)
- Files:
-
- trunk/openlayers/examples/example.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/example.html
r810 r1197 15 15 16 16 var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", 17 "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'} );17 "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'}); 18 18 19 19 var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", … … 26 26 "prov_bound,fedlimit,rail,road,popplace", 27 27 transparent: "true", format: "image/png" }); 28 29 jpl_wms.setVisibility(false);30 dm_wms.setVisibility(false);31 28 32 29 map.addLayers([ol_wms, jpl_wms, dm_wms]);
