django1/django/contrib/gis/utils
Claude Paroz f039c555ca [1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests
3857 is now the official EPSG code for the Google spherical mercator
projection and some recent versions of GDAL do not recognize 900913
any longer.
Thanks Tim Graham for the report and initial patch.
Backport of c082f3c74c from master.
2014-04-17 21:21:27 +02:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
layermapping.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
ogrinfo.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
ogrinspect.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
srs.py [1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests 2014-04-17 21:21:27 +02:00
wkt.py More attacking E302 violators 2013-11-02 13:12:09 -07:00