Home
last modified time | relevance | path

Searched defs:mapcache_tileset (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dmapcache.h83 typedef struct mapcache_tileset mapcache_tileset; typedef
1137 struct mapcache_tileset { struct
1155 * size of the metatile that should be requested to the mapcache_tileset::source argument
1160 * size of the gutter around the metatile that should be requested to the mapcache_tileset::source argument
1162 int metabuffer;
1169 int expires;
1198 * a list of parameters that can be forwarded from the client to the mapcache_tileset::source argument
1200 apr_array_header_t *dimensions;
1202 …le sub-dimensions be assembled dynamically (per-request) or should they be cached once assembled */
1226 mapcache_tileset* mapcache_tileset_clone(mapcache_context *ctx, mapcache_tileset *tileset); argument