X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a3319e114fd4cba45156dc0150ee0c629185bb9f..7ee554493260f2233d5984527188850a5404984f:/src/viktmsmapsource.c diff --git a/src/viktmsmapsource.c b/src/viktmsmapsource.c index 6d8e591e..69d510ae 100644 --- a/src/viktmsmapsource.c +++ b/src/viktmsmapsource.c @@ -16,6 +16,22 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see . */ + + /** + * SECTION:viktmsmapsource + * @short_description: the class for TMS oriented map sources + * + * The #VikTmsMapSource class handles TMS oriented map sources. + * + * The tiles are in 'equirectangular'. + * http://en.wikipedia.org/wiki/Equirectangular_projection + * + * Such service is also a type of TMS (Tile Map Service) as defined in + * OSGeo's wiki. + * http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification + * Following this specification, the protocol handled by this class + * follows the global-geodetic profile. + */ #ifdef HAVE_CONFIG_H #include "config.h"