Closed rohshar closed 6 years ago
Exactly, this is a known issue. I'm afraid this has not an easy way to fix but mentioning here @CartoDB/research just in case
Maybe we should add a verification step that
I could see this being a general feature that a lot of analyses could use.
There is a good example of this in the great circle function
https://github.com/CartoDB/cartodb-postgresql/blob/master/scripts-available/CDB_GreatCircle.sql#L17
IF ST_XMax(line) - ST_XMin(line) > 180 THEN
line = ST_Difference(
ST_Shift_Longitude(line),
ST_Buffer(ST_GeomFromText('LINESTRING(180 90, 180 -90)', 4326), 0.00001)
);
END IF;
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
we should keep open
I am getting a weird visualization when I try to use the area of influence analysis on a specific earthquakes data set that can be found here: https://rodolfo8.cartodb.com/tables/earthquakes_cdbjs_lesson3/public/map
I am pretty sure it has something to do with errors across the international date line. Here is a screenshot: