]> Pileus Git - grits/blobdiff - src/plugins/map.h
Add Tile Map Service downloading
[grits] / src / plugins / map.h
index ff4a9accf7450761b75cd8de28d79eaca15942db..5161837609ee62daeca13323fdcef67c583e9b73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,6 +36,7 @@ struct _GritsPluginMap {
        /* instance members */
        GritsViewer *viewer;
        GritsTile   *tiles;
+       GritsTms    *tms;
        GritsWms    *wms;
        GThreadPool *threads;
        gulong       sigid;