Lot's of changes in the syntax when altering a mapfile by URL since the 4.x series. Try:
map.layer[BOUNDARY]=POINTS+434844.80 4522838.00 434840.17 4522890.93 434826.42 4522942.25 434803.96 4522990.40 434844.80 4522838.00+END I think that should work. Steve ________________________________________ From: [email protected] [[email protected]] On Behalf Of Lee [[email protected]] Sent: Thursday, January 14, 2010 5:35 PM To: [email protected] Subject: [mapserver-users] Change mapfile from html form Greetings, In a mapfile I have the following layer in my mapfile: LAYER NAME 'BOUNDARY' TYPE POLYGON FEATURE STATUS OFF CLASS NAME 'Search Boundary' OUTLINECOLOR 0 230 255 END # CLASS END # Layer In Mapserver 4 I was able to create a polygon from a form using the following html tags: <input type="hidden" name="map_BOUNDARY_feature" value="new"> <input type="hidden" name="map_BOUNDARY_feature_points" value="434844.80 4522838.00 434840.17 4522890.93 434826.42 4522942.25 434803.96 4522990.40 434844.80 4522838.00 "> In Mapserver 5 it is not working. Any suggestions would be greatly appreciated. Thanks Lee _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
