Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cache layout templates #901

Open
traviskirstine opened this issue Feb 29, 2024 · 0 comments
Open

Add support for cache layout templates #901

traviskirstine opened this issue Feb 29, 2024 · 0 comments

Comments

@traviskirstine
Copy link

traviskirstine commented Feb 29, 2024

Allow uses to define the template used to reference (key) a tile within a defined cache. This would be applicable to caches that do not follow a defined specification such as file, riak, couch, redis, azureblob and s3 caches. This could allow users to connect directly to seeded caches build with other applications (e.g. MapCache). Similar to the method employed by Mapcache key_template and template

Example:

caches:
   my_cache:
      grids: [my_grid]
      sources: [my_source]
      format: mixed
      request_format: image/vnd.jpeg-png
      cache:
         type: riak
         bucket: my_bucket
         key_template:  X_Y_Z 
         nodes:
            - host: riak.my_server.com
         coverage:
            bbox: [-79.80047550786563, 43.73183855591305, -79.13107337870134, 44.399298533570544]
            srs: 'EPSG:4326'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants