Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | -$egMapsUseRL = true; //method_exists( 'OutputPage', 'addModules' ); |
| 25 | +$egMapsUseRL = false; //method_exists( 'OutputPage', 'addModules' ); |
26 | 26 | |
27 | 27 | # Features configuration |
28 | 28 | # Commenting out the inclusion of any feature will make Maps completely ignore it, and so improve performance. |
Index: trunk/extensions/Maps/includes/services/OpenLayers/Maps_OpenLayers.php |
— | — | @@ -225,7 +225,7 @@ |
226 | 226 | $resourceLoader->register( $name, new ResourceLoaderFileModule( |
227 | 227 | array_merge_recursive( $resources, array( 'group' => 'ext.maps' ) ), |
228 | 228 | dirname( __FILE__ ), |
229 | | - $egMapsScriptPath . '/includes/services/OpenLayers/' |
| 229 | + $egMapsScriptPath . '/includes/services/OpenLayers' |
230 | 230 | ) ); |
231 | 231 | } |
232 | 232 | |