2011/3/23 Sisyphos <[email protected]>: > Hi, > > I'd like to find out, how mapnik is able to display raster images > withinin open layers. I know that mapnik supports it, but I have no > idea how the results will look like. Unfortunately I have to transform > my data first into something what mapnik could work with (source are > mapninfo seamless layers) -- so its a long way to make my data visible > with mapnik.
Mapnik is a renderer, openlayers is used to visualize the results in a web browser. To see how to utilize rasters in mapnik, have a look here: http://trac.mapnik.org/wiki/RasterSymbolizer As you note correctly, you might have to reproject the images before you can use them in mapnik. cheers, Martin _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

