mapcache
mapcache copied to clipboard
MapCache source code directory. Please submit pull requests to the 'main' branch.
MapCache currently uses the deprecated [PCRE library](https://pcre.org/) (`pcre.h`), as used by the Debian package via libpcre3-dev. The maintainer of the pcre3 package in Debian intends to remove it in favour...
Google Chrome calls the GETCAPABILITIES request as HTTP OPTIONS request in our Geoportal-application. mapchache delivers a 405 Issue to this request Example: _curl -X OPTIONS https://path.to.server/mapcache/wmts?SERVICE=WMTS&REQUEST=getcapabilities -i_ Response from mapache:...
We are using MapCache with the Google Cloud Storage REST cache. We have set an `auto_expire` to 60 for example. This should recreate the requested tiles after 60 seconds. This...
I'm trying to set up a WMS-T server using mapcache/mapserver, and everything is working fine when i use the static configuration for the time dimension: 2017-07-01 2017-08-01 2017-09-01 with the...
It is a known issue that MapCache on Windows does not support `` This issue gathers some links and a possible approach to implementing this functionality. The Windows API function...
I'm trying to get a WMS-T compliant time dimension working on the Mapcache WMS/WMTS server. I'd prefer not to have to set up a ES, PG, or SQLite db alongside...
We've been using mapcache_seed to create small subsets of large caches using the extract mode. It seems that if it encounters a zoom level in the source cache that doesn't...
- this is a long reported issue (many tickets in MapServer codebase over a decade or more) where environment variables do not work on all Windows systems (no matter what...
PATH_INFO on IIS is a bit different than we would expect. It's defined here: http://msdn2.microsoft.com/en-us/library/ms524602.aspx Note that we could set a property (AllowPathInfoForScriptMappings) on the server to make it compatible...
Hi, it's possible to use dimension FILTER and SLD_BODY, or to continue the request for REQUEST = GetMap in the cases that include these parameters? I have not been able...