diff options
| author | pieterck <pieterceka123@gmail.com> | 2023-10-03 15:47:00 +0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-04 19:58:27 +0200 |
| commit | 0989cf13e70f52d5b241aa176eb74a680a282d09 (patch) | |
| tree | 51f1ed13bd10b64426fbf85605dea5439f726b8c /docs | |
| parent | f9cdecfb0de40698eb2ce44c04068bb091fa8998 (diff) | |
Fixed #34759 -- Confirmed support for SpatiaLite 5.1.
Thanks The Epic Dev for helping with tests.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 90ad6ed10e..ca47981f95 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -13,7 +13,7 @@ Program Description Required :doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.4 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.4, 3.3, 3.2, 3.1, 3.0 -`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.0, 4.3 +`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.1, 5.0, 4.3 ======================== ==================================== ================================ =========================================== Note that older or more recent versions of these libraries *may* also work @@ -48,6 +48,7 @@ totally fine with GeoDjango. Your mileage may vary. PROJ 5.0.0 2018-03-01 SpatiaLite 4.3.0 2015-09-07 SpatiaLite 5.0.0 2020-08-23 + SpatiaLite 5.1.0 2023-08-04 .. note:: |
