X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-tile.h;h=39cdeea3dbfad2419b93dc63ebde078741fc824e;hp=c912b5a171ef507e67aa02ecae1650a5610c65e8;hb=e4de9d051f0f61a2f0eaa97e631bc7b891dc2eaf;hpb=7fd905b9f8a19f6c021c7fa754c1e35e6abd4141 diff --git a/src/objects/gis-tile.h b/src/objects/gis-tile.h index c912b5a..39cdeea 100644 --- a/src/objects/gis-tile.h +++ b/src/objects/gis-tile.h @@ -42,10 +42,10 @@ struct _GisTile { gint zindex; /* North,South,East,West limits */ - GisBBox edge; + GisBounds edge; /* Texture mapping coordinates */ - GisBBox coords; + GisBounds coords; /* Pointers to parent/child nodes */ GisTile *parent;