i converted my shape file to tiff which is basically a road layer of an area. That shp contain a name attribute which shows the road names. I want that name to display on tiff image. Pls guide me
i converted my shape file to tiff which is basically a road layer of an area. That shp contain a name attribute which shows the road names. I want that name to display on tiff image. Pls guide me
You'll need to create label points and vectorize/rasterize the text before output.
Try either the MapnikRasterizer or the Labeller + TextStroker combination.