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
Sometimes if you click a data_point or data_polygon, it will fail to pull in the details from the underlying parcel. It seems that we rely on a mouseclick event on both layers to be triggered, but sometimes it fails to do so. We will eventually want to find an alternative way to handle this aggregation across layers.
One solution would send Carto some PostGIS SQL getting the parcel most overlapping with the selected point or polygon.
Generally, we're going to have to build out some way of fuzzily figuring out when two data points are the same parcel. This will also be useful for aggregating multiple data points added from the same parcel.
The text was updated successfully, but these errors were encountered:
Sometimes if you click a data_point or data_polygon, it will fail to pull in the details from the underlying parcel. It seems that we rely on a mouseclick event on both layers to be triggered, but sometimes it fails to do so. We will eventually want to find an alternative way to handle this aggregation across layers.
One solution would send Carto some PostGIS SQL getting the parcel most overlapping with the selected point or polygon.
Generally, we're going to have to build out some way of fuzzily figuring out when two data points are the same parcel. This will also be useful for aggregating multiple data points added from the same parcel.
The text was updated successfully, but these errors were encountered: