This commit is contained in:
XANTRONIX 2025-02-24 23:08:49 -05:00
parent 4f0c11cfca
commit c64a437fb2

View file

@ -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
} }