<p>my suggestion is load each file seperately by itself. find a location in the file tha tis at least close to the same point for each.note the coordinates of the project.</p><p>if all the files are in fact lat lon (4326) the values should be like 35, 98. or 35, -98</p>
<p>if they are 100k size there is a good chance they are UTM,</p><p>1million probably stateplane.</p><p>The prj file is what determines how the gis projects the shape file. the coordinates don't change.</p><p>if there is no prj file the software will probably default it to 42326 while in fact the values are for a completely different system.</p>
<p>if you insert the unknown with a known and they line up then you know what system the coords are in.</p><p>So using the on the fly projection you can fool the system into telling you what system it is in.</p><p> </p><p>
file a, b, c, and d</p><p>a =4326</p><p>b=unk</p><p>c=utm</p><p> </p><p>by adding 1 file first you will know what the prj says it is. then add another to see if it lines up. </p><p>you are trying to find the unk then you can get rid of the prj ifor the unk file.</p>
<p>with on the fly DISABLED 2 files with the same prj should line up (if they don't they aren't the same projection) no matter what the prj says.</p><p>use 2 known files to verify with on the fly (a,c)</p><p>use 1 planar file with unk (zoom to extents to see scale and direction from known)</p>
<p>make some informed guesses and convert file d to several possibilities</p><p>use each posssiblity by itself (this will set the crs ) then add the unk with on the fly</p><p>when you find one that lines up with unk (mystery solved) now saveas and the prj will be correct</p>
<p> </p><p>This is rather tedious but it works for identifying incorrectly projected, unprojected, incorrectly identified projections.<br><br></p><div class="gmail_quote">2011/9/27 giannis Nj <span dir="ltr"><<a href="mailto:netsagief@hotmail.com">netsagief@hotmail.com</a>></span><br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">



<div><div dir="ltr">
Hello,<br><br>I have a .tiff file and a .shp one, showing the same area in the map but they come in different coordinates. From the Properties of these files I give them the same projection (4326 - WGS84), same as the project properties, but still they don't match. Actually, the coordinates of the shapefile remain the same (different from the project's), something that I thought would change by changing the CRS. I guess it's not that simple to change the coordinates in a file, so i would like to ask how it is possible to manage this so that the two files will come in the same coordinates. Is something in the settings that i forget to do? Is this able in QGIS or i have to try on another GIS program?<br>
<br>Thank you.<br>                                    </div></div>
<br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
<br></blockquote></div><br>