r69102 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69101‎ | r69102 | r69103 >
Date:17:43, 6 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Reverted r69037
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -359,11 +359,6 @@
360360
361361 # The difinitions for the layers that should be available for the user.
362362 $egMapsOLAvailableLayers = array(
363 - 'google-physical' => array( 'OpenLayers.Layer.Google( "Google Physical", {type: G_PHYSICAL_MAP} )', 'google' ),
364 - 'google-streets' => array( 'OpenLayers.Layer.Google( "Google Streets", {numZoomLevels: 20} )', 'google' ),
365 - 'google-hybrid' => array( 'OpenLayers.Layer.Google( "Google Hybrid", {type: G_HYBRID_MAP, numZoomLevels: 20} )', 'google' ),
366 - 'google-satellite' => array( 'OpenLayers.Layer.Google( "Google Satellite", {type: G_SATELLITE_MAP, numZoomLevels: 22} )', 'google' ),
367 -
368363 'bing-normal' => array( 'OpenLayers.Layer.VirtualEarth( "Bing Streets", {type: VEMapStyle.Shaded, "sphericalMercator":true} )', 'bing' ),
369364 'bing-satellite' => array( 'OpenLayers.Layer.VirtualEarth( "Bing Satellite", {type: VEMapStyle.Aerial, "sphericalMercator":true} )', 'bing' ),
370365 'bing-hybrid' => array( 'OpenLayers.Layer.VirtualEarth( "Bing Hybrid", {type: VEMapStyle.Hybrid, "sphericalMercator":true} )', 'bing' ),
@@ -399,7 +394,6 @@
400395 # Layer group definitions. Group names must be different from layer names, and
401396 # must only contain layers that are present in $egMapsOLAvailableLayers.
402397 $egMapsOLLayerGroups = array(
403 - 'google' => array( 'google-physical', 'google-streets', 'google-hybrid', 'google-satellite' ),
404398 'yahoo' => array( 'yahoo-normal', 'yahoo-satellite', 'yahoo-hybrid' ),
405399 'bing' => array( 'bing-normal', 'bing-satellite', 'bing-hybrid' ),
406400 'osm' => array( 'osmarender', 'osm-mapnik', 'osm-cyclemap' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69037Maps: define a openlayers google group...avar23:40, 4 July 2010

Status & tagging log