Skip to content

sdlime/mapcache

This branch is 44 commits behind MapServer/mapcache:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 28, 2021
Dec 13, 2019
Sep 6, 2021
Jan 11, 2022
Jan 30, 2020
Sep 6, 2021
Jan 14, 2022
Dec 13, 2019
May 13, 2013
Dec 28, 2021
Aug 30, 2011
Dec 28, 2021
Sep 6, 2021
Feb 13, 2015
Jul 9, 2019
Jan 12, 2022
Oct 7, 2013
Jan 24, 2019
Feb 10, 2020
Feb 27, 2013
Jan 24, 2019
Dec 28, 2021
Sep 6, 2021
Jul 2, 2012
Aug 30, 2011
Feb 4, 2020
Sep 6, 2021
Aug 30, 2011
Feb 27, 2013
Feb 5, 2020
Feb 5, 2020

Repository files navigation

MapCache

Build Status Appveyor Build Status

Summary

MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable, while offering the essential features (and more!) expected from a tile caching solution.

For more information and complete documentation please visit:

http://mapserver.org/mapcache/

Questions relating to MapCache use and development can be asked on the MapServer mailing lists:

http://www.mapserver.org/community/lists.html

License

/******************************************************************************
 *
 * Project:  MapServer
 * Purpose:  MapCache tile caching program.
 * Author:   Thomas Bonfort and the MapServer team.
 *
 ******************************************************************************
 * Copyright (c) 1996-2019 Regents of the University of Minnesota.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies of this Software or works derived from this Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 *****************************************************************************/

Packages

No packages published

Languages

  • C 96.3%
  • CMake 2.3%
  • Other 1.4%