Raster Manipulation - Clip, colorize & overlay!
A color playground for raster maps.
Raster manipulation (colorisation & clipping of tiles) is computationally heavy operation & not very feasible on the browser (frontend), thus we moved it to backend & then distributed by the CDN.
But this raised another challenge, how do we settle on the color schemes with backend, since the whole pipeline had to be rerun & old tiles purged? Earlier, we could just change the value & reload browser!
This utility helps simulate the color schemes quickly, along with clipping & map-styles you want to apply.
npm install
npm run start
npm run build
https://your-tiles-url/{z}/{x}/{-y}.png
Read contribution here