Changeset 1343
- Timestamp:
- 08/23/06 17:05:15 (2 years ago)
- Files:
-
- branches/openlayers/2.0/examples/kamap.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/examples/kamap.html
r1244 r1343 19 19 20 20 var jpl_wms = new OpenLayers.Layer.KaMap( "Satellite", 21 " /world/index.php", {g: "satellite", map: "world"});21 "http://www.openlayers.org/world/index.php", {g: "satellite", map: "world"}); 22 22 var dm_wms = new OpenLayers.Layer.WMS( "Canada", 23 23 "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap",
