[mapserver-dev] Disabling GML output for one layer

Andrea Peri aperi2007 at gmail.com
Sun Oct 19 09:01:44 PDT 2014


Hi,

I, to activate the GML output on GetFeatureInfo, usually add an
explicit output-format in mapfile:

  OUTPUTFORMAT
    NAME "OGRGML"
    MIMETYPE "text/gml"
    DRIVER "OGR/GML"
    FORMATOPTION "STORAGE=filesystem"
    FORMATOPTION "FORM=multipart"
  END
....
  LAYER
    ...
    METADATA
      ....
      "wms_getfeatureinfo_formatlist" "OGRGML" # necessario per
recuperare il GML da OGR-GDAL con GetFeatureInfo
    END
    TEMPLATE 'ogrgml'  #con l'opzione void rimando al tipo output
(template-driven)

I guess without this settings the GML is not returned.

dont ?

A.


2014-10-19 16:44 GMT+02:00 Angelos Tzotsos <gcpp.kalxas at gmail.com>:
> Hi all,
>
> I am having trouble to disable GML output (for WMS GetFeatureInfo request)
> for one of my layers.
>
> 83.212.100.7/cgi-bin/mapserv?map=/home/data/WMS/wms.map&LAYERS=MODIS_GPP_Latest,CLASSIFICATION&QUERY_LAYERS=MODIS_GPP_Latest,CLASSIFICATION&STYLES=,&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&BBOX=2316381.337124%2C4845849.841337%2C2351083.747961%2C4879902.537433&FEATURE_COUNT=10&HEIGHT=891&WIDTH=908&FORMAT=image%2Fpng&INFO_FORMAT=application%2Fvnd.ogc.gml&SRS=EPSG%3A900913&X=391&Y=309
>
> From the documentation it seems that DUMP OFF used to do that.
> How do I replicate this feature on latest versions?
>
> My layer definition:
>
>  LAYER
>   NAME MODIS_GPP_Latest
>  PROJECTION
>    "init=epsg:32634"
>   END
>   TYPE RASTER
>   DUMP FALSE
>   STATUS ON
>   DATA ./latest_GPP.tif
>   TEMPLATE ./template.html
>   PROCESSING "SCALE=AUTO"
>   OFFSITE 0 0 0
>   METADATA
>    "ows_title"    "Gross Primary Production"
>    "ows_abstract"    "Latest Gross Primary Production"
>    "ows_keywordlist"    "NASA,MODIS"
>    "wms_opaque"    "0"
>    "wms_metadataurl_format" "text/html"
>    "wms_dataurl_format" "image/png"
>    "ows_metadataurl_type" "FGDC"
>    "ows_metadataurl_href" "http://modis.gsfc.nasa.gov/"
>    "wms_dataurl_href" "ftp://e4ftl01.cr.usgs.gov"
>   END
>  END
>
> My MAP metadata:
>
>   METADATA
>    "ows_schemas_location" "http://schemas.opengis.net"
>    "ows_title" "MapServer for PindosGIS Project"
>    "ows_abstract" "Latest MODIS imagery through OGC Web Services"
>    "ows_keywordlist" "MapServer,MODIS,NASA"
>    "ows_enable_request" "*"
>    "ows_onlineresource"
> "http://83.212.100.7/cgi-bin/mapserv?map=/home/data/WMS/wms.map"
>    "ows_fees" "none"
>    "ows_accessconstraints" "none"
>    "ows_srs" "EPSG:32634 EPSG:4326 EPSG:900913 EPSG:3857 EPSG:102113
> EPSG:2100"
>    "wms_feature_info_mime_type"  "text/html"
>    "wms_getmap_formatlist" "image/png,image/gif"
>    END
>
> I have one vector layer and one raster layer and I want to disable the
> raster layer result.
> Unfortunately the layer cannot be removed from the request (I drill down WMS
> GetFeatureInfo on my GeoExt application)
>
> Thanks,
> Angelos
>
> --
> Angelos Tzotsos
> Remote Sensing Laboratory
> National Technical University of Athens
> http://users.ntua.gr/tzotsos
>
> _______________________________________________
> mapserver-dev mailing list
> mapserver-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-dev



-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------


More information about the mapserver-dev mailing list