X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/05dbd9bac712fa3dfc80b72cb37a7350e76286ce..bfecd26e5a400e54bfb705112e6eb1ebf6084920:/src/osm.c diff --git a/src/osm.c b/src/osm.c index d931c69c..5503c00d 100644 --- 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));