2020年天津地铁最新线路图,一个一个找的点描绘的,还算精确。可以直接用。
单一线路查看,下拉框切换线路。
<div>
<el-row style="margin-bottom: 10px">
<el-col>线路
<el-select v-model="currLineOption" placeholder="请选择" @change="changeLine">
<el-option
v-for="item in lineOptions"
:key="item.label"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-col>
</el-row>
<baidu-map class="map" :center="mapInit.center" :zoom="mapInit.zoom" @ready="handler">
<!--缩放-->
<bm-navigation anchor="BMAP_ANCHOR_TOP_LEFT" />
<