Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis/geos.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev2015-11-051-0/+11
|
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-011-25/+0
|
* Fixed #25583 -- Allowed calling `transform` with ↵Sergey Fedoseev2015-10-241-0/+8
| | | | `CoordTransform` even if SRID is invalid.
* Fixed #25603 -- Made clear that geometry's SRID is meant ↵Sergey Fedoseev2015-10-241-1/+1
| | | | in docs for GEOSGeometry.transform.
* Added precision about GeoJSON field outputsClaude Paroz2015-10-121-1/+3
|
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-271-2/+2
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed #24144 -- Documented that GEOSGeometry.envelope ↵Claude Paroz2015-02-141-1/+2
| | | | | | can return a point Thanks Manel Clos for the report.
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-10/+0
|
* Updated some other external links in the docsClaude Paroz2014-12-191-1/+1
|
* Updated GIS docs to use doc links.Tim Graham2014-11-261-2/+0
|
* Updated an old note about GEOSGeometry.transformClaude Paroz2014-11-221-10/+2
|
* Improved docs for GEOSGeometry.simplify()Tom Dyson2014-07-251-10/+9
|
* Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham2014-07-101-1/+1
|
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-231-1/+1
| | | | | Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand.
* Fixed docs typos.Szczepan Cieślik2014-02-251-3/+3
|
* Fixed minor typos.Nathan Smith2014-01-021-2/+2
|
* Added more spatial predicates for prepared geometriesClaude Paroz2013-12-241-2/+42
| | | | | GEOS 3.3 added crosses, disjoint, overlaps, touches and within predicates on prepared geometries.
* Dropped support for GEOS < 3.1Claude Paroz2013-12-241-20/+0
|
* Django should be capitalized in textBouke Haarsma2013-11-021-1/+1
|
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-12/+0
|
* Corrected "it's" to "its" when used possessively.Thomas Thurman2013-04-291-1/+1
| | | | Fixed #20327.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-4/+10
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #19366 -- Prevented GEOSIndexError when comparing ↵Claude Paroz2012-11-281-0/+11
| | | | | | | geometries Thanks Craig de Stigter for the report and collaboration on the patch.
* Fixed #18919 -- Stopped dropping Z attribute when ↵Claude Paroz2012-09-291-6/+14
| | | | | | | | transforming geometries Previously, the wkb of geometries was dropping the Z attribute. Thanks luizvital for the report and tests and georger.silva@gmail.com for the tests.
* Fixed #11948 -- Added interpolate and project linear ↵Claude Paroz2012-09-291-0/+25
| | | | | | | referencing methods Thanks novalis for the report and the initial patch, and Anssi Kääriäinen and Justin Bronn for the review.
* Fixed #18934 - Removed versionadded/changed annotations ↵Tim Graham2012-09-211-4/+0
| | | | for Django 1.3
* Added a note about GEOS support for 3D/4D WKT notationClaude Paroz2012-09-201-0/+5
| | | | See also http://trac.osgeo.org/geos/ticket/347
* Fixed #13904 - Documented how to avoid garbage ↵Tim Graham2012-08-031-0/+11
| | | | | | collection messages in GIS. Thanks Claude Peroz for the patch.
* Updated obsolete links in the documentationClaude Paroz2012-06-281-2/+2
|
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-4/+0
| | | | Thanks Florian Apolloner for the patch.
* Replaced print statement by print function (forward ↵Claude Paroz2012-04-301-1/+1
| | | | compatibility syntax).
* Fixed #18039 -- Changed geometry transform without a ↵Claude Paroz2012-04-121-3/+2
| | | | | | | | | SRID raise a GEOSException. This was planned in the official deprecation timeline for 1.5. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-261-50/+38
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13788 -- `GEOSGeometry.transform` no longer ↵Justin Bronn2010-12-221-1/+13
| | | | | | silently no-ops when GDAL isn't available. Thanks, Rob Coup. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14318 -- Added `GEOSGeometry.valid_reason` ↵Justin Bronn2010-11-041-0/+6
| | | | | | property. Thanks, Rob Coup. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12930, #12832, #11538 -- Refactored and merged ↵Justin Bronn2010-03-261-0/+911
the GeoDjango documentation into the rest of the Django docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12856 bcc190cf-cafb-0310-a4f2-bffc1f526a37