Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2018-06-01 18:26:14 +02:00
parent 86988dd890
commit f3836144db
2 changed files with 22 additions and 18 deletions

View file

@ -21,12 +21,6 @@ In any case, you should always be able to :ref:`install from source
__ https://www.gaia-gis.it/fossil/libspatialite
__ https://www.gaia-gis.it/gaia-sins/
.. admonition:: ``SPATIALITE_LIBRARY_PATH`` setting required for SpatiaLite 4.2+
If you're using SpatiaLite 4.2+, you must put this in your ``settings.py``::
SPATIALITE_LIBRARY_PATH = 'mod_spatialite'
.. _spatialite_source:
Installing from source