Closed ebocher closed 1 year ago
The following syntax now works
h2GIS.getSpatialTable("h2gis").columns("land", "st_precisionreducer(st_transform(the_geom, 4326), 3) as the_geom") .filter("limit 1").getSpatialTable()
The following syntax now works