Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -75,19 +75,19 @@ |
76 | 76 | # Commenting or removing a mapping service will make Maps completely ignore it, and so improve performance. |
77 | 77 | |
78 | 78 | # Google Maps API v2 |
79 | | - include_once $egMapsDir . 'Includes/services/GoogleMaps/GoogleMaps.php'; |
| 79 | + include_once $egMapsDir . 'includes/services/GoogleMaps/GoogleMaps.php'; |
80 | 80 | |
81 | 81 | # Google Maps API v3 |
82 | | - include_once $egMapsDir . 'Includes/services/GoogleMaps3/GoogleMaps3.php'; |
| 82 | + include_once $egMapsDir . 'includes/services/GoogleMaps3/GoogleMaps3.php'; |
83 | 83 | |
84 | 84 | # OpenLayers API |
85 | | - include_once $egMapsDir . 'Includes/services/OpenLayers/OpenLayers.php'; |
| 85 | + include_once $egMapsDir . 'includes/services/OpenLayers/OpenLayers.php'; |
86 | 86 | |
87 | 87 | # Yahoo! Maps API |
88 | | - include_once $egMapsDir . 'Includes/services/YahooMaps/YahooMaps.php'; |
| 88 | + include_once $egMapsDir . 'includes/services/YahooMaps/YahooMaps.php'; |
89 | 89 | |
90 | 90 | # Yahoo! Maps API |
91 | | - include_once $egMapsDir . 'Includes/services/OSM/OSM.php'; |
| 91 | + include_once $egMapsDir . 'includes/services/OSM/OSM.php'; |
92 | 92 | |
93 | 93 | # Array of String. Array containing all the mapping services that will be made available to the user. |
94 | 94 | # Currently Maps provides the following services: googlemaps, yahoomaps, openlayers, osm. |