X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fgis-tile.c;h=e265e05342b12c1bb2d8d07d60a4ccf30e4edfb3;hb=72daafe41e061d981a69bc26c656f3e7da1ededa;hp=7a0f0b832851c8e8d91535ad4844be651dfe4d6d;hpb=82adb52036f7330bb6d47e354c24bcc13c34dd34;p=grits diff --git a/src/gis-tile.c b/src/gis-tile.c index 7a0f0b8..e265e05 100644 --- a/src/gis-tile.c +++ b/src/gis-tile.c @@ -18,12 +18,12 @@ #include #include -#include "gis-world.h" #include "gis-tile.h" +#include "gis-util.h" gchar *gis_tile_path_table[2][2] = { - {".00", ".01"}, - {".10", ".11"}, + {"00.", "01."}, + {"10.", "11."}, }; GisTile *gis_tile_new(GisTile *parent,