[mapserver-commits] [mapserver/mapserver] 0c26a4: WMS: tag a layer as queryable in GetCapabilities r...

GitHub noreply at github.com
Fri Apr 27 16:36:04 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 0c26a42038ce3b164ff3c02a3efb8d9d21dda37d
      https://github.com/mapserver/mapserver/commit/0c26a42038ce3b164ff3c02a3efb8d9d21dda37d
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M mapwms.c
    M msautotest/wxs/expected/ows_all_wms_capabilities.xml
    M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
    M msautotest/wxs/expected/ows_wms_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    M msautotest/wxs/expected/wms_cap.xml
    M msautotest/wxs/expected/wms_cap130.xml
    M msautotest/wxs/expected/wms_cap130_postgis.xml
    M msautotest/wxs/expected/wms_cap_latestversion.xml
    M msautotest/wxs/expected/wms_cap_latestversion_postgis.xml
    M msautotest/wxs/expected/wms_cap_postgis.xml
    M msautotest/wxs/expected/wms_caps_updatesequence.xml
    M msautotest/wxs/expected/wms_caps_updatesequence_postgis.xml
    M msautotest/wxs/expected/wms_get_caps.xml
    M msautotest/wxs/expected/wms_inspire_cap.xml
    M msautotest/wxs/expected/wms_inspire_cap_111.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
    M msautotest/wxs/expected/wms_inspire_cap_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_ger.xml
    M msautotest/wxs/expected/wms_layer_groups_caps111.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g1_error.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g2.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g2sg3l1.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g3.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_root.xml
    M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
    M msautotest/wxs/expected/wms_rast_cap.xml
    M msautotest/wxs/wms_layer_groups.map

  Log Message:
  -----------
  WMS: tag a layer as queryable in GetCapabilities response if queryable or sublayers are queryable (fixes #5570)

Also fix GetFeatureInfo request on the root layer to work when some
sublayers are not queryable.


  Commit: b6f33a681691e55277a7a11226c9433cc1fc2240
      https://github.com/mapserver/mapserver/commit/b6f33a681691e55277a7a11226c9433cc1fc2240
  Author: Even Rouault <even.rouault at mines-paris.org>
  Date:   2018-04-28 (Sat, 28 Apr 2018)

  Changed paths:
    M mapwms.c
    M msautotest/wxs/expected/ows_all_wms_capabilities.xml
    M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
    M msautotest/wxs/expected/ows_wms_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    M msautotest/wxs/expected/wms_cap.xml
    M msautotest/wxs/expected/wms_cap130.xml
    M msautotest/wxs/expected/wms_cap130_postgis.xml
    M msautotest/wxs/expected/wms_cap_latestversion.xml
    M msautotest/wxs/expected/wms_cap_latestversion_postgis.xml
    M msautotest/wxs/expected/wms_cap_postgis.xml
    M msautotest/wxs/expected/wms_caps_updatesequence.xml
    M msautotest/wxs/expected/wms_caps_updatesequence_postgis.xml
    M msautotest/wxs/expected/wms_get_caps.xml
    M msautotest/wxs/expected/wms_inspire_cap.xml
    M msautotest/wxs/expected/wms_inspire_cap_111.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
    M msautotest/wxs/expected/wms_inspire_cap_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_ger.xml
    M msautotest/wxs/expected/wms_layer_groups_caps111.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g1_error.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g2.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g2sg3l1.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_g3.xml
    A msautotest/wxs/expected/wms_layer_groups_map_query_root.xml
    M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
    M msautotest/wxs/expected/wms_rast_cap.xml
    M msautotest/wxs/wms_layer_groups.map

  Log Message:
  -----------
  Merge pull request #5587 from rouault/wms_fix_queryable_caps

WMS: tag a layer as queryable in GetCapabilities response if queryable or sublayers are queryable (fixes #5570)


Compare: https://github.com/mapserver/mapserver/compare/1d6b2899d6c6...b6f33a681691


More information about the mapserver-commits mailing list