@@ -15,8 +15,8 @@ export function locationBoat(mmsi){
GetHpjShip().then(res=>{
let data = res.Result.data
let boats = {
- "scale": 5000,
- "goto": false,
+ "scale": 2000,
+ "goto": true,
"data": []
}
for(let i=0;i<data.length;i++){