Hi Werner, I tried to find your raster file projection "UTM_WGS84_M15", but it doesn't seem to be available. What happens if you create your own CRS in QGIS. From your .prj file this should work:
Setings -> Custom CRS Name: UTM_WGS84_M15 Parameters: +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=500000 +y_0=-5000000 +ellps=WGS84 +units=m +datum=WGS84 +no_defs Then you load the raster, which is projected in "UTM_WGS84_M15", choose your custom projection in the Project Properties dialog, select "Enable OTF" and load the shape. The vector should now fit with the raster. regards, Otto On Mon, 05 Jan 2009 09:30:20 +0100 Werner Macho <[email protected]> wrote: > Hi List! > > I gotta small problem here to proof that qgis is prime-time ready but .. > i have a raster and 3 vektor layers that i want to overlay > Rasterlayer is a geoTIF and as of .prj file: > PROJCS["UTM_WGS84_M15",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1 984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519 943295]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000],PA RAMETER["False_Northing",-5000000],PARAMETER["Central_Meridian",15],PARAMETER[" Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0],UNIT["Meter",1]] > > therefore a UTM_WGS84_M15 which seems to be not in the list of > projections (or am i wrong?) > > the Vektorlayers are normal shape files and as of .prj file: > PROJCS["MGI_Austria_GK_M34",GEOGCS["GCS_MGI",DATUM["D_MGI",SPHEROID["Bessel_184 1",6377397.155,299.1528128]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925 199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",750000.0], PARAMETER["False_Northing",-5000000.0],PARAMETER["Central_Meridian",16.33333333 333334],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT[ "Meter",1.0]] > > which i expect to be the MGI / Austria M34 projection and i can find it > in the KBS List > > > So can anybody give me a hint howto solve the rasterlayer projection > because otherwise i cant overlay vector OTF on the Raster (My > Information is that it can only work in that direction. > > Thanks a lot > regards > Werner > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
