[GIS] Tilemill Dynamic Tile Generation

leafletopenlayers-2qgistilemill

I have recently used Tilemill and I wish to implement it for dynamic tile rendering.As I've seen an CartoDB doing in cloud system,they can query & generate dynamic tile for request with UTFGrid.

Since we have no budgets available on project,we need to implement the same functionality on private server by generating tiles on the fly per requests including querying,choropleth mapping,also changing cartocss for changing default colors.So forth,we can adjust Tilemill for static maps.

Can I use Tilemill for same functionality ?
If not,what are my options ?

Best Answer

Tilemill isn't set up to do dynamic tiling, but you can make a map in Tilemill, export the Mapnik XML and use TileStache to dynamically tile for you.

Related Question