Open pieterprovoost opened 6 years ago
Currently this forces me to add points after a 400 ms delay (zooming).
Check these:
Also, it should be possible to use zoom from coords.
coords
console.log(coords) console.log(res.coordinates[i]) console.log(self._map.project(L.latLng(res.coordinates[i][1], res.coordinates[i][0]), coords.z))
Currently this forces me to add points after a 400 ms delay (zooming).
Check these:
Also, it should be possible to use zoom from
coords
.