Shiruka_van
Results
2
comments of
Shiruka_van
I'm having this issue when using the resize component inside a "vuedraggable": "2.24.3" and a Element UI El-Collpase-Item. I'm using version 2.1.3 with vue 2
Mercator library divides tiles in hardcoded 256 `getTileAtLatLng: function (latLng, zoom) { var t = Math.pow(2, zoom), s = 256 / t, p = this.fromLatLngToPoint(latLng); return { x: Math.floor(p.x /...