Cache Disk tiles from WMS to expose as WMTS in deegree3 (MatrixSetId inspirecrs84quad)

27 views
Skip to first unread message

matteo.m...@graphitech.it

unread,
Oct 23, 2015, 11:38:57 AM10/23/15
to Tilestache
Hi!,

I need to tile a WMS layer and expose the result tiles in a WMTS with a matrixetid inspirecrs84quad.
I'm trying with this configuration:

{
    "cache": {
        "name": "Disk",
        "path": "/tmp/stache",
        "dirs": "portable"             
    },
    "layers": {
        "ps": {
            "provider": {
                "name": "url template",
                "source projection": "WGS84"
            },
            "projection": "TileStache.Goodies.Proj4Projection:Proj4Projection('+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs', [5545984, 2772992, 1386496, 693248, 346624, 173312, 86656, 43328, 21664, 10832, 5416, 2708, 1354, 677, 338.5, 169.25, 84.625, 42.3125, 21.15625, 10.578125, 5.2890625, 1 ], transformation=Transformation(1, 0, 0, 0, -1, 0))",
            "bounds": {
                "west": -5.01812982358651,
                "south": 42.4038131491744,
                "east": 22.8982609783658,
                "north": 51.5050241221644,
                "low": 0,
                "high": 17
            }
        }
    },
    "logging": "debug"
}

but I don't know how to set up tilestache to customize tiles behavior, such as the number of tiles at zoom level 0.
Reply all
Reply to author
Forward
0 new messages