Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev2015-11-051-0/+11
|
* Fixed #25659 -- Added missing support for MySQL 5.6.1 ↵Sergey Fedoseev2015-11-021-3/+3
| | | | | | GIS functions Added support for ST_Difference/ST_Intersection/ST_SymDifference.
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-012-27/+1
|
* Refs #25632 -- Corrected database support docs for ↵Sergey Fedoseev2015-10-312-30/+30
| | | | GeoDjango DB functions.
* Refs #25636 -- Updated instructions for libspatialite ↵Sergey Fedoseev2015-10-311-34/+7
| | | | source installation
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-314-7/+6
|
* Fixed #25641 -- Removed section about adding Google ↵Sergey Fedoseev2015-10-302-28/+1
| | | | projection to spatial_ref_sys table
* Fixed #25632 -- Documented missing version requirements ↵Sergey Fedoseev2015-10-291-4/+4
| | | | for GeoDjango DB functions.
* Fixed required SpatiaLite version in docs.Sergey Fedoseev2015-10-291-1/+1
| | | | | Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped support for SpatiaLite < 2.4.
* Added versionadded directive for GDALRaster.sridClaude Paroz2015-10-281-0/+2
| | | | Complement to 48548d1a47.
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+15
| | | | | Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api.
* 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.
* Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev2015-10-141-3/+3
|
* Added precision about GeoJSON field outputsClaude Paroz2015-10-122-2/+6
|
* Fixed #25498 -- Documented ↵Claude Paroz2015-10-111-17/+18
| | | | | | ST_Distance/ST_Distance_Sphere difference Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #25499 -- Added the ability to pass an expression ↵Claude Paroz2015-10-091-3/+9
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-061-6/+4
| | | | disambiguate it from a list.
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-031-1/+1
| | | | Thanks Daniel Hahler for the initial patch.
* Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos2015-10-031-2/+2
| | | | | Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder')
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-244-16/+2
|
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-241-66/+0
| | | | | | methods. Per deprecation timeline.
* 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-112-30/+7
| | | | | | | 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
|
* Fixed #25205 -- Removed doc references to deprecated ↵Brendan Hayward2015-08-116-39/+36
| | | | GeoManager class.
* Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham2015-08-111-3/+2
|
* Updated various links in docsClaude Paroz2015-08-085-16/+12
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-084-10/+10
|
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+6
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-312-0/+174
| | | | database format
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-276-12/+12
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed #25141 -- Diminished GDAL dependence during ↵Claude Paroz2015-07-201-3/+11
| | | | | | | geojson serialization Only require GDAL if contained geometries need coordinate transformations. Thanks drepo for the report and Tim Graham for the review.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-2/+84
| | | | Thanks to Tim Graham for the review.
* Added GDAL 2.0 supportClaude Paroz2015-06-201-1/+1
|
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-194-19/+96
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-1/+1
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert2015-05-061-2/+2
|
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-256-154/+5
|
* Documented GeoQuerySet replacement by functionsClaude Paroz2015-04-225-59/+631
|
* 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
|
* Fixed #24550 -- Added migration operation description to ↵Markus Holtermann2015-03-301-0/+3
| | | | | | sqlmigrate output Thanks Tim Graham for the review.
* Dropped support for PostgreSQL 9.0.Tim Graham2015-03-271-1/+1
|
* Updated links to latest version of PostGIS docs.Tim Graham2015-03-175-19/+17
|