]> git.street.me.uk Git - andy/viking.git/blobdiff - src/osm.c
Import Launchpad updates
[andy/viking.git] / src / osm.c
index d931c69c1784981b3df72090f4596871cbee2e94..5503c00d942ae23bc965d0d465b86a9c2fb3d2ec 100644 (file)
--- a/src/osm.c
+++ b/src/osm.c
@@ -65,8 +65,8 @@ void osm_init () {
     VIK_MAP_SOURCE(g_object_new(VIK_TYPE_SLIPPY_MAP_SOURCE,
                                 "id", 17,
                                 "label", "OpenStreetMap (Cycle)",
-                                "hostname", "thunderflames.org/tiles/cycle/",
-                                "url", "%d/%d/%d.png",
+                                "hostname", "b.tile.opencyclemap.org",
+                                "url", "/cycle/%d/%d/%d.png",
                                 "check-file-server-time", TRUE,
                                 "use-etag", FALSE,
                                 NULL));