<div>In the migration guide I read:</div>
<div>&nbsp;</div>
<div>&nbsp;...Now you&nbsp;CAN pass chunks of mapfiles....but you&nbsp;CAN change multiple properties at one time...Note that you&nbsp;CAN use either a &#39;_&#39; or a &#39;.&#39; to seperate identifiers...</div>
<div>&nbsp;</div>
<div>So I don&#39;t read there&#39;s no backward compatibility.</div>
<div>However, this what I have in map file:</div>
<div>&nbsp;</div>
<div>LAYER<br>&nbsp;&nbsp; NAME &#39;pointClick&#39;<br>&nbsp;&nbsp; TYPE CIRCLE<br>&nbsp;&nbsp; TRANSFORM FALSE<br>&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp; DEBUG OFF<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp; END<br>END</div>
<div>&nbsp;</div>
<div>and this is the query:</div>
<div>&nbsp;</div>
<div>//MS4 Ok, not woriking in MS5</div>
<div>queryString = baseUrl + layersString + &quot;&amp;mode=query&quot; + zoomStr +&quot;&amp;imgext=&quot; + imgext + &quot;&amp;imgxy=&quot; + imgxy +&quot;&amp;savequery=true&quot; +&quot;&amp;map_pointClick_feature=new&amp;map_pointClick_feature_points=&quot; + setCircleCoords(imgxy) ;
</div>
<div><br>//MapServer 5.0: Ok<br>queryString = baseUrl + layersString + &quot;&amp;mode=query&quot; + zoomStr +&quot;&amp;imgext=&quot; + imgext + &quot;&amp;imgxy=&quot; + imgxy +&quot;&amp;savequery=true&quot; +&quot;&amp;map.layer[pointClick]=FEATURE POINTS &quot; + setCircleCoords(imgxy) + &quot; END END&quot;;
</div>
<div>&nbsp;</div>
<div>where setCircleCoords is a simple function which returns: </div>
<div>x1 + &quot; &quot; + y1 + &quot; &quot; + x2 + &quot; &quot; + y2</div>
<div>which is the BBox of the circle.</div>
<div>&nbsp;</div>
<div>Cheers</div>
<div>&nbsp; Piero<br><br>&nbsp;</div>
<div><span class="gmail_quote">2007/9/25, thomas bonfort &lt;<a href="mailto:thomas.bonfort@gmail.com">thomas.bonfort@gmail.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">have you read the migration guide at<br><a href="http://trac.osgeo.org/mapserver/browser/branches/branch-5-0/mapserver/MIGRATION_GUIDE.TXT">
http://trac.osgeo.org/mapserver/browser/branches/branch-5-0/mapserver/MIGRATION_GUIDE.TXT</a><br>?<br><br>notably the URL configuration changes<br><br>cheers,<br>tb<br><br>On 9/25/07, John Cole &lt;<a href="mailto:john.cole@uai.com">
john.cole@uai.com</a>&gt; wrote:<br>&gt; Has the syntax for adding a point via the URL (for mapserver cgi) changed in<br>&gt; MS5?<br>&gt;<br>&gt; I have a map that no longer puts a point on the map in MS5 but the same<br>
&gt; query works in MS4.<br>&gt;<br>&gt; MS4: (address point works)<br>&gt; <a href="http://pmap1.hud.uai.com/cgi-bin4/mapserv.exe?map=/mapserver/gdt/main4.map&amp;LAYERS=bound%2Chydro%2Clandmark%2Creviteblocks%2Cacablocks%2Croads%2Croads_anno%2Cbase_anno%2Chydro_anno%2Clandmark_point%2Ccity%2Cproperties_np_wfs%2Cselected%2Caddress%2Ccopyright&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;map_copyright_feature=new&amp;map_copyright_feature_points=496.5%20440&amp;map_copyright_feature_text=%C2%A9%202005%20TANA%2C%20Inc.%2C%20Rel.%2004%2F2005&amp;map_address_feature=new&amp;map_address_feature_points=-86.57704727363421%2034.69944180009092&amp;map_address_feature_text=3410%20Ohara%20Rd%20SW%2C%20Huntsville%2C%20Alabama%2035801&amp;SRS=EPSG%3A4326&amp;BBOX=-86.598355%2C34.689786%2C-86.55574%2C34.709098&amp;WIDTH=993&amp;HEIGHT=450">
http://pmap1.hud.uai.com/cgi-bin4/mapserv.exe?map=/mapserver/gdt/main4.map&amp;LAYERS=bound%2Chydro%2Clandmark%2Creviteblocks%2Cacablocks%2Croads%2Croads_anno%2Cbase_anno%2Chydro_anno%2Clandmark_point%2Ccity%2Cproperties_np_wfs%2Cselected%2Caddress%2Ccopyright&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;map_copyright_feature=new&amp;map_copyright_feature_points=496.5%20440&amp;map_copyright_feature_text=%C2%A9%202005%20TANA%2C%20Inc.%2C%20Rel.%2004%2F2005&amp;map_address_feature=new&amp;map_address_feature_points=-86.57704727363421%2034.69944180009092&amp;map_address_feature_text=3410%20Ohara%20Rd%20SW%2C%20Huntsville%2C%20Alabama%2035801&amp;SRS=EPSG%3A4326&amp;BBOX=-86.598355%2C34.689786%2C-86.55574%2C34.709098&amp;WIDTH=993&amp;HEIGHT=450
</a><br>&gt;<br>&gt; MS5: (address point missing)<br>&gt; <a href="http://pmap1.hud.uai.com/cgi-bin/mapserv.exe?map=/mapserver/gdt/main4.map&amp;LAYERS=bound%2Chydro%2Clandmark%2Creviteblocks%2Cacablocks%2Croads%2Croads_anno%2Cbase_anno%2Chydro_anno%2Clandmark_point%2Ccity%2Cproperties_np_wfs%2Cselected%2Caddress%2Ccopyright&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;map_copyright_feature=new&amp;map_copyright_feature_points=496.5%20440&amp;map_copyright_feature_text=%C2%A9%202005%20TANA%2C%20Inc.%2C%20Rel.%2004%2F2005&amp;map_address_feature=new&amp;map_address_feature_points=-86.57704727363421%2034.69944180009092&amp;map_address_feature_text=3410%20Ohara%20Rd%20SW%2C%20Huntsville%2C%20Alabama%2035801&amp;SRS=EPSG%3A4326&amp;BBOX=-86.598355%2C34.689786%2C-86.55574%2C34.709098&amp;WIDTH=993&amp;HEIGHT=450">
http://pmap1.hud.uai.com/cgi-bin/mapserv.exe?map=/mapserver/gdt/main4.map&amp;LAYERS=bound%2Chydro%2Clandmark%2Creviteblocks%2Cacablocks%2Croads%2Croads_anno%2Cbase_anno%2Chydro_anno%2Clandmark_point%2Ccity%2Cproperties_np_wfs%2Cselected%2Caddress%2Ccopyright&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fjpeg&amp;map_copyright_feature=new&amp;map_copyright_feature_points=496.5%20440&amp;map_copyright_feature_text=%C2%A9%202005%20TANA%2C%20Inc.%2C%20Rel.%2004%2F2005&amp;map_address_feature=new&amp;map_address_feature_points=-86.57704727363421%2034.69944180009092&amp;map_address_feature_text=3410%20Ohara%20Rd%20SW%2C%20Huntsville%2C%20Alabama%2035801&amp;SRS=EPSG%3A4326&amp;BBOX=-86.598355%2C34.689786%2C-86.55574%2C34.709098&amp;WIDTH=993&amp;HEIGHT=450
</a><br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; John<br>&gt; --<br>&gt; View this message in context: <a href="http://www.nabble.com/adding-point-via-URL-broken-in-MS5--tf4515013.html#a12877874">http://www.nabble.com/adding-point-via-URL-broken-in-MS5--tf4515013.html#a12877874
</a><br>&gt; Sent from the Mapserver - User mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>&gt;<br></blockquote></div><br>