Mercurial > hg > LGMap
comparison map.js @ 17:b4c4d04b8270
remove t folder
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 10 Nov 2015 16:59:31 +0100 |
parents | bb63a70b8542 |
children | 3f1800e63c48 |
comparison
equal
deleted
inserted
replaced
16:bb63a70b8542 | 17:b4c4d04b8270 |
---|---|
79 type:'XYZ', | 79 type:'XYZ', |
80 attribution: "(c) Barrington Roman Empiry, <a href='http://pelagios.dme.ait.ac.at/maps/greco-roman/'>Pelagios</a>" | 80 attribution: "(c) Barrington Roman Empiry, <a href='http://pelagios.dme.ait.ac.at/maps/greco-roman/'>Pelagios</a>" |
81 },*/ | 81 },*/ |
82 { | 82 { |
83 name: '世界地形圖', | 83 name: '世界地形圖', |
84 url: '../ts/t/world/${z}/${x}/${y}.png', | 84 url: '../ts/t/terrain/${z}/${x}/${y}.png', |
85 type:'XYZ', | 85 type:'XYZ', |
86 attribution: "<a href='../ts/index.html?y=1982' target='_blank'>Data Source</a>" | 86 attribution: "<a href='../ts/index.html?y=1982' target='_blank'>Data Source</a>" |
87 } | 87 } |
88 , | 88 , |
89 /*,{ | 89 /*,{ |
97 if (client_ip.substring(0,9)=="141.14.23") { | 97 if (client_ip.substring(0,9)=="141.14.23") { |
98 backgroundMapArray.push( | 98 backgroundMapArray.push( |
99 { | 99 { |
100 | 100 |
101 name: '陳正祥–蝗神廟之分佈', | 101 name: '陳正祥–蝗神廟之分佈', |
102 url: '../ts/t/pa-cha/${z}/${x}/${y}.png', | 102 url: '../ts/t/pa_cha/${z}/${x}/${y}.png', |
103 type:'XYZ', | 103 type:'XYZ', |
104 attribution: "© 中國文化地理 陳正祥, <a href='../ts/index.html?y=1982' target='_blank'>Data Source</a>" | 104 attribution: "© 中國文化地理 陳正祥, <a href='../ts/index.html?y=1982' target='_blank'>Data Source</a>" |
105 } | 105 } |
106 ); | 106 ); |
107 } | 107 } |