_geometryColumnSQL: function (c) {
    return [
      'CASE',
      'WHEN GeometryType(' + c + ") = 'POINT' THEN",
      'ST_AsGeoJSON(' + c + ',8)',