MapServer / MapServer-import

3 stars 2 forks source link

[MapServer Docs] Add QUERYFORMAT parameter #1035

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: jmckenna@dmsolutions.ca Date: 2004/11/05 - 21:49

must add QUERYFORMAT to the WEB object in the mapfile-reference. Some
explanation on the parameter below:

from map.h: "what format is the query to be returned, given as a MIME type"

from SteveLime: 

- It's a way to set the mimetype for the query output in cases where your
templates produce say GML, XML or SVG. An example would be QUERYFORMAT
'image/svg+xml'.
- default is "text/html"
-"experimental"...and "see OUTPUTFORMAT"
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/11/05 - 21:54

reassigning to myself
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/11/06 - 01:31

related MS post:

http://mapserver.gis.umn.edu/data2/wilma/mapserver-users/0311/msg00560.html
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/11/28 - 21:42

added OUTPUTFORMAT parameter to web object in mapfile-reference doc (v4.4).  It
states that this is experimental, and recommends the use of the OUTPUTFORMAT
object instead.
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/11/28 - 21:43

added OUTPUTFORMAT parameter to web object in mapfile-reference doc (v4.4).  It
states that this is experimental, and recommends the use of the OUTPUTFORMAT
object instead.