X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/64dfaa35b58aa6da60d3f0751dba54613a921dcf..fe2bbf2a912219b30492d0bd1b79d70fa11e3413:/src/bluemarble.c?ds=inline diff --git a/src/bluemarble.c b/src/bluemarble.c index 0812e7f2..35a65098 100644 --- a/src/bluemarble.c +++ b/src/bluemarble.c @@ -29,9 +29,12 @@ void bluemarble_init () { 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", + "zoom-min", 0, + "zoom-max", 9, "copyright", "© NASA's Earth Observatory", "license", "NASA Terms of Use", "license-url", "http://visibleearth.nasa.gov/useterms.php",