summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/install/spatialite.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2024-04-10Fixed settings path in docs for installing SpatiaLite with Homebrew.Adam Johnson
Co-authored-by: Adam Zapletal <adamzap@gmail.com>
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2022-12-14Removed KyngChaos packages from docs.Mariusz Felisiak
See https://www.kyngchaos.com/2022/09/11/goodbye-software-packaging/
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-04-06Refs #30156 -- Corrected version in SpatiaLite install instructions.Mariusz Felisiak
2020-05-13Renamed PROJ.4 to PROJ.Claude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-05-17Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
Updated the Spatialite installation instruction to refer to the latest available version from KyngChaos, as Gaia-SINS does not provide MacOS binaries anymore.
2019-04-17Updated SpatiaLite install instructions to suggest first package from recent ↵Willy Njundong
Debian-based distributions.
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-06-12Updated GIS install instructions to use placeholders for GIS library versions.Brylie Christopher Oxley
2018-06-09Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with ↵Claude Paroz
Spatialite 4.2+. Thanks Tim Graham for the review.
2018-01-31Disambiguated "settings" in SpatiaLite note.Rodrigo
2018-01-31Fixed location of spatialite_source label.Rodrigo
2017-07-17Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.jmk
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-03-16Updated postgis.net and gaia-gis.it links to https.Tim Graham
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-01-29Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-10-31Refs #25636 -- Updated instructions for libspatialite source installationSergey Fedoseev
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-17Removed obsolete pysqlite documentation.Tim Graham
These steps are no longer needed as of pysqlite 2.7.0. https://github.com/ghaering/pysqlite/commit/76f34850be582249d9048e6acb2993943b07d31b
2014-12-08Fixed typo in spatialite.txtClaude Paroz
Thanks Tim Graham for spotting the error.
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
Thanks Kenial S. Lee for the initial patch and Tim Graham for the review.
2014-11-26Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-26Updated GIS docs to use doc links.Tim Graham
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-08-19Removed unnecessary code-block directives.areski
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
This is a partial undo of 1b142ef5dd.
2013-09-12Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-07-13Removed Python 2.6 references in GIS docsClaude Paroz
Refs #20746.
2012-10-20Separated GIS installation docs in sectionsClaude Paroz