diff --git a/index.html b/index.html index 7cafbef..40a4487 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ if (path.endsWith('index.html')) { path = path.substr(path, path.length - 'index.html'.length); } - var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'map.json'; + var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'main.json'; document.getElementById('mapLink').href = url; document.getElementById('mapLink').innerText = url; }; diff --git a/map.json b/main.json similarity index 99% rename from map.json rename to main.json index 152c031..b08bb6b 100644 --- a/map.json +++ b/main.json @@ -9,7 +9,7 @@ "export": { "format":"json", - "target":"map.json" + "target":"main.json" } }, "height":35, @@ -1319,4 +1319,4 @@ "type":"map", "version":1.4, "width":29 -} \ No newline at end of file +}