mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
43 lines
535 B
JavaScript
43 lines
535 B
JavaScript
;(function(window, $){
|
|
|
|
window.routes = [
|
|
{
|
|
x: 121.456604,
|
|
y: 31.23394,
|
|
content: '上海',
|
|
startTime: '8:00'
|
|
},
|
|
{
|
|
x: 121.14212,
|
|
y: 31.264466,
|
|
content: '苏州'
|
|
},
|
|
{
|
|
x: 120.632629,
|
|
y: 31.28794,
|
|
content: '无锡'
|
|
},
|
|
{
|
|
x: 120.2742,
|
|
y: 31.582045,
|
|
content: '常州'
|
|
},
|
|
{
|
|
x: 119.943237,
|
|
y: 31.771375,
|
|
content: '丹阳'
|
|
},
|
|
{
|
|
x: 119.409027,
|
|
y: 32.196533,
|
|
content: '镇江'
|
|
},
|
|
{
|
|
x: 119.393921,
|
|
y: 32.41011,
|
|
content: '扬州'
|
|
}
|
|
];
|
|
|
|
})(window, $);
|