Browse Source

骑手图标

master
lanzu_qinsheng 5 years ago
parent
commit
ebb744c1ee
  1. 18
      app/Admin/Extensions/MyDetailPage.php
  2. BIN
      public/uploads/map/56.png
  3. BIN
      public/uploads/map/60.png
  4. BIN
      public/uploads/map/horseman.gif
  5. BIN
      public/uploads/map/horseman.png
  6. BIN
      public/uploads/map/horseman1.png

18
app/Admin/Extensions/MyDetailPage.php

@ -188,7 +188,6 @@ class MyDetailPage extends LazyRenderable
console.log("错误", err)
}
});
},
@ -223,7 +222,13 @@ class MyDetailPage extends LazyRenderable
"height": 35,
"anchor": { x: 16, y: 32 },
"src": 'https://mapapi.qq.com/web/lbs/javascriptGL/demo/img/end.png'
})
}),
"marker": new TMap.MarkerStyle({
"width": 45,
"height": 52,
"anchor": { x: 16, y: 32 },
"src": "../uploads/map/561.png"
})
},
geometries: [{
"id": 'start',
@ -233,7 +238,14 @@ class MyDetailPage extends LazyRenderable
"id": 'end',
"styleId": 'end',
"position": new TMap.LatLng(that.user_lat,that.user_lng)
}]
},{ //点标注数据数组
"id": "horseman",
"styleId": "marker",
"position": new TMap.LatLng(22.805566,108.412079),
"properties": {
"title": "marker"
}
}]
});
},

BIN
public/uploads/map/56.png

After

Width: 56  |  Height: 62  |  Size: 3.7 KiB

BIN
public/uploads/map/60.png

After

Width: 60  |  Height: 50  |  Size: 4.0 KiB

BIN
public/uploads/map/horseman.gif

After

Width: 397  |  Height: 397  |  Size: 77 KiB

BIN
public/uploads/map/horseman.png

After

Width: 35  |  Height: 25  |  Size: 2.7 KiB

BIN
public/uploads/map/horseman1.png

After

Width: 65  |  Height: 50  |  Size: 2.0 KiB

Loading…
Cancel
Save