Skip to content
Snippets Groups Projects
Select Git revision
  • feature/example-map-geopackage
  • master default protected
  • python-implementation
  • develop
  • feature/add-more-documentation-for-compilation
  • centos7
  • distros/centos
  • feature/github-actions
8 results

libcurl.m4

  • Kai Krueger's avatar
    243d7138
    Add two more storage backends ro_http_proxy and ro_composite · 243d7138
    Kai Krueger authored
    Both are read only backends, i.e. they can't be used in renderd, but only in mod_tile
    
    ro_http_proxy is a proxy storage backend that retrieves tiles from a remote http tile server
    
    ro_composite is a storage backend that composits two tiles before passing them up.
    
    Although ro_composite can composite tiles from any two storage backends, conceptually it only
    works well, if at least one set of tiles are static non updating tiles, as the updating logic
    does not allow for requesting rendering updates for both tilesets
     
    
    243d7138
    History
    Add two more storage backends ro_http_proxy and ro_composite
    Kai Krueger authored
    Both are read only backends, i.e. they can't be used in renderd, but only in mod_tile
    
    ro_http_proxy is a proxy storage backend that retrieves tiles from a remote http tile server
    
    ro_composite is a storage backend that composits two tiles before passing them up.
    
    Although ro_composite can composite tiles from any two storage backends, conceptually it only
    works well, if at least one set of tiles are static non updating tiles, as the updating logic
    does not allow for requesting rendering updates for both tilesets