Fixed #11854 -- Added Azimuth GIS function. (#8286)

This commit is contained in:
Sergey Fedoseev 2017-04-02 23:24:06 +05:00 committed by Tim Graham
parent 4f99ba84b3
commit 5e710cf4a5
9 changed files with 46 additions and 13 deletions

View file

@ -68,8 +68,9 @@ Minor features
:class:`~django.contrib.gis.db.models.functions.IsValid` function, and
:lookup:`isvalid` lookup.
* Added the :class:`~django.contrib.gis.db.models.functions.LineLocatePoint`
function, supported on PostGIS and SpatiaLite.
* Added the :class:`~django.contrib.gis.db.models.functions.Azimuth` and
:class:`~django.contrib.gis.db.models.functions.LineLocatePoint` functions,
supported on PostGIS and SpatiaLite.
* Any :class:`~django.contrib.gis.geos.GEOSGeometry` imported from GeoJSON now
has its SRID set.