(创建页面,内容为“斗门乡镇轮渡西安至围头线,是一条斗门区莲洲镇内的轮渡线路。本线路为人渡航线,不设车渡。 ==概况== *发班情况: **头...”) |
(→航线地图) |
||
| 第10行: | 第10行: | ||
*单程航程:约5分钟 | *单程航程:约5分钟 | ||
==航线地图== | ==航线地图== | ||
<html> | <html> | ||
<head> | <head> | ||
| 第18行: | 第17行: | ||
<title>高德地图 - DIY我的地图</title> | <title>高德地图 - DIY我的地图</title> | ||
<style> | <style> | ||
body { margin: 0; font: | body { margin: 0; font: 100% "Microsoft YaHei", "Helvetica Neue", "Sans-Serif"; min-height: 960px; min-width: 600px; } | ||
.my-map { margin: 0 auto; width: 600px; height: 600px; } | .my-map { margin: 0 auto; width: 600px; height: 600px; } | ||
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; } | .my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; } | ||
2017年5月17日 (三) 10:58的版本
斗门乡镇轮渡西安至围头线,是一条斗门区莲洲镇内的轮渡线路。本线路为人渡航线,不设车渡。
概况
- 发班情况:
- 头班
- 围头:05:45,西安:06:00
- 尾班
- 围头:19:00,西安:19:15
- 头班
- 发班间隔:
- 客满即走,不少于15分钟/班。
- 单程航程:约5分钟
航线地图
" + extData.name + "
" + extData.desc + "
");
infoWindow.open(map, e.lnglat);
}
map = new AMap.Map("mapContainer", {center: new AMap.LngLat(center.lng, center.lat), level: level});
new AMap.TileLayer.RoadNet({map: map, zIndex: 2});
loadFeatures();
map.on('complete', function(){
map.plugin(["AMap.ToolBar", "AMap.OverView", "AMap.Scale"], function(){
map.addControl(new AMap.ToolBar);
map.addControl(new AMap.OverView({isOpen: true}));
map.addControl(new AMap.Scale);
});
})
}();