Skip to content

Commit

Permalink
Update WMS base layer in strategy-cluster-threshold.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jun 25, 2012
1 parent 533e5f4 commit 0e78d40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/strategy-cluster-threshold.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
function init() {
map = new OpenLayers.Map('map');
var base = new OpenLayers.Layer.WMS("OpenLayers WMS",
["http://t3.tilecache.osgeo.org/wms-c/Basic.py",
"http://t2.tilecache.osgeo.org/wms-c/Basic.py",
"http://t1.tilecache.osgeo.org/wms-c/Basic.py"],
{layers: 'satellite'}
"http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'}
);

var style = new OpenLayers.Style({
Expand Down

0 comments on commit 0e78d40

Please sign in to comment.