I'm trying to convert the data to lat long coordinates in the looker, but I can only draw the polygon by circular points.

I would like the drawing to be in polygon format, but it is coming as circles, if i join the dots, the polygon is totally wrong the polygon design.

ddc0f51a-63c5-463b-a638-484277954c2b.jpg
9b3a8d7c-4e66-4498-8272-169e5ddb02d0.jpg
  dimension: bounds {
type: location
sql_latitude: ST_Y(ST_Centroid(ST_Transform(${TABLE}."bounds", 4326)));;
sql_longitude: ST_X(ST_Centroid(ST_Transform(${TABLE}."bounds", 4326)));;
}
1 1 248
1 REPLY 1

I have the same doubt, I need help with this too!!!

Top Labels in this Space
Top Solution Authors