[转]GeoDjango 中文教程

GeoDjango是一款支持地理数据存储和空间查询的Django衍生项目。


http://geoinformatics.cn/lab/geodjango/tutorial.html


In Django 1.1, GeoDjango (i.e. django.contrib.gis) has several new features:
Support for SpatiaLite -- a spatial database for SQLite -- as a spatial backend.
Geographic aggregates (Collect, Extent, MakeLine, Union) and F expressions.
New GeoQuerySet methods: collect, geojson, and snap_to_grid.
A new list interface methods for GEOSGeometry objects.

For more details, see the GeoDjango documentation.

你可能感兴趣的:(django)