]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikslippymapsource.h
Prevent requests for downloading tiles at Zoom Level 19 and above for most map types
[andy/viking.git] / src / vikslippymapsource.h
index 651eaad7067ab6f8894c38ff02431ba28dc2186b..a39d2f33ad2ff144f5ef83662267ad7556fa5f04 100644 (file)
@@ -23,7 +23,6 @@
 #include "vikcoord.h"
 #include "mapcoord.h"
 #include "vikmapsourcedefault.h"
-#include "download.h"
 
 G_BEGIN_DECLS
 
@@ -40,10 +39,6 @@ typedef struct _VikSlippyMapSource VikSlippyMapSource;
 struct _VikSlippyMapSourceClass
 {
        VikMapSourceDefaultClass parent_class;
-
-       gchar * (*get_uri) ( VikSlippyMapSource *self, MapCoord *src );
-       gchar * (*get_hostname) ( VikSlippyMapSource *self );
-       DownloadMapOptions * (*get_download_options) ( VikSlippyMapSource *self );
 };
 
 struct _VikSlippyMapSource
@@ -55,10 +50,6 @@ GType vik_slippy_map_source_get_type (void) G_GNUC_CONST;
 
 VikSlippyMapSource * vik_slippy_map_source_new_with_id (guint8 id, const gchar *label, const gchar *hostname, const gchar *url);
 
-gchar * vik_slippy_map_source_get_uri( VikSlippyMapSource *self, MapCoord *src );
-gchar * vik_slippy_map_source_get_hostname( VikSlippyMapSource *self );
-DownloadMapOptions * vik_slippy_map_source_get_download_options( VikSlippyMapSource *self );
-
 G_END_DECLS
 
 #endif /* _VIK_SLIPPY_MAP_SOURCE_H_ */