http://www.mediawiki.org/wiki/Special:Code/MediaWiki/69102

Revision: 69102
Author:   jeroendedauw
Date:     2010-07-06 17:43:03 +0000 (Tue, 06 Jul 2010)

Log Message:
-----------
Reverted r69037

Modified Paths:
--------------
    trunk/extensions/Maps/Maps_Settings.php

Modified: trunk/extensions/Maps/Maps_Settings.php
===================================================================
--- trunk/extensions/Maps/Maps_Settings.php     2010-07-06 16:22:07 UTC (rev 
69101)
+++ trunk/extensions/Maps/Maps_Settings.php     2010-07-06 17:43:03 UTC (rev 
69102)
@@ -359,11 +359,6 @@
                
                # The difinitions for the layers that should be available for 
the user.
                $egMapsOLAvailableLayers = array(
-                       'google-physical'       => array( 
'OpenLayers.Layer.Google( "Google Physical", {type: G_PHYSICAL_MAP} )', 
'google' ),
-                       'google-streets'        => array( 
'OpenLayers.Layer.Google( "Google Streets", {numZoomLevels: 20} )', 'google' ),
-                       'google-hybrid'         => array( 
'OpenLayers.Layer.Google( "Google Hybrid", {type: G_HYBRID_MAP, numZoomLevels: 
20} )', 'google' ),
-                       'google-satellite'      => array( 
'OpenLayers.Layer.Google( "Google Satellite", {type: G_SATELLITE_MAP, 
numZoomLevels: 22} )', 'google' ),
-
                        'bing-normal' => array( 'OpenLayers.Layer.VirtualEarth( 
"Bing Streets", {type: VEMapStyle.Shaded, "sphericalMercator":true} )', 'bing' 
),
                        'bing-satellite' => array( 
'OpenLayers.Layer.VirtualEarth( "Bing Satellite", {type: VEMapStyle.Aerial, 
"sphericalMercator":true} )', 'bing' ),
                        'bing-hybrid' => array( 'OpenLayers.Layer.VirtualEarth( 
"Bing Hybrid", {type: VEMapStyle.Hybrid, "sphericalMercator":true} )', 'bing' ),
@@ -399,7 +394,6 @@
                # Layer group definitions. Group names must be different from 
layer names, and
                # must only contain layers that are present in 
$egMapsOLAvailableLayers.
                $egMapsOLLayerGroups = array(
-                       'google' => array( 'google-physical', 'google-streets', 
'google-hybrid', 'google-satellite' ),
                        'yahoo' => array( 'yahoo-normal', 'yahoo-satellite', 
'yahoo-hybrid' ),
                        'bing' => array( 'bing-normal', 'bing-satellite', 
'bing-hybrid' ),
                        'osm' => array( 'osmarender', 'osm-mapnik', 
'osm-cyclemap' ),



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to