# HG changeset patch # User nylin@mpiwg-berlin.mpg.de # Date 1447168850 -3600 # Node ID bb63a70b85426b086bb3894bf0cf46c1d7cfad32 # Parent f17f43f0a63f1f23a243558849a3c6f3806d5142 remove t floder diff -r f17f43f0a63f -r bb63a70b8542 map.js --- a/map.js Fri Oct 30 16:47:15 2015 +0100 +++ b/map.js Tue Nov 10 16:20:50 2015 +0100 @@ -81,9 +81,9 @@ },*/ { name: '世界地形圖', - url: 't/world/${z}/${x}/${y}.png', + url: '../ts/t/world/${z}/${x}/${y}.png', type:'XYZ', - attribution: "© mpiwg-berlin, Max Planck Institute for the History of Science" + attribution: "Data Source" } , /*,{ @@ -99,9 +99,9 @@ { name: '陳正祥–蝗神廟之分佈', - url: 't/pa-cha/${z}/${x}/${y}.png', + url: '../ts/t/pa-cha/${z}/${x}/${y}.png', type:'XYZ', - attribution: "© 中國文化地理 陳正祥, wikipedia" + attribution: "© 中國文化地理 陳正祥, Data Source" } ); }