r68310 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68309‎ | r68310 | r68311 >
Date:11:45, 20 June 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Commented out experimental layer for nao
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -373,7 +373,7 @@
374374 'nasa' => 'OpenLayers.Layer.WMS("NASA Global Mosaic", "http://t1.hypercube.telascience.org/cgi-bin/landsat7",
375375 {layers: "landsat7", "sphericalMercator":true} )',
376376
377 - // FIXME: does not work properly yet
 377+ /* FIXME: does not work properly yet
378378 'wikipediaworld' => 'OpenLayers.Layer.Vector("Wikipedia World", {
379379 strategies: [new OpenLayers.Strategy.BBOX( { ratio : 1.1, resFactor: 1 })],
380380 protocol: new OpenLayers.Protocol.HTTP({
@@ -384,6 +384,7 @@
385385 })
386386 })
387387 })'
 388+ */
388389 );
389390
390391 # Layer group definitions. Group names must be different from layer names, and

Status & tagging log