You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, map interaction is working so I don't want to change anything ...
But the data_polygon layer used to have a sql query like this SELECT ST_Centroid(points.the_geom_webmercator) , point.* FROM calo1.data_polygon as point
to create a layer called point at the centroid of the polygons.
This tells carto how to visualize the point layer. BUT as I said above .. there is no sql query to make point .. so I dont know how it is working at all. I'm hesitant to change it
The text was updated successfully, but these errors were encountered:
Right now, map interaction is working so I don't want to change anything ...
But the data_polygon layer used to have a sql query like this
SELECT ST_Centroid(points.the_geom_webmercator) , point.* FROM calo1.data_polygon as point
to create a layer called point at the centroid of the polygons.
Then part of the CSS looks like this:
This tells carto how to visualize the point layer. BUT as I said above .. there is no sql query to make point .. so I dont know how it is working at all. I'm hesitant to change it
The text was updated successfully, but these errors were encountered: