X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-tile.h;h=e2b72524f53d430e4c12cf0746bccb809e905e4e;hp=4ebf7ef190ac3a8d731431c7046fd3cf8f4e5a2c;hb=14c34a746fc94a9e5477d081275f04bd1c8b5d6d;hpb=bbf8154058e9cbae03ebb55cd92f804db4f490aa diff --git a/src/objects/gis-tile.h b/src/objects/gis-tile.h index 4ebf7ef..e2b7252 100644 --- a/src/objects/gis-tile.h +++ b/src/objects/gis-tile.h @@ -38,6 +38,9 @@ struct _GisTile { /* Pointer to the tile data */ gpointer data; + /* Pointer to the tile data */ + gint zindex; + /* North,South,East,West limits */ GisBBox edge;