[mapserver-users] Change mapfile from html form

Lee hatedau at yahoo.com
Thu Jan 14 18:35:41 EST 2010


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


      


More information about the mapserver-users mailing list