We have a map rendering engine (renders from MapInfo Interchange Format). This engine uses Mercator Projection. Now we have to insert a raster layer (orthophotos of a city), we have GeoTIFF files with the .tfw files.
The idea: we create ~200x200px png files for each zoom level and the client will ask a WCF service for the images with parameters: zoom level, top left coordinate, bottom right coordinate.
My problem is: how to make the vector and raster layers work together? I don't really want to change the aspect ratio of the raster images.
Thanks in advance, Mart