]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.c
Remove dependencies to gob2
[andy/viking.git] / src / google.c
index e055dc85474892eb6039645e60e2fc170b88a6b0..949f38e056a4c1ab944d18c5fbd790472d3f6f6f 100644 (file)
 #include <glib/gi18n.h>
 
 #include "google.h"
-#include "google-map-type.h"
-#include "google-kh-map-type.h"
-#include "vikmapslayer.h"
 
 
 void google_init () {
-  VikMapType *google_1 = VIK_MAP_TYPE(google_map_type_new_with_id(7, TYPE_GOOGLE_MAPS));
-  VikMapType *google_2 = VIK_MAP_TYPE(google_map_type_new_with_id(10, TYPE_GOOGLE_TRANS));
-  VikMapType *google_3 = VIK_MAP_TYPE(google_kh_map_type_new_with_id(11));
-  VikMapType *google_4 = VIK_MAP_TYPE(google_map_type_new_with_id(16, TYPE_GOOGLE_TERRAIN));
-
-  maps_layer_register_type(_("Google Maps"), 7, google_1);
-  maps_layer_register_type(_("Transparent Google Maps"), 10, google_2);
-  maps_layer_register_type(_("Google Satellite Images"), 11, google_3);
-  maps_layer_register_type(_("Google Terrain Maps"), 16, google_4);
 }