fixed another geodal issue, thanks Paolo

This commit is contained in:
mdipierro
2013-01-06 09:28:01 -06:00
parent ca87312c49
commit 4bd8b96dc9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.01.05.18.45.27
Version 2.4.1-alpha.2+timestamp.2013.01.06.09.27.15
+1 -1
View File
@@ -8415,7 +8415,7 @@ class Expression(object):
def st_astext(self):
db = self.db
return Expression(db, db._adapter.ST_ASTEXT, self, 'string')
return Expression(db, db._adapter.ST_ASTEXT, self, type='string')
def st_distance(self, other):
db = self.db