Index: trunk/extensions/SemanticMaps/SM_Settings.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | include_once $smgDir . 'GoogleMaps/SM_GoogleMaps.php'; // Google Maps |
50 | 50 | include_once $smgDir . 'OpenLayers/SM_OpenLayers.php'; // OpenLayers |
51 | 51 | include_once $smgDir . 'YahooMaps/SM_YahooMaps.php'; // Yahoo! Maps |
52 | | -include_once $smgDir . 'OpenStreetMap/SM_OSM.php'; // OpenLayers optimized for OSM |
| 52 | +// include_once $smgDir . 'OpenStreetMap/SM_OSM.php'; // OpenLayers optimized for OSM |
53 | 53 | |
54 | 54 | # Array of String. The default mapping service for each feature, which will be used when no valid service is provided by the user. |
55 | 55 | # Each service needs to be enabled, if not, the first one from the available services will be taken. |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) { |
39 | | - define( 'SM_VERSION', '0.6 a6' ); |
| 39 | + define( 'SM_VERSION', '0.6 a7' ); |
40 | 40 | |
41 | 41 | $smgScriptPath = ( isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |
42 | 42 | $smgDir = dirname( __FILE__ ) . '/'; |