The CartoLayer only works with dynamic tiles so feature dropping can happen at lower zoom levels. If feature dropping happens, the widgets linked to the same source are not going to work. If we want the widgets to work at all zoom levels, we need to fetch the data in GeoJSON format and then use the GeoJsonLayer intead of the CartoLayer.
The CartoLayer only works with dynamic tiles so feature dropping can happen at lower zoom levels. If feature dropping happens, the widgets linked to the same source are not going to work. If we want the widgets to work at all zoom levels, we need to fetch the data in GeoJSON format and then use the GeoJsonLayer intead of the CartoLayer.