summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis
AgeCommit message (Expand)Author
2016-03-29Fixed #26417 -- Allowed setting GDALBand data with partial values.Daniel Wiesmann
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-03-21Fixed grammatical typos in gis docs.Akshesh
2016-02-24Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz
2016-02-19Fixed #25974 -- Switched GIS docs to 4 spaces indentation.Sergey Fedoseev
2016-02-19Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-16Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-06Fixed spelling -- super set -> superset.Sergey Fedoseev
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-29Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.Tim Graham
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-12-23Fixed #25979 -- Dropped support for PostgreSQL 9.1.Tim Graham
2015-12-23Documented that GDAL is required to initialize GEOSGeometry from JSON.Sergey Fedoseev
2015-12-23Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.Sergey Fedoseev
2015-12-22Fixed #25950 -- Added support for GEOSisClosed.Sergey Fedoseev
2015-12-18Fixed #25869 -- Added trim and precision properties to WKTWriter.Sergey Fedoseev
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-18Fixed a typo in docs/ref/contrib/gis/geos.txt.Sergey Fedoseev
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
2015-12-04Fixed #25740 -- Documented GEOSGeometry operators.Sergey Fedoseev
2015-12-04Fixed #25853 -- Added support for GeoHash function on SpatiaLite.Sergey Fedoseev
2015-12-03Refs #25659 -- Added missing docs for Difference/Intersection/SymDifference f...Sergey Fedoseev
2015-12-02Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite.Sergey Fedoseev
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
2015-11-25Fixed #25649 -- Documented that all GEOSGeometry constructors take srid kwarg.Sergey Fedoseev
2015-11-25Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann
2015-11-23Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
2015-11-18Fixed #25654 -- Added the GEOSGeometry.unary_union property.Sergey Fedoseev
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-11Fixed #25728 -- Fixed description of GEOSGeometry.contains().Sergey Fedoseev
2015-11-05Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev
2015-11-02Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-31Refs #25632 -- Corrected database support docs for GeoDjango DB functions.Sergey Fedoseev
2015-10-31Refs #25636 -- Updated instructions for libspatialite source installationSergey Fedoseev
2015-10-31Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev
2015-10-30Fixed #25641 -- Removed section about adding Google projection to spatial_ref...Sergey Fedoseev
2015-10-29Fixed #25632 -- Documented missing version requirements for GeoDjango DB func...Sergey Fedoseev
2015-10-29Fixed required SpatiaLite version in docs.Sergey Fedoseev
2015-10-28Added versionadded directive for GDALRaster.sridClaude Paroz
2015-10-28Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann
2015-10-24Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRI...Sergey Fedoseev
2015-10-24Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeom...Sergey Fedoseev
2015-10-13Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev
2015-10-12Added precision about GeoJSON field outputsClaude Paroz
2015-10-11Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere differenceClaude Paroz