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