Skip to content

Commit 5173dc7

Browse files
authored
Merge pull request #318 from mmdolbow/patch-1
Update install.rst
2 parents 78ef3ba + 507f67e commit 5173dc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/install.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Check the Troubleshooting_ section if you get errors at any stage.
99
installation, so you can skip all the following steps if you just want the previews.
1010

1111
.. note:: Starting from ckanext-spatial 2.0.0 **PostGIS is no longer required** to use the extension,
12-
and its use has been deprected. If for some reason you still need to use the old PostGIS backend
12+
and its use has been deprecated. If for some reason you still need to use the old PostGIS backend
1313
see :ref:`legacy_postgis`.
1414

1515
All commands assume an existing CKAN database named ``ckan_default``.
@@ -62,9 +62,9 @@ Legacy PostGIS support
6262
----------------------
6363

6464
Starting from ckanext-spatial 2.0.0 PostGIS is **no longer required** to use the extension,
65-
and its use has been deprected. If for some reason you are using the deprecated ``postgis``
65+
and its use has been deprecated. If for some reason you are using the deprecated ``postgis``
6666
search backend or you still need to store the dataset extents in the PostGIS
67-
enabled ``package_extent`` table you can use the following steps, but note that this support
67+
enabled ``package_extent`` table, you can use the following steps, but note that this support
6868
will removed in the future so update your workflows accordingly.
6969

7070
#. Add the ``ckan.spatial.use_postgis=true`` config option to your ini file.
@@ -78,8 +78,8 @@ On CKAN 2.8 and below use::
7878

7979
(pyenv) $ paster --plugin=ckanext-spatial spatial initdb [srid] --config=mysite.ini
8080

81-
You can define the SRID of the geometry column. Default is 4326. If you are not
82-
familiar with projections, we recommend to use the default value.
81+
You can define the SRID of the geometry column. The default is 4326, and if you are not
82+
familiar with projections, we recommend using the default value.
8383

8484
When enabling the spatial metadata, you can define the projection in which
8585
extents are stored in the database with the following option. Use the EPSG code

0 commit comments

Comments
 (0)