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

Revision: 69023
Author:   jeroendedauw
Date:     2010-07-04 21:55:34 +0000 (Sun, 04 Jul 2010)

Log Message:
-----------
Changes for 0.6.4

Modified Paths:
--------------
    trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php

Modified: trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php
===================================================================
--- trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php  2010-07-04 
21:40:24 UTC (rev 69022)
+++ trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php  2010-07-04 
21:55:34 UTC (rev 69023)
@@ -35,6 +35,8 @@
        private $specificParameters = false;
        protected $featureParameters = false;
        
+       protected abstract function getDefaultZoom();
+       
        public function __construct( MapsMappingService $service ) {
                $this->mService = $service;
        }
@@ -139,6 +141,12 @@
        }
        
        /**
+        * Optionally override.
+        */
+       public function doMapServiceLoad() {
+       }               
+       
+       /**
         * Sets the $centreLat and $centreLon fields.
         */
        private function setCentre() {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to