X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-tile.c;h=fbffd6ff0f799d638145230e89f9db1cc9524bee;hp=24214ade125a4434a4871661879c6652c6a27cb0;hb=07cebdd8475eeaf5f9cd155ff0424e937aa5c6d8;hpb=ad122fbc44250cabc22e81f99a7ea1f376766ca6 diff --git a/src/objects/gis-tile.c b/src/objects/gis-tile.c index 24214ad..fbffd6f 100644 --- a/src/objects/gis-tile.c +++ b/src/objects/gis-tile.c @@ -58,6 +58,7 @@ GisTile *gis_tile_new(GisTile *parent, GisTile *tile = g_object_new(GIS_TYPE_TILE, NULL); tile->parent = parent; tile->atime = time(NULL); + gis_bbox_set_bounds(&tile->coords, 0, 1, 1, 0); gis_bbox_set_bounds(&tile->edge, n, s, e, w); return tile; }