Index: trunk/extensions/SemanticMaps/SM_Settings.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | * More info can be found at http://www.mediawiki.org/wiki/Extension:Semantic_Maps#Settings |
7 | 7 | * |
8 | 8 | * NOTICE: |
9 | | - * Changing one of these settings can be done by copieng or cutting it, |
| 9 | + * Changing one of these settings can be done by copying or cutting it, |
10 | 10 | * and placing it in LocalSettings.php, AFTER the inclusion of Semantic Maps. |
11 | 11 | * |
12 | 12 | * @file SM_Settings.php |
— | — | @@ -31,16 +31,6 @@ |
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | -# General |
36 | | - |
37 | | - # Boolean. Indicates if spatial extensions should be used for coordinate storage. |
38 | | - # Spatial extensions significantly speed up querying, but are not present by default on postgres databases. |
39 | | - # If this value is false, coordinates will be stored in 2 float fields. |
40 | | - # You are unlikely to need to change this setting, so don't unless you know what you are doing! |
41 | | - $smgUseSpatialExtensions = false; // TODO: $wgDBtype != 'postgres'; |
42 | | - |
43 | | - |
44 | | - |
45 | 35 | # Queries |
46 | 36 | |
47 | 37 | # Boolean. The default value for the forceshow parameter. Will force a map to be shown even when there are no query results |