Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -373,7 +373,7 @@ |
374 | 374 | 'nasa' => 'OpenLayers.Layer.WMS("NASA Global Mosaic", "http://t1.hypercube.telascience.org/cgi-bin/landsat7", |
375 | 375 | {layers: "landsat7", "sphericalMercator":true} )', |
376 | 376 | |
377 | | - // FIXME: does not work properly yet |
| 377 | + /* FIXME: does not work properly yet |
378 | 378 | 'wikipediaworld' => 'OpenLayers.Layer.Vector("Wikipedia World", { |
379 | 379 | strategies: [new OpenLayers.Strategy.BBOX( { ratio : 1.1, resFactor: 1 })], |
380 | 380 | protocol: new OpenLayers.Protocol.HTTP({ |
— | — | @@ -384,6 +384,7 @@ |
385 | 385 | }) |
386 | 386 | }) |
387 | 387 | })' |
| 388 | + */ |
388 | 389 | ); |
389 | 390 | |
390 | 391 | # Layer group definitions. Group names must be different from layer names, and |