fixed another geodal issue, thanks Paolo
This commit is contained in:
@@ -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
@@ -8415,7 +8415,7 @@ class Expression(object):
|
|||||||
|
|
||||||
def st_astext(self):
|
def st_astext(self):
|
||||||
db = self.db
|
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):
|
def st_distance(self, other):
|
||||||
db = self.db
|
db = self.db
|
||||||
|
|||||||
Reference in New Issue
Block a user