From 3aca63eabe40ba303df42e600eb67444382b00ce Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 23 Aug 2006 21:05:15 +0000 Subject: [PATCH] Before, this example only worked on OpenLayers.org. git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1343 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/kamap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kamap.html b/examples/kamap.html index 8f1cacf235..d2798e5c84 100644 --- a/examples/kamap.html +++ b/examples/kamap.html @@ -18,7 +18,7 @@ {layers: 'basic'} ); var jpl_wms = new OpenLayers.Layer.KaMap( "Satellite", - "/world/index.php", {g: "satellite", map: "world"}); + "http://www.openlayers.org/world/index.php", {g: "satellite", map: "world"}); var dm_wms = new OpenLayers.Layer.WMS( "Canada", "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap", {layers: "bathymetry,land_fn,park,drain_fn,drainage," +