diff --git a/SQLite.md b/SQLite.md index fac6e42..5d94916 100644 --- a/SQLite.md +++ b/SQLite.md @@ -95,7 +95,7 @@ You can now exit the spatialite shell: | row_offset | integer | number of rows to skip when querying data | 0 | | row_limit | integer | max number of rows to return when querying data, 0 means no limit | 0 | | wkb_format | string | type of WKB in the geometry field blob, this can be "sqlite" or "spatialite" | sqlite | -| use_spatial_index | boolean | choose wheter to use the oracle spatial index when fetching data | true | +| use_spatial_index | boolean | choose wheter to use the spatial index when fetching data | true | | multiple_geometries | boolean | wheter to use multiple different objects or a single one when dealing with multi-objects (this is mainly related to how the label are used in the map, one label for a multi-polygon or one label for each polygon of a multi-polygon)| false | | encoding | string | internal file encoding | utf-8 |