]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Changed the default SRID constant to an integer (as opposed to a string).
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 28 Sep 2009 02:21:22 +0000 (22:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 28 Sep 2009 02:21:22 +0000 (22:21 -0400)
src/Configuration/Defaults.py

index 588cddd6df3174e950695a4934c544c774d6a3c0..0de824acf53e37b3f63529691c4cafbb1724bfbd 100644 (file)
@@ -1,4 +1,4 @@
 DATABASE_HOST = 'localhost'
 DATABASE_NAME = 'census'
 DATABASE_USERNAME = 'postgres'
-SRID = '4269'
+SRID = 4269