MapProxy is an open source proxy for geospatial data. It caches, accelerates and
transforms data from existing map services and serves any desktop or web GIS
client. It supports WMS-C, TMS and WMTS protocols.
MapProxy is a tile cache, but also offers many new and innovative features like
full support for WMS clients.
ok ajacoutot@ sthen@
MapCache is a WMTS/TMS 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.
ok ajacoutot@ sthen@
Since 1.8, QGIS requires bison > 2.4 at build time, but since noone
cares enough our bison is still stuck at 2.3. To workaround this,
add the parsers generated with a WIP bison 2.6.2 to files/, and comment
out the Cmake goo to call/detect bison.
Add patches from http://hub.qgis.org/issues/10762.
I've used QGIS 1.8, 2.0, 2.2 and 2.4 without issues since > 2 years.
- sort LIB_DEPENDS
- remove unneeded MODGNOME_LDFLAGS (pointed out by ajacoutot@)
OK on previous diff from landry@ (maintainer)
OK if it works from ajacoutot@
Add dependency on system json-c, and add a bunch of patches to cope with
json-c 0.12 API change (upstream r27267 / bug #5449)
See http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News for details.
Now installs a gdal.pc file for easier detection.
went in a bulk build without fallout.
tools are actually used.
This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache
(some prettyfication will follow shortly)