Fix typo
This commit is contained in:
parent
4f0c11cfca
commit
c64a437fb2
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class AFOSMessage(DatabaseTable):
|
||||||
'location': 'ST_AsText(location) as location'
|
'location': 'ST_AsText(location) as location'
|
||||||
}
|
}
|
||||||
|
|
||||||
__values_write__ = {
|
__values_read__ = {
|
||||||
'poly': shapely.from_wkt,
|
'poly': shapely.from_wkt,
|
||||||
'location': shapely.from_wkt
|
'location': shapely.from_wkt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue