django1/django/contrib/gis/utils
Claude Paroz c082f3c74c 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.
2014-04-17 21:18:07 +02:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
layermapping.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07: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 Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests 2014-04-17 21:18:07 +02:00
wkt.py More attacking E302 violators 2013-11-02 13:12:09 -07:00