[mapserver-commits] [mapserver/mapserver] 3c39c9: WFS: add WEB.METADATA wfs_features_cache_count and...

GitHub noreply at github.com
Thu Dec 1 15:56:43 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 3c39c9114f513a4db54f5c38c4326e176f781594
      https://github.com/mapserver/mapserver/commit/3c39c9114f513a4db54f5c38c4326e176f781594
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M mapfile.c
    M mapgml.c
    M mapogcfiltercommon.c
    M mapogroutput.c
    M mapprimitive.c
    M mapquery.c
    M maprasterquery.c
    M mapserver.h
    M mapwfs.c
    A msautotest/wxs/expected/wfs_query_cache.xml
    A msautotest/wxs/expected/wfs_query_cache_2.xml
    A msautotest/wxs/wfs_query_cache.map

  Log Message:
  -----------
  WFS: add WEB.METADATA wfs_features_cache_count and wfs_features_cache_size items

wfs_features_cache_count determines how many shapes are stores in resultCacheObj*,
so as to be used immediately by GML or OGR output, without querying again the
dataset.

wfs_features_cache_size is the limit in bytes of the space taken by those shapes.

Both items can be set. The most limiting will be honoured.

CREDITS: Funded by:
Regione Toscana - Settore Sistema Informativo Territoriale ed
Ambientale (CIG: 6038019AE5)




More information about the mapserver-commits mailing list