Hello,
I display several layer. Most of the layer are based on shapefiles on SRID 4326. MapUnit is in decimal degrees. Now I have to add a new raster layer as background based on world files. I display them with my own layer based on your MultiGeoRasterLayer-Demo.
The parameters of the world files are stored in EPSG: 31463 so unit is in meters. I assumed I can reproject the world files (like FeatureLayer with FeatureSource using projection property) so that they fit my other shapefile layers but I didn't find any property in GdiPlusRasterLayer or RasterSource to do this
Does this mean I cannot reproject raster based data and I have to reproject my shapefiles? And how about I use Google or Bing as background?
Thanks Thomas