mapbox / vtfx

sketch of vt processors (vtfx)
4 stars 4 forks source link

pixelate #22

Open samanpwbb opened 9 years ago

samanpwbb commented 9 years ago

can a vtfx do this?

http://a.tiles.mapbox.com/v3/colemanm.blue-marble-8bit/page.html#4/12.77/11.65

camilleanne commented 9 years ago

I don't know, but I want to try.

ian29 commented 9 years ago

pixelate could be a easier first step towards a fancier linework fx

ian29 commented 9 years ago

altho @samanpwbb a cheap + dirty way to pixelate your geometries is just to set an unreasonably low maxzoom on vt sources.

samanpwbb commented 9 years ago

cc: @duncangraham

morganherlocker commented 9 years ago

This effect can be produced using tile-cover and could be wrapped by vtfx.

This would require data to be converted from 4096x4096 integer grids to WG84 geometry, but I do have some code for that. Also, I could port the algorithm to work with arbitrary integer grids if necessary. It would require: