标签: javascript image view leaflet translate3d
在x轴上移动图像是否合理?如果我将translate3d(-20px,...,...)调到中间,它对我有效。
但如果我缩放或拖动地图,它将被重置。
例如,我有一个绝对的容器,想要显示这2个元素。
My example: http://jsfiddle.net/user9090900/fs8h21ap/
答案 0 :(得分:1)
使用the panBy() method of L.Map,例如map.panBy([20, 0])。
panBy()
L.Map
map.panBy([20, 0])