Dirk-Lüder Kreie <[EMAIL PROTECTED]> writes: > Interestingly this is no simple north-south effect: nodes to the left > of the tile cause the rendering to be too far to the east, and vice > versa. > Basically all features are shrunk towards the center of the tile
The stylesheets set a minimumMapWidth and minimumMapHeight parameter at the beginning. They were set to 1. or/p is interpreting this as 1 km. Since z12 tiles are smaller than 1 km at high latitudes these parameters were overriding the bounding box specified by the client. Setting them to 0.5 seems to have solved the problem. Matthias _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
