Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis/install
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-011-2/+1
|
* Refs #25636 -- Updated instructions for libspatialite ↵Sergey Fedoseev2015-10-311-34/+7
| | | | source installation
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-312-3/+2
|
* Fixed #25641 -- Removed section about adding Google ↵Sergey Fedoseev2015-10-301-25/+0
| | | | projection to spatial_ref_sys table
* Fixed required SpatiaLite version in docs.Sergey Fedoseev2015-10-291-1/+1
| | | | | Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4.
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-242-12/+2
|
* Dropped support for Oracle 11.1.Tim Graham2015-09-181-1/+1
|
* Removed obsolete pysqlite documentation.Tim Graham2015-09-182-55/+1
| | | | | These steps are no longer needed as of pysqlite 2.7.0. https://github.com/ghaering/pysqlite/commit/76f34850be582249d9048e6acb2993943b07d31b
* Fixed #25380 -- Added Postgres.app to the PostGIS ↵Flavio Curella2015-09-111-5/+21
| | | | options on OS X.
* Fixed #25379 -- Removed obsolete information from ↵Flavio Curella2015-09-111-0/+3
| | | | | | | GeoDjango tutorial. Django 1.9 drops support for PostgreSQL 9.0 where creating a database using a template was needed.
* Updated PROJ.4 link to new GitHub wiki.David Sanders2015-08-251-1/+1
|
* Updated various links in docsClaude Paroz2015-08-082-10/+7
|
* Added GDAL 2.0 supportClaude Paroz2015-06-201-1/+1
|
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-254-129/+5
|
* Fixed #24672 -- Clarified note about installing ↵Claude Paroz2015-04-211-3/+6
| | | | | | | postgis_topology Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the review.
* Update to indicate GDAL 1.11 is supported.Justin Bronn2015-04-131-5/+5
|
* Update PROJ.4 source instructions to use 4.9.1.Justin Bronn2015-04-131-7/+7
|
* Update link to use GEOS 3.4.2 in source installation docs.Justin Bronn2015-04-131-4/+4
|
* Dropped support for PostgreSQL 9.0.Tim Graham2015-03-271-1/+1
|
* Updated links to latest version of PostGIS docs.Tim Graham2015-03-172-5/+5
|
* Fixed #24358 -- Corrected code-block directives for ↵Sean Wang2015-02-221-1/+1
| | | | console sessions.
* Updated some other external links in the docsClaude Paroz2014-12-192-3/+3
|
* Used https for most *.python.org linksClaude Paroz2014-12-191-4/+4
|
* Fixed typo in spatialite.txtClaude Paroz2014-12-081-1/+1
| | | | Thanks Tim Graham for spotting the error.
* Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz2014-12-081-0/+6
| | | | DatabaseWrapper.prepare_database has been introduced in 307de67073.
* Fixed #20968 -- Checked Spatialite metadata before ↵Claude Paroz2014-12-081-29/+6
| | | | | | | migrations Thanks Kenial S. Lee for the initial patch and Tim Graham for the review.
* Fixed #23901 -- Documented how to use SpatiaLite with ↵Kenial Lee2014-11-261-2/+37
| | | | Homebrew.
* Updated GIS docs to use doc links.Tim Graham2014-11-264-18/+9
|
* Updated Fink doc section to be version-agnosticClaude Paroz2014-11-131-6/+3
|
* Removed sudo from pip commands in docs.Corey Farwell2014-09-222-2/+2
|
* Removed unnecessary code-block directives.areski2014-08-192-10/+4
|
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-1/+1
|
* Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham2014-08-021-1/+1
|
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & ↵Tim Graham2014-08-016-53/+9
| | | | | | PostGIS 1.3, 1.4. Thanks Claude Paroz for the review.
* Fixed #23064 -- Added lib detection support for GDAL ↵Claude Paroz2014-07-211-0/+1
| | | | | | | 1.10/1.11 Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django.
* Dropped support for SpatiaLite < 2.4.Tim Graham2014-06-092-23/+7
|
* Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz2014-04-171-4/+4
| | | | Refs #22456.
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-32/+1
|
* Dropped support for GEOS 3.1Claude Paroz2014-03-291-2/+1
|
* Added note in geo library docsClaude Paroz2014-03-291-0/+5
|
* Confirmed Spatialite 4 supportClaude Paroz2014-03-291-1/+3
|
* Confirmed GEOS 3.4 supportClaude Paroz2014-03-291-1/+2
|
* Fixed some typos and formatting issues in docs.Rodolfo Carvalho2014-03-032-3/+3
|
* Fixed doc typos.Tim Graham2014-02-281-1/+1
|
* Dropped support for GEOS < 3.1Claude Paroz2013-12-241-2/+1
|
* Updated a bunch of hyperlinks in documentationClaude Paroz2013-12-082-3/+3
|
* (Re-)added GeoDjango instructions for building pysqlite2 ↵Ramiro Morales2013-12-082-1/+55
| | | | | | correctly. This is a partial undo of 1b142ef5dd.
* Fixed a couple of typos in GeoDjango docs.Ramiro Morales2013-09-131-4/+6
|
* Removed Python 2.6 references in GIS docsClaude Paroz2013-07-132-54/+5
| | | | Refs #20746.
* [gis] Dropped official support for GDAL < 1.6Claude Paroz2013-07-061-2/+1
|