xmmc归类
This commit is contained in:
@@ -160,7 +160,7 @@ export default {
|
||||
mapPointsList.push(new window.T.LngLat(Number(item.x), Number(item.y)))
|
||||
item.x = Number(item.x)
|
||||
item.y = Number(item.y)
|
||||
var deg = Number(item.deg)
|
||||
var deg = Number(item.psfx)
|
||||
var optdiv = '<div style="position: relative;display: contents; width: 50px;height: 50px;overflow: hidden;">' +
|
||||
'<b style="display: block; font-size: 15px;background: #007aff;border-radius: 100px;' +
|
||||
'width: 20px;' +
|
||||
@@ -170,7 +170,8 @@ export default {
|
||||
'text-align: center;' +
|
||||
'left: -10px;line-height: 1.5;' +
|
||||
'color: white;">' + newindex + '</b>' +
|
||||
'<img src="' + imageURL + '" style="position: absolute; opacity: 0.5;z-index: -1;top: 0px; left: 0px;width: 50px;height: 50px; transform: rotate(' + deg + 'deg);"alt=""></div>'
|
||||
'<img src="' + imageURL + '" style="position: absolute; opacity: 0.5;z-index: -1;top: 0px; left: 0px;width: 50px;height: 50px; transform: rotate(' + deg + 'deg);"alt="">' +
|
||||
'</div>'
|
||||
var map_images = new window.T.Label({
|
||||
text: optdiv,
|
||||
position: new window.T.LngLat(item.x, item.y),
|
||||
|
||||
Reference in New Issue
Block a user