Yup thats exactly what is going on we have images from different source that have different projections and so we have a little program that will get called to figure out the projection of the geotiff then with we need to use mapserver for some processing and there for need to change the projection of the said layer.<br>
<br>Also this method did not seem to work<br><br><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">map.layer[layername]=PROJECTION+EPSG:3158+END</span><br><br>got this error<br>
<br>loadProjection(): Unknown identifier. Parsing error near (:):(line 1)<br><br><br><div class="gmail_quote">On Wed, Dec 21, 2011 at 7:55 PM, Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Zach,<br>
<br>
Why would you want to change the projection of a layer?<br>
<br>
The projection of a layer should be constant as it defines the projection of the data that is in that layer.<br>
<br>
So unless you are doing something like changing the data source AND also needing to then change the projection because the new data is in another projection, then I can not imagine that you are going to get any useful results doing this.<br>

<br>
-Steve W<div class="im"><br>
<br>
On 12/21/2011 5:23 PM, Zach Aller wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
that seem&#39;s to have done the trick sort of now i am just wondering if i<br>
can set that for a specific layer i tried<br>
<br>
map.layer[layername].<u></u>projection<br>
<br>
but that did not seem to work. Setting the map projection will probably<br>
be fine for our project at least for now.<br>
<br>
On Wed, Dec 21, 2011 at 11:04 AM, Lime, Steve D (DNR)<br></div><div class="im">
&lt;<a href="mailto:Steve.Lime@state.mn.us" target="_blank">Steve.Lime@state.mn.us</a> &lt;mailto:<a href="mailto:Steve.Lime@state.mn.us" target="_blank">Steve.Lime@state.mn.us</a><u></u>&gt;&gt; wrote:<br>
<br>
    Zach: You should be able to change the projection through the URL<br>
    like so:<br>
<br>
       …&amp;map.projection=EPSG:3158&amp;…<br>
<br>
    No need to runtime subs…<br>
<br>
    Steve<br>
<br></div>
    *From:*<a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@<u></u>lists.osgeo.org</a><br>
    &lt;mailto:<a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@<u></u>lists.osgeo.org</a>&gt;<br>
    [mailto:<a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@<u></u>lists.osgeo.org</a><br>
    &lt;mailto:<a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@<u></u>lists.osgeo.org</a>&gt;] *On Behalf Of *Zach<br>
    Aller<br>
    *Sent:* Tuesday, December 20, 2011 5:28 PM<br>
    *To:* <a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
    &lt;mailto:<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.<u></u>osgeo.org</a>&gt;<br>
    *Subject:* [mapserver-dev] variable substitution for projection<div class="im"><br>
<br>
    ok i am working with mapserver and a nodejs project and so i am<br>
    calling mapserver like so.<br>
<br>
    mapserv -nh<br>
    &quot;/getPreviewImg.map&amp;mode=map&amp;<u></u>mapext=&#39;+req.params.extent+&#39;&amp;<u></u>filename=&#39;+req.params.imgname+<u></u>&#39;&amp;projection=3158&quot;<br>
<br>
    the issue is that mapserver dose not support projection based run<br>
    time substitution and so i was wondering if that is possible to add<br>
    and how hard it would be (maybe i could to it myself etc if pointed<br>
    in right direction because i have no experience with mapserver&#39;s src)<br>
<br>
    map file example thats what i want to replace<br>
<br>
    PROJECTION<br>
    &quot;init=epsg:%projection%&quot;<br>
    END<br>
<br>
    or perhaps even this then i could build what ever<br>
<br>
    PROJECTION<br>
         %projection%<br>
    END<br>
<br>
<br>
<br>
<br></div>
______________________________<u></u>_________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/mapserver-dev</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/mapserver-dev</a><br>
</blockquote></div><br>