diff options
| author | Daniel Wiesmann <daniel.wiesmann@gmail.com> | 2015-06-19 16:46:03 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-19 14:36:43 -0400 |
| commit | b769bbd4f6a3cd1bcd9ebf3559ec6ea0f9b50565 (patch) | |
| tree | 48cb987ced74d60f75fd86306edc2f87c764362f /docs/ref/contrib/gis/tutorial.txt | |
| parent | d3d66d47222dd8765a20a15fdc754c0ed7635404 (diff) | |
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 71e5304082..9abcd857ff 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -10,10 +10,10 @@ world-class geographic Web framework. GeoDjango strives to make it as simple as possible to create geographic Web applications, like location-based services. Its features include: -* Django model fields for `OGC`_ geometries. +* Django model fields for `OGC`_ geometries and raster data. * Extensions to Django's ORM for querying and manipulating spatial data. -* Loosely-coupled, high-level Python interfaces for GIS geometry operations and - data formats. +* Loosely-coupled, high-level Python interfaces for GIS geometry and raster + operations and data manipulation in different formats. * Editing geometry fields from the admin. This tutorial assumes familiarity with Django; thus, if you're brand new to |
