Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.

This commit is contained in:
Sergey Fedoseev 2017-03-30 20:17:13 +05:00 committed by Tim Graham
parent ede4f6d48c
commit 24023c6a8f
5 changed files with 51 additions and 4 deletions

View file

@ -71,6 +71,9 @@ Minor features
* Added the :class:`~django.contrib.gis.db.models.functions.LineLocatePoint`
function, supported on PostGIS and SpatiaLite.
* Any :class:`~django.contrib.gis.geos.GEOSGeometry` imported from GeoJSON now
has its SRID set.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~