comparison RestDbGisApi.py @ 252:efd2469d1722

geometry-column of tables will be displayed as string
author fknauft
date Tue, 20 Sep 2011 11:19:35 +0200
parents d7ceeb8ccbd7
children 901c1f745d13
comparison
equal deleted inserted replaced
251:477b054e9357 252:efd2469d1722
57 "text": "text", 57 "text": "text",
58 "number": "numeric", 58 "number": "numeric",
59 "id": "text", 59 "id": "text",
60 "gis_id": "text", 60 "gis_id": "text",
61 "coord_lat": "numeric", 61 "coord_lat": "numeric",
62 "coord_lon": "numeric" 62 "coord_lon": "numeric",
63 "the_geom": "the_geom"
63 } 64 }
64 65
65 def getTableOwner(self,schema,table): 66 def getTableOwner(self,schema,table):
66 """returns the owner of the table""" 67 """returns the owner of the table"""
67 # what do we do with the schema? 68 # what do we do with the schema?