X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/9663d460d78eede61146856f50cc3e721d28d170..3f31bec4a6927651bc562e8b21aa0c7354328e1b:/src/osm.c?ds=sidebyside diff --git a/src/osm.c b/src/osm.c index 07bf3899..c7cdf128 100644 --- a/src/osm.c +++ b/src/osm.c @@ -58,7 +58,7 @@ void osm_init () { VIK_MAP_SOURCE(g_object_new(VIK_TYPE_SLIPPY_MAP_SOURCE, "id", 17, "label", "OpenStreetMap (Cycle)", - "hostname", "b.tile.opencyclemap.org", + "hostname", "tile.opencyclemap.org", "url", "/cycle/%d/%d/%d.png", "check-file-server-time", TRUE, "use-etag", FALSE, @@ -70,7 +70,7 @@ void osm_init () { VIK_MAP_SOURCE(g_object_new(VIK_TYPE_SLIPPY_MAP_SOURCE, "id", 20, "label", "OpenStreetMap (Transport)", - "hostname", "c.tile2.opencyclemap.org", + "hostname", "tile2.opencyclemap.org", "url", "/transport/%d/%d/%d.png", "check-file-server-time", TRUE, "use-etag", FALSE,