Khooshe icon indicating copy to clipboard operation
Khooshe copied to clipboard

Stop creating layers with single point

Open smadha opened this issue 9 years ago • 5 comments

@MBoustani I think we should stop creating rows with label as 1. Technically we are showing same bubble twice. Once with label 1 and then we create a new file with one row having label p.

What do you think?

[1] http://smadha.github.io/static/tiles/3/5_11_6.csv [2] http://smadha.github.io/static/tiles/4/5_11_6_4.csv

[1] -35.00752,138.57935000000001,1 [2] -35.00752,138.57935000000001,p

smadha avatar Feb 15 '16 05:02 smadha

@smadha Yes agree, I think this duplication.

MBoustani avatar Feb 16 '16 18:02 MBoustani

@MBoustani Cool let's do this in this same release.

I found out one small bug which must be related to this issue. sample_points.csv

32.85065,-79.82894
33.74368,-115.99386

generates 2 zoom level -> 0,1. 0/0.csv with 2 points and 1/0.csv, 1/1.csv files each with single point BUT dict.csv have only one row

dict.csv

folder,file,extent
0,0,"-115.99386, 32.85065, -79.82894, 33.74368"

No rows for 1/0.csv and 1/1.csv

smadha avatar Feb 18 '16 08:02 smadha

@smadha working on it.

MBoustani avatar Feb 26 '16 23:02 MBoustani

@smadha please try now, I think it has been fixed in last commit.

MBoustani avatar Mar 01 '16 22:03 MBoustani

@MBoustani I tried indexing dhsimagecatdev and I could see this issue

51.500050000000002,103.91775,1

smadha avatar Mar 11 '16 09:03 smadha