orbisgis / orbisdata

Providing a common access point to data
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Fix getTable method on subquery #378

Closed ebocher closed 1 year ago

ebocher commented 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()