enthought / tabs

Default Repo description from terraform module
0 stars 0 forks source link

Consistent density when zooming #7

Closed johntyree closed 8 years ago

johntyree commented 9 years ago

As the zoom level is changed, the number of vectors per area should remain constant to avoid empty regions or overcrowding.

johntyree commented 9 years ago

14:01 +kjordahl │ Here you go: https://www.mapbox.com/foundations/how-web-maps-work/#tiles-and-zoom-levels 14:01 [url] │ How do web maps work? | Mapbox 14:01 +kjordahl │ each zoom level is a factor of 2 in linear scale and a factor of 4 in area

We should thus decimate the vectors by a factor 4 for each zoom level.

johntyree commented 9 years ago

Other than everything being pretty painfully slow. This seems like the last major issue that we identified.