]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - src/Configuration/Defaults.py
Changed the default SRID constant to an integer (as opposed to a string).
[dead/census-tools.git] / src / Configuration / Defaults.py
index 7c7fa6994adea13c2ccb96c1b8f3ef63fda4644d..0de824acf53e37b3f63529691c4cafbb1724bfbd 100644 (file)
@@ -1,3 +1,4 @@
 DATABASE_HOST = 'localhost'
 DATABASE_NAME = 'census'
 DATABASE_USERNAME = 'postgres'
+SRID = 4269