]> git.street.me.uk Git - andy/viking.git/blobdiff - src/bluemarble.c
Read OSM Metatile capability and basic test with single example metatile.
[andy/viking.git] / src / bluemarble.c
index 0812e7f2b5e69e2c77bd8fd8a48ca5d2c3857bc8..35a65098161821908e4f1d55fd4999f39d88ef71 100644 (file)
@@ -29,9 +29,12 @@ void bluemarble_init ()
 {
   VikMapSource *bluemarble_type = VIK_MAP_SOURCE(g_object_new(VIK_TYPE_SLIPPY_MAP_SOURCE,
                                                              "id", 15,
 {
   VikMapSource *bluemarble_type = VIK_MAP_SOURCE(g_object_new(VIK_TYPE_SLIPPY_MAP_SOURCE,
                                                              "id", 15,
+                                                             "name", "BlueMarble",
                                                              "label", "BlueMarble",
                                                              "hostname", "s3.amazonaws.com",
                                                              "url", "/com.modestmaps.bluemarble/%d-r%3$d-c%2$d.jpg",
                                                              "label", "BlueMarble",
                                                              "hostname", "s3.amazonaws.com",
                                                              "url", "/com.modestmaps.bluemarble/%d-r%3$d-c%2$d.jpg",
+                                                             "zoom-min", 0,
+                                                             "zoom-max", 9,
                                                              "copyright", "© NASA's Earth Observatory",
                                                              "license", "NASA Terms of Use",
                                                              "license-url", "http://visibleearth.nasa.gov/useterms.php",
                                                              "copyright", "© NASA's Earth Observatory",
                                                              "license", "NASA Terms of Use",
                                                              "license-url", "http://visibleearth.nasa.gov/useterms.php",