[OpenLayers-Commits] r1765 - sandbox/crschmidt/refractions/examples
commits at openlayers.org
commits at openlayers.org
Mon Nov 6 16:13:48 EST 2006
Author: crschmidt
Date: 2006-11-06 16:13:47 -0500 (Mon, 06 Nov 2006)
New Revision: 1765
Modified:
sandbox/crschmidt/refractions/examples/refractions.html
Log:
Change demo to mod_python for more fasterness.
Modified: sandbox/crschmidt/refractions/examples/refractions.html
===================================================================
--- sandbox/crschmidt/refractions/examples/refractions.html 2006-11-06 13:32:47 UTC (rev 1764)
+++ sandbox/crschmidt/refractions/examples/refractions.html 2006-11-06 21:13:47 UTC (rev 1765)
@@ -18,7 +18,7 @@
function init(){
map = new OpenLayers.Map( $('map'), {maxResolution:1.40625/2} );
layer = new OpenLayers.Layer.Refractions( "TMS",
- "http://labs.metacarta.com/wms-c/tms.cgi/", {layername: 'basic', type:'png'} );
+ "http://labs.metacarta.com/wms-c/Basic.py/", {layername: 'basic', type:'png'} );
map.addLayer(layer);
map.addControl(new OpenLayers.Control.LayerSwitcher());
map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);
More information about the Commits
mailing list