|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {initBridge,fullExtent,calculation,clearMap} from "@/utils/map/ArcgisUtil"
|
|
|
- import {pjylLine, djldShip} from '@/utils/map/WaterPassenger'
|
|
|
+ import {pjylLine, djldShip, pjylPortLocation} from '@/utils/map/WaterPassenger'
|
|
|
import {setShip, setShipPath, onLocationBoat} from '@/utils/map/Boat'
|
|
|
import {GetPjylLinePaths} from "@/apis/ssky";
|
|
|
import {GetHpjShip} from "@/apis/ship";
|
|
@@ -42,7 +42,7 @@
|
|
|
test(value){
|
|
|
switch (value) {
|
|
|
case '浦江游览码头':
|
|
|
- this.pjylPortLocation({
|
|
|
+ pjylPortLocation({
|
|
|
'portName':'东方明珠旅游码头',
|
|
|
'mapx':'2360.10554497',
|
|
|
'mapy':'794.13869415'
|
|
@@ -83,7 +83,7 @@
|
|
|
}
|
|
|
|
|
|
#tool_div {
|
|
|
- display: none;
|
|
|
+ display: block;
|
|
|
background-color: #cccccc;
|
|
|
z-index: 10;
|
|
|
position: absolute;
|