TileStache / TileStache

A stylish alternative for caching your map tiles.
http://tilestache.org
BSD 3-Clause "New" or "Revised" License
758 stars 290 forks source link

Sandwich error on adjacent bbox #191

Open support4net opened 10 years ago

support4net commented 10 years ago

Hi, I have found a problem in composing a set of tiles formed by adjacent sandwiches. The result is a gray area full of tiles rendered at full extent size.

Here are the details:

example:

 "tms":
    {
        "provider":
        {
            "name": "Sandwich",
            "stack":
            [
                    {"src": "baselow", "zoom": "1-5"},
                    {"src": "base", "zoom": "6-19"},
                    {"src": "euS", "zoom": "6-19"},
                    {"src": "AFR", "zoom": "6-19"},
                    {"src": "countries", "zoom": "6-19"},
                    {"src": "cities", "zoom": "6-19"}
            ]
        }
    },
rburhum commented 10 years ago

Is it a proper 'crash' with a call stack or an incorrectly rendered result (i.e. the gray area you mention)?